Archive for WordPress

Creating a New Page Template for a WordPress Theme

July 8, 2010 | 0 Comments

Page templates in a WordPress theme define how the page using it is displayed. Nowadays most themes provide more than one page template. As an example the Twenty Ten theme that comes with WordPress 3.0 has Page Template and One Column, no Sidebar Page Template. They are listed in the Page Attributes box in the [...]

Filed Under: WordPress

Displaying the Number of Visits in a WordPress Blog Post

April 22, 2010 | 0 Comments

I thought it would be a good idea to show how many visits a blog post had since it was published. One of the web tracking tools I use is WordPress.com Stats, and it’s the easiest to get the page view count from. So after some googling I found the best way to do so [...]

Filed Under: PHP, WordPress

Why We Love WordPress

December 17, 2009 | 0 Comments

When looking for information on a new topic, where do you go first? Most people would answer “the Internet.” Now that we find ourselves in this wonderful information age, it’s remarkably easy to find everything from advice on buying a dog to finding a lawyer or looking up the time of the church picnic. What [...]

Filed Under: WordPress

How To Recover Lost WordPress Password

December 8, 2009 | 0 Comments

After seeing the article title you are maybe asking yourself: Why somebody writes something like that? Everything what I need to recover my WordPress password is to click one link and let the script to send new password to my email. If you are thinking in this way I am pretty sure you are one [...]

Filed Under: WordPress

How to Create a Page For Your Tags in WordPress

November 26, 2009 | 0 Comments

To display all the tags in a blog in page a plugin that runs PHP code in pages should be installed. I prefer Exec-PHP (http://bluesome.net/post/2005/08/18/50/) because its easy to use (you just type the PHP code inclosed in <?PHP ?>), and has very good documentation. After installing the plugin create a new page and while [...]

Filed Under: PHP, WordPress

WordPress Permalinks in Windows Using IIRF

November 19, 2009 | 3 Comments

Ionic’s ISAPI Rewrite Filter is an URL rewriting ISAPI filter for IIS 5.0, 5.1, 6.0 and 7.0. It could be found at http://www.codeplex.com/IIRF. It has a detailed online help file, a long list of examples, and a discussion board that has more than 650 discussions. With the help of this filter we have been able [...]

Filed Under: Windows Server, WordPress