Wordpress: How to display multiple images from each post on the list page -


i have wordpress question. each post has multiple thumbnails, company logo , description. see mockup: http://d.pr/i/19rbb

and on homepage, display thumbnails minus company logo. see mockup: http://d.pr/i/zyre

what's best way accomplish it? understand concept more code. thanks!

probably lots of ways. if can give logo thumbnails different class or tag or otherwise give them attribute that's distinct, can use css display:none them on home page only. adding code says "if page frontpage" img.logo_image {display:none;} "end if"

i there div around images want hide dive might there have no image in it. you'd use jquery select parent div of image , display:none div.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -