I didn’t find a step by step guide(for newbies and that works) to setup the “BlogTimes” plugin for WordPress. Here you go:

  1. Download BlogTimes plugin
  2. Unzip wp-blogtimes.zip
  3. Upload blogtimes.php into your wp-content/plugins folder
  4. Setup write permissions for wp-images and blogtimes.png, like:
  5. // assuming webserver is in group (www-data on DEB)
    chmod 775 wp-images    
    chmod 775 blogtimes.png

  6. Add the following lines to your index.php, where ever you want blogtimes image to appear, usually below all the posts

    <?php updateBlogTimePNG();?>
    <img src="http://www.youdomain.com/wp/wp-images/blogtimes.png" alt="Blogtimes image" />

  7. Go to the plugins screen and “Activate” the blogtimes plugin.

2 Comments on WordPress BlogTimes plugin Setup

  1. derrick says:

    Cannot create a new GD image.
    How should I get rid of these ?
    Thanks

  2. Jai Bharat says:

    Can you privide more information, I\’m sorry I didn\’t understand your question ?

Leave a Reply

*