Hi all, I am searching for a plugin to use on my wordpress blog to add a line of code at the beginning and end of all posts. I need it to do the job all automatically after setting it up. Can someone tell me if this is available, please? Thanks in advance
What exactly do you want to put in at the beginning and end of each post? You could probably use a php include in your template do this.
The simple html codes like <!-- Article Start --> <!-- Article End --> and a similar one for the author box
You can use a simple php include to add anything into your theme template. Here is a simple php include tutorial: http://www.tizag.com/phpT/include.php The tutorial includes a menu, but you can modify it to suit your needs.