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
Post a Comment