admin管理员组文章数量:1429540
I am using twenty nineteen theme. It shows only the excerpt in the category archive page. I would like to show the full post.
I created a child theme and copied the file archive.php to the child folder.
It has the following instructions.
* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
get_template_part( 'template-parts/content/content', 'excerpt' );
I am not sure what to do here.
I tried renaming this file to content-archive.php and replacing the line "get_template_part..." with "the_content();"
Nothing happens.
Any suggestions?
Thanks.
I am using twenty nineteen theme. It shows only the excerpt in the category archive page. I would like to show the full post.
I created a child theme and copied the file archive.php to the child folder.
It has the following instructions.
* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
get_template_part( 'template-parts/content/content', 'excerpt' );
I am not sure what to do here.
I tried renaming this file to content-archive.php and replacing the line "get_template_part..." with "the_content();"
Nothing happens.
Any suggestions?
Thanks.
Share Improve this question asked Feb 4, 2019 at 6:43 jdiasjdias 1831 silver badge5 bronze badges1 Answer
Reset to default 1In archive.php, change this line (36) from
get_template_part( 'template-parts/content/content', 'excerpt' );
to this
get_template_part( 'template-parts/content/content', 'content' );
本文标签: Show full post in category archive pages in twentynineteen theme
版权声明:本文标题:Show full post in category archive pages in twenty-nineteen theme 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745539699a2662436.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论