Category Archives: PHP
WordPress SEO plugin, Refactor and Optimization – Part 2
This post is another one related to my WordPress SEO plugin: Light SEO. This plugin is a fork of the popular All in One SEO Pack and I’m performing a big refactor with some ideas in mind. Looking at the source code, I found the following function in the original plugin: function replace_title($content, $title) { [...]
Also posted in WordPress 9 Comments
WordPress SEO plugin, Start – Part 1
Why another SEO plugin? If you are using WordPress (WP) probably you know one of the most popular plugins, All in One SEO Pack (AIOSP). This plugin handle a lot of SEO related tasks for you. I used it in my blog from day one. But the more I know about the WP internals and [...]
Also posted in WordPress 7 Comments
WordPress SEO plugin, Charset and Refactor – Part 3