WordPress tricks: Creating a menu on a page using images from a category
My goal was to use WordPress to create a page of images from a category so that I could continue to add more posts to the category and have the page update itself automatically. In order words, I hoped to imitate this HTML page http://www.deeptruths.com/posters/posters.html using a WordPress plugin to avoid all manuel HTML coding hassel.
I did it using two plugins: Widgets on Pages and Ultimate Posts Widget
I had to edit the Ultimate Posts Widget php file to add code just after the img tag to float the images to the left and add some space around them.
style=”float:left;margin:1em;”
See the result!
Please follow and like us:
(Visited 69 times, 1 visits today)