WordPress setup as a CMS
In: WP Plugins| WP Tutorials
20 Oct 2009If you wonder yourself how can you made the blogroll appear in homepage only, here is the sollution.
<?php if (is_home()) { ?>
<h2>Blogroll</h2>
<?php wp_list_bookmarks(”);
} ?>
If you want to have your blogroll nofollow, or to have more control on it here is a plugin I recommend: Better Blogroll. The Better Blogroll widget for WordPress allows you to display [...]
In: WP Plugins
25 Sep 200910. Permalink Redirect
One of the fatal flaws of WordPress is that URLs with a trailing slash are the same as URLs without. This is bad for your stats since one page can show up under multiple URLs, and it’s also bad for search engines who may duplicate your pages in their results. That’s why there’s [...]
In computing, a content management system (CMS) is a document centric collaborative application for managing documents and other content. A CMS is often a web application and often it is used as a method of managing web sites and web content.
I have always recommended (where it was possible) Wordpress as a CMS platform. One of the main reasons is its extensibility and that for almost any task there is a plugin or one can be easily developed.
Recent Comments: