将类别描述移至 Wordpress 页面底部 [英] Move category description to bottom of page on Wordpress

查看:25
本文介绍了将类别描述移至 Wordpress 页面底部的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我真的需要帮助将类别描述移到类别页面底部的分页和页脚之间吗?

I really need help to move the category description to the bottom of the category page between the pagination and the footer?

我完全不知道要查找哪个文件...

I have absolutely no idea which file to look for...

推荐答案

你必须在

/wp-content/plugins/woocommerce/templates

/wp-content/plugins/woocommerce/templates

找到它并将其粘贴在 woocommerce_after_main_content_hook 之前:

find this and paste it before the woocommerce_after_main_content_hook :

        <h1 class="page-title"><?php woocommerce_page_title(); ?></h1>

    <?php endif; ?>

    <?php do_action( 'woocommerce_archive_description' ); ?>

刚刚解决了同样的问题

这篇关于将类别描述移至 Wordpress 页面底部的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆