LennartKoelewijn
Member
Posted 1 year ago #
I'm trying to display all my posts on a single page. Its not working so far, I have all my posts on 1 list, but it only displays the post title and the featured image. Is there a template, or way to display both title and content (image not necessary.
http://sloterplasidee.nl/ideeen-overzicht/
http://codex.wordpress.org/Function_Reference/the_content
add <?php the_content(); ?> to the loop of your template.
LennartKoelewijn
Member
Posted 1 year ago #
Thanks you sir, just what I needed!