Nerd tech, entertainment, and web development blog

WP Plugin: HomeImages

If you wish to add post images to your homepage, but don’t want to mess around with your coding, you can use this plugin. Just place a small function where you wish to display them (as long as it is inside the loop).

WordPress Plugin

Why use HomeImages?

To easily add images to your homepage. It gives the design a bit more eye candy which will (hopefully) add more click-throughs to your posts.

Download

Current version: HomeImages v0.1

Files included in download:

  • homeimages.php
  • README.txt

How to Install

  1. Upload entire folder to your /wp-content/plugins/ folder.
  2. Go to your plugins page and activate plugin.
  3. Go to options/HomeImages and change your settings.
  4. (optional) Change the CSS settings at the bottom of the plugin file to fit your needs.
  5. Add <?php if(function_exists(’homeimages’)) { homeimages(); } ?> to where you wish to display it inside the loop.

Written: Oct 14, 2008


Related posts »

0 Responses to "WP Plugin: HomeImages"

No comments yet.

Sorry, the comment form is closed at this time.