Force Users to use www.yourdomain.com not yourdomain.com.

If your having problems with cookies, and incoming links sometimes varying between www.example.com and example.com, which doesn’t help SEO. Use this quick fix to solve your problem.


How to get the current WordPress Page Name?

A friend had the question tonight “How do i pull the pagename of the current page in wordpress?.” Turns out he wanted to display different padding around his paragraphs on different pages. Here is the solution I came up with: The code, which can be placed at the top of header.php in your theme. <?php [...]


Advanced Navigation II using Clean Urls

This tutorial will teach you how to implement clean SEO friendly web URLs. Example: Turning /index.php?page=register into http://www.domain.com/register/.