Add recent posts to custom raw content

Hello,

On the homepage of this site: http://pzu.a90.myftpupload.com/

I have created a image with a hover effect using css with the “classic raw element” However as I explain in the image attached I want the image to be replaced with recent posts.
How can I achieve this?

TIA!
Rena

Ok I was able to figure it out… However how can i specify the category that the post comes from with this?

[x_recent_posts type="post" enable_excerpt="false" count="1" orientation="horizontal"]
KISMET

Thanks!
Rena

Hello There,

It’s good to know that you have figured out a way to resolved your issue.

To specify a category in the recent post shortcode, please update your shortcode into this:

[x_recent_posts type="post" enable_excerpt="false" count="1" orientation="horizontal" category="category-1, category-2"] 

Just make sure that category-1 and category-2 are the names of the category you want to display.

Please let us know how it goes.

Perfect, thanks!

1 Like

Glad we were able to help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.