Category Archives: PHP

WordPress SEO plugin, Charset and Refactor – Part 3

This post is another one related to my WordPress SEO plugin: Light SEO. This time I will talk about some refactor and changes that take care of the blog’s charset. Charset There are two important functions inside the plugin, strtolower and strtoupper. The implementation in the original All in One SEO Pack is: $UTF8_TABLES['strtolower'] = [...]
Also posted in WordPress | 7 Comments

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
  • What am I running?

    WordPress trunk, rev. 15157
    Nginx 0.8.36
    PHP 5.3.2-1ubuntu4
    APC 3.1.3p1
    WP Super Cache 0.9.9
    Ubuntu 10.04 LTS
  • Meta