Adding featured post slideshow
- The topic ‘Adding featured post slideshow’ is closed to new replies.
Need help? Check out our Support site, then
I would like to include the featured post slideshow on the upper right-hand of the Home page. Can you help me?
The blog I need help with is: (visible only to logged in users)
Hi, I solved it but have another question. How can I get rid of the summary but having the title only in there?
Hi there – glad you worked out how to add the featured content.
You can hide the excerpt with some custom css. The following should do what you want.
.showcase article .entry p {
display: none;
}