Recent Posts widget - how to display content??

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Thu Jul 03, 2014 4:32 pm
I've inserted the "recent post" widget into the main body of the home page. It only displays the post title. i've tried different styles but none allow me to display an additional short content of the post along with the title. It would be nice to display the title along with the first few words of the post. That way the viewer can decide if it's worth reading. Is there a way to do this with the recent post widget??

thanks
User avatar
Gold Boarder

GK User
Fri Jul 04, 2014 7:32 am
Hi,

In your mainbody area I can see post titles with short content, so did you solve this issue?
User avatar
Moderator

GK User
Fri Jul 04, 2014 12:11 pm
yes, i had to use another plugin "recent posts extended" to get it to work. Now I need to get some CSS control over the font.
User avatar
Gold Boarder

GK User
Fri Jul 04, 2014 1:25 pm
Use this CSS selector:

Code: Select all
.rpwe-block h3 {

}


and please check this article about inspecting elements/css class on your website for the future:
http://www.gavick.com/documentation/joo ... -size-etc/
User avatar
Moderator

GK User
Fri Jul 04, 2014 1:26 pm
thanks. i'll check it out.
User avatar
Gold Boarder


cron