RSSCategory: Wordpress

How to get your WordPress site ready for the ICO cookie regulations

How to get your WordPress site ready for the ICO cookie regulations

| May 21, 2012 | 2 Comments

I’m going to assume you know what I mean by the new cookie regulations. Anyway, they come into force on the 26th May 2012 although the ICO (Information Commissioner’s Office) is saying that it has no plans to fine people immediately. Instead they will instigate action when a user complains via a webpage that the ICO have not [...]

Continue Reading

How not to write a WordPress plugin

How not to write a WordPress plugin

| May 14, 2012 | 0 Comments

With a number of plugins under my belt, I’ve collected a number of theories on what you shouldn’t do. All of them are relevant, if light-hearted. Don’t allow your plugin to rely on third party code If you do and it doesn’t work (or doesn’t work as the users want) then you’ll be crucified. No [...]

Continue Reading

Diary of a WordPress plugin development

Diary of a WordPress plugin development

| May 7, 2012 | 0 Comments

Most people don’t realise that running this site and developing WordPress plugins is not a full time job for me. Therefore I have to find the time during lunchtimes and snatching time in the evenings. However, this week I’m off and have decided to tackle a big upgrade to my most popular WordPress plugin – [...]

Continue Reading

How to display the number of published posts

How to display the number of published posts

| May 1, 2012 | 6 Comments

Again , needing to provide information for a page for the press I created a shortcode that would output the number of posts that have been published. And it’s just 2 lines long! Copy the code below into your theme’s functions.php file and then place the shortcode wherever you wish the count of posts to appear. [...]

Continue Reading

Display your site’s current PageRank

Display your site’s current PageRank

| April 26, 2012 | 0 Comments

If you have a need to add your site’s current PageRank to a page or post (for example, you may have a page for the media/PR on which you may wish to highlight it),  the following piece of code, added to your theme’s functions.php file, will achieve just that. All you have to add in [...]

Continue Reading

Simple Feed List gets a major re-write

Simple Feed List gets a major re-write

| April 19, 2012 | 0 Comments

I wrote Simple Feed List some time ago I recognised that although widgets existed to display RSS feeds, they pretty much just did this and were generally widget-bound. Simple Feed List, initially, did all its own decoding of the XML that exists in an RSS feed. However, issues over the translation of “foreign” characters lead me to the [...]

Continue Reading

Simple Social Bookmarks and Artiss Code Embed WordPress Plugins updated

Simple Social Bookmarks and Artiss Code Embed WordPress Plugins updated

| March 27, 2012 | 3 Comments

Simple Social Bookmarks , now named Artiss Social Bookmarks, has had an update today. I’ve had a big list of pending changes – many smaller ones and a few large ones. This release resolves the smaller ones in one go, allowing me to concentrate the next release on those few, but very large, changes. In comparison, Artiss Code Embed has had [...]

Continue Reading

A Further Deleted WordPress Plugin

A Further Deleted WordPress Plugin

| February 21, 2012 | 0 Comments

I mentioned the other day, after deleting a number of plugins , that I would soon also be deleting WP Plugin Cache from WordPress.org. That’s now happened. WP Plugin Cache was written to provide caching facilities to other plugins. At the time I wasn’t aware that WordPress had its own caching facility that plugins could use and only got around [...]

Continue Reading

How to suppress Skimlinks for some content in WordPress

How to suppress Skimlinks for some content in WordPress

| February 21, 2012 | 0 Comments

Skimlinks is a great way to moneterise a blog. Once signed up and approved you simple need to add a line of JavaScript to your site and it will add moneterised links to your output. However, you may be adding sponsored posts or your own links and may not want Skimlinks to modify the entire, or [...]

Continue Reading