I didn’t find a step by step guide(for newbies and that works) to setup the “BlogTimes” plugin for WordPress. Here you go:
- Download BlogTimes plugin
- Unzip wp-blogtimes.zip
- Upload blogtimes.php into your wp-content/plugins folder
- Setup write permissions for wp-images and blogtimes.png, like:
- 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" /> - Go to the plugins screen and “Activate” the blogtimes plugin.
// assuming webserver is in group (www-data on DEB)
chmod 775 wp-images
chmod 775 blogtimes.png




Cannot create a new GD image.
How should I get rid of these ?
Thanks
Can you privide more information, I\’m sorry I didn\’t understand your question ?