admin管理员组文章数量:1130349
desperately looking for help. Have a Wordpress theme which does not display post tags on a single page and I badly need to have them there. Developers only named a file which needs to be modified. It's "content-single.php" My site is / I can post all code here if needed.
Kindly help me to fix this.
desperately looking for help. Have a Wordpress theme which does not display post tags on a single page and I badly need to have them there. Developers only named a file which needs to be modified. It's "content-single.php" My site is http://nepyragas.eu/ I can post all code here if needed.
Kindly help me to fix this.
Share Improve this question asked Nov 29, 2018 at 18:44 Vytautas RavinskasVytautas Ravinskas 111 bronze badge1 Answer
Reset to default 0You can use the WP function the_tags(), more info here.
You will have to figure out where exactly in your content-single.php to put this but you want to add something like this...
<p><?php the_tags(); ?></p>
View the link above for more examples.
desperately looking for help. Have a Wordpress theme which does not display post tags on a single page and I badly need to have them there. Developers only named a file which needs to be modified. It's "content-single.php" My site is / I can post all code here if needed.
Kindly help me to fix this.
desperately looking for help. Have a Wordpress theme which does not display post tags on a single page and I badly need to have them there. Developers only named a file which needs to be modified. It's "content-single.php" My site is http://nepyragas.eu/ I can post all code here if needed.
Kindly help me to fix this.
Share Improve this question asked Nov 29, 2018 at 18:44 Vytautas RavinskasVytautas Ravinskas 111 bronze badge1 Answer
Reset to default 0You can use the WP function the_tags(), more info here.
You will have to figure out where exactly in your content-single.php to put this but you want to add something like this...
<p><?php the_tags(); ?></p>
View the link above for more examples.
本文标签: Please help me to figure out how to display my tags
版权声明:本文标题:Please help me to figure out how to display my tags 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749140166a2322060.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论