Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’m looking for a widget that preview a single post in a page – using a catagorie.
I’ve installed Single Post Preview – but it doesn’t sem to post move that the title
Any ideas?
Hi John
You could try using the Post Loop widget using the content-single.php in the widget settings. Also restrict the widget to show 1 post and add the following to the Additional field at the end: p=x where x is the ID for the post you want to display.
ihanks – that works. Is there a way to post the most recent post is a category.
I’m trying to make it so my client can add a post is a category and the most recent post will show up on this page
cat=x
Where x is the category ID. Set Posts per Page to 1 and use content.php as the template in the widget settings.