Home  //  Posts tagged with Functions

Using Nivo Slider and WordPress Attachments to Create an Easy to Use Slideshow

Posted on January 24, 2011 in WordPress Tutorials

For the work section of this site I wanted a simple slideshow to showcase my design and development work over the years, but also make it very simple to create them as a WordPress post. I was a fan of the functionality of a jQuery add-on called Nivo Slider, and thought that it would work... Read Full Post →

Customize the WordPress Administration Area to Suit a Clients Needs

Posted on October 4, 2010 in WordPress Functions

In my opinion, WordPress is the best option for building a custom CMS for clients, as it provides one of the best administration area setups that I’ve ever worked with. Things are laid out in a simple way, and the user interface is intuitive and easy to navigate. But yet there are always... Read Full Post →

How to Deregistering the Default Plugin CSS Files in WordPress

Posted on August 8, 2010 in WordPress Optimization

With every file loaded into a site an HTTP request is made to the server, and the higher the number of requests made will decrease the overall load time of your site pages and posts. A simple way to cut down on those requests is by combining your CSS and Javascript files into as few... Read Full Post →

Customizable WordPress Breadcrumb Function to Replace Plugins

Posted on August 1, 2010 in WordPress Functions

In the past I’ve relied on a plugin to handle the breadcrumbs throughout the sites I’ve built. In a effort to reduce the amount of plugins I use regular and replace them with functions I came across a simple to implement, easy to update function that does exactly what I need. First,... Read Full Post →

How to Add and Style Custom Modules on the WordPress Dashboard

Posted on July 25, 2010 in WordPress Functions

Wouldn’t it be nice to have the ability to add new custom module on the dashboard in your WordPress builds? The following code will do just that, simply add it to your functions.php file and add whatever you want within the echo and voila! ?View Code PHP// Create the function to output the... Read Full Post →

Hiding Dashboard Navigation Items in WordPress

Posted on July 18, 2010 in WordPress Functions

When setting up custom WordPress builds for clients there are sometimes areas within the administration area that will never be used, and other areas that you simply do not want those clients to have access to, such as Appearance, Plugins, Settings and maybe more. Preventing clients from accessing... Read Full Post →

Page 1 of 212

© Troy Chaplin 2010  //  Site built using a Macbook Pro, Coda and Photoshop and is proudly powered by WordPress