Archive for PHP

How to Create a Page For Your Tags in WordPress

Amgad Suliman | 26/11/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