admin管理员组文章数量:1302329
I am trying to add some custom content hooked into custom post type archive page but I can't. I have already achieved it in single page with:
add_filter( 'the_content', 'yourprefix_add_to_content' );
and is_singular(cpt)
and then append some content, but when I try to do something similar to archive page with is_post_type_archive('cpt')
it just doesn't work. Which is the right hook and function to do that?
本文标签: hooksAdd content in cpt archive page
版权声明:本文标题:hooks - Add content in cpt archive page 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741662385a2391118.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论