Close

Creating Your own WordPress Plug-in and Widget

Until now, whenever I needed to have something displayed on the sidebar of my WordPress blog, I simply input my HTML code into a Text Widget and added it to the sidebar. This worked fine until I needed something with a bit of intelligence to it.

But what I discovered was that there did not seem to be a ready made, easy to use template for creating a Sidebar Widget or a WordPress plug-in. So I have created this easy to use template

Read More

WordPress: Sticky Posts

Recently, someone posted a question on one of the forums asking if there was a way to make a particular blog post sticky, or always the first post displayed on the home page of the blog. I know of a way to edit the theme files to add static content, but that is the extent […]

Read More