elegant themes

Author Page for David Stein

rss feed Twitter LinkedIn

How to remove the link to parent pages when using wp_list_pages in WordPress navigation

| July 8, 2010 | 19 Comments
Recently I was working on a client's WordPress website and he made an interesting request, that I am actually surprised we don't see more often. He wanted the top links on his navigation bar to not be live links, and only the sub-pages should actually link to pages on his site. In this case the ... View Post

Jerome’s Keywords Plugin

| February 21, 2007 | 2 Comments
“Jerome’s Keywords” is a plugin for WordPress 1.5.x and 2.0 and to associate keywords with your posts. I used it for my tags on the right. To get them to look like a cloud, I used the following code: <?php all_keywords('<strong><a href="/tag/%keylink%" style="font-size: %count%px" >%keyword%</a></strong>', '', 10, 30) ?> Jerome's Keywords Plugin>> View Post