Quantcast
Channel: Kieran Barnes » wp
Browsing all 10 articles
Browse latest View live

WordPress function remove_menu_page

WordPress is now being used more and more for a full site CMS and the “Links” or “Blog Roll” is pretty much redundant now. People seem to be going to great lengths to remove this from the WP admin...

View Article



Debugging WordPress

Debugging WordPress is actually quite simple. Stop yourself going grey and or bald. In your wp-config.php, replace With This will turn on debugging and debug events will be wrote to...

View Article

Using custom CSS in cForms

Pretty much every WordPress installation I’ve done in the last few years has got cForms installed. Its one of the must have plugins. Many people are unaware of the custom CSS options available in...

View Article

[Snippet] Programmatically add a WordPress User

Here’s how I would programmatically add a WordPress User The post [Snippet] Programmatically add a WordPress User appeared first on Kieran Barnes.

View Article

WordPress/Shopp Shipping Calculator/Options Access-Control-Allow-Origin Error

I’ve recently been debugging a customer’s WordPress/Shopp store. When the customer set the Cart & Checkout to be served over SSL  the shipping calculator failed. Serving Cart / Checkout / My...

View Article


Using Persistent Cache in WordPress (with APC)

Ever since WordPress 2.5, the WP Cache functions haven’t been persistent, so the cached objects are only available for the page load (or script run). This means that data stored in the cache resides in...

View Article

Automatic Photo Blogging with WordPress

My latest WordPress challenge was to automate a photo blog site. The photo blog post content would just consist of a title and a featured image. No content. As per normal photo blog style sites. This...

View Article

[Snippet] Adding your custom taxonomy to post/page list in WordPress

Custom Taxonomies are amazing for organising your post data. Here’s a simple way of showing your custom taxonomies on the post/page list in wp-admin. In the image below you can see we are now showing...

View Article


Loading jQuery in the footer

Loading Javascript in the footer has many benefits such as speed, you give priority to visual elements of your site. Your site will render for the visitor, then it will load the Javascript. By loading...

View Article


Protect wp-admin with Nginx

Are you running WordPress on nginx? A massive security win is securing your wp-admin area by limiting IP access. How? Easy. Drop these lines into your nginx.conf or relevant vhost config file Don’t...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images