Archive for the ‘WordPress’ Category

Tags 2 Meta Generator v0.1

This item was filled under [ Tags 2 Meta Generator ]

An extensive WordPress plug-in that generates META tags automatically for your posts! Let it be your post or home page, this little plug-in does it job automatically.
The plug-in works in an intelligent manner, META description is generated on the basis of page or post name respectively. Though when you are composing a new post, all [...]

Continue reading...

Tags 2 Meta Generator v0.1: Installation Notes

This item was filled under [ Tags 2 Meta Generator ]

1. Upload “em-tags2meta.php” to the /wp-content/plugins/ directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
You’re all ready to go!

Continue reading...

Tags 2 Meta Generator v0.1: Frequently Asked Questions

This item was filled under [ Tags 2 Meta Generator ]

Q. I just updated my post tags; will my META tags be updated automatically?
A. Yes, that’s the beauty of this plug-in!
Q. What if my post has no tags?
A. In such case, no META tag for “keywords” will be generated. Only META tag for description will be generated on that page.
Q. WordPress does not let you [...]

Continue reading...

Wordpress: ‘Recent Comments’ snippet

This item was filled under [ PHP, WordPress ]

A little piece of code that I found on BlogOhBlog.com. However, the code wasn’t doing proper formatting since all comments exceeding the sidebar width ended like the normal ones, so I simply added “..” at the end of lengthy comments. Also modified the display format to:
<Author> (on <PostTitle>):
<Comment text>
The code snippet can be used to [...]

Continue reading...