Forum

Thread tagged as: Question, Addons, Blog

How do I style the blog index page

Hi all, I am new to Perch and so far so good but I am having trouble finding how you style and layout the blog posts on the blog/index.php file. Looking at the code there is only the following code but how do I get to layout the different elements of the post summary so the image, excerpt, date etc... Here is the code...

<?php perch_blog_recent_posts(10); ?>

Any help would be helpful as I can not find anything in the documentation or online videos.

Thanks in advance

Andrew

Sarah Whittle

Sarah Whittle 0 points

  • 5 years ago
Simon Clay

Simon Clay 127 points

Hi, the blog index pages uses the template: /perch/templates/blog/post_in_list.html

It's there that you can change the layout of those elements.

Thanks Simon, I knew there had to be there somewhere, got this sorted now :-)

I am new to Perch so struggling to find where things are like meta tags etc...

Simon Clay

Simon Clay 127 points

Hey, that's good! :) Just shout on the forum if you need any help.

Thanks Simon, will do as theres a few things I am unsure on