I had to expand a site to handle SEO-friendly URL-s. The site was not based on a CMS, but had lot of posts in the database, so I had to do something what isn’t change the actual structure, because the site had lot of references from other sites.

I solved the problem with two easy steps.

Read more…

I had to turn on the SEO mode of the AWPCP PlugIn, but I had some additional pages, what was not handled with the AWPCP SEO mode handlers. So somehow I needed to add the handling of this page to the system.

I’m lazy, and did not want to make too much work, so I picked the options-permalink.php (/wp-admin/)
to do the work for me.

Read more…