WordPress Plugin:Comment Quicktags Reloaded
For those who used the Comment Quicktags Plugin, you may noticed that it`s now breaking your theme and maybe giving a fatal error and disactivate by itself. I tired to find out what the problem is, and found that it`s the new structure of the quicktags.js file causing the problem. I`m not really a JS expert(yet!), so my expressions(syntax) may not be professional/correct.
Read More
Quick Tip:Update Your WP-Table Plugin
For those who use the great wp-Table plugin, please first upgrade your plugin to the lastest version(1.44 for this date) as previous versions contain a critical backdoor for hacker attack(more).
And until alex upgrade his plugin (again!), please edit this file wp-table/js/wptable-button.php and on line 12, change it to:
$wpconfig = realpath("../../../../wp-config.php");
Now your “wp-Table Browser” Button will work fine and no more “Could not found wp-config.php. Error in path :” will appear.(at least not for the wrong reason!)
Plugin Review:WP-Table Creating Tables Can’t Be Easier!
Yesterday I was writing a Match Review in my soccer blog. I wanted to write down the statistics of the match in a table, so I searched for the easiest/fastest way to do it. Luckily, I found a great WordPress Plugin called wp-table written by Alex Rabe. This plugin is fantastic, and it can’t be easier to create a table! Read More
HowTo:Optimize Your Tag Page Title – Simple Tagging Plugin
I’ve noticed when I installed the Simple Tagging Plugin that the WordPress can’t find a title to the tag search results page(tag page), so it`s just putting “- Enblogopedia”.
Is This Bad?
Well, having a lot of pages with the same page title isn’t a good thing, and it`ll obviously affect your tag pages position in SERPs.
Hopefully, Michael Woehrer has a lot of useful functions within his plugin that can be used to change the title of the Tag page.
For this, we`ll use two functions:STP_GetCurrentTagSet() and STP_IsTagView().
More about these functions can be found here. Just as follows: Read More
WordPress Plugin: Permalinks Migration
Last week I decided to change my permalink structure from:
/yyyy/mm/dd/post-slug/ to /post-slug/
For a lot of reasons…one to mention is…SEO!
Anyway, for this reason I asked for the rewrite rule that I should use for this propuse, in the ConnectedInernet Forum and Ajay offered me a nice Plugin called ” Permalinks Migration“.
It`s really a great plugin, that makes it easy to change your permalink without messing with your .htaccess file.
But since the real reason of writing this article is to review this plugin. And when I saw JohnTP`s post about it. I must say that it has some disadvantages!!!

