title the image, hide the rest
-
So, I’m getting the hang of this plugin. Like it a lot!
I’ve got my lists showing on a page, *just* the featured images. I’m basically building a “portfolio” page for an amazing wood working guy.
Is there a way that I can “title” the image? It would be cool if the image could have the title of the post that it links to…
See here: https://beta.roundwoodfurniture.com/portfrillio/
CSS I’m using:
.lcp_thumbnail{ float: left; padding: 10px; } .lcp_catlist li { display: inline; list-style: none; clear:both; padding: 0px; margin: 0px; } .lcp_title{ display: none; }
and a line in my “page” is:
[catlist name=furniture-sculpture thumbnail=yes title_class=lcp_title thumbnail_class=lcp_thumbnail]
- The topic ‘title the image, hide the rest’ is closed to new replies.