Forum

Thread tagged as: Question, Problem, Blog

Blog Categories - Post in List

Hello,

I am trying to add specific blog categories to certain pages something like the below code but specific to a category name.

<?php $html = perch_blog_recent_posts(10, true); ?> 

Many Thanks

Gary Thompson

Gary Thompson 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You need to use perch_blog_custom() with the category option.