Sep 21st 2019 #3 so if i create a post on the blog could I display it elsewhere on the site as a single item as opposed to doing recent posts
Sep 23rd 2019 #4 To output a blog post somewhere, you could use: Code perch_blog_custom(array( 'filter'=>'postSlug', 'match'=>'eq', 'value'=>'[YOUR_BLOG_POST_SLUG]' ));