Listing | Hacks

20 March 2013 ~ 0 Comments

How to Style The Same Widgets Differently

You can style your widgets simply by grabbing the widget class using a Web Development browser extension named Firebug. And you can grab the widget class from your source code and add it to a new CSS rule…

Continue Reading

20 March 2013 ~ 0 Comments

How to Easily Make WordPress Images Responsive

Responsive images can be big on wide screens and automatically adapt to smaller screens such as iPad. Making your images responsive is not difficult to do: Here is a simple recipe to achieve it on your blog…

Continue Reading

19 March 2013 ~ 0 Comments

How to See Google Analytics in Your WordPress Dashboard with the Free Google Analyticator Plugin

As I’m sure many of you can attest to viewing analytics for your WordPress site is not only helpful in determining what works, what doesn’t, and where your traffic is coming from – it can also be really fun and addictive…

Continue Reading

19 March 2013 ~ 0 Comments

WordPress Snippets, Hacks and Tips to Enhance your Comments Section

Comments are a very important aspect of a blog because it is where the readers interact with the blogger. In today’s article, I’m showing you lots of WordPress snippets, hacks and tips to enhance your blog comments section…

Continue Reading

19 March 2013 ~ 0 Comments

How to Display Post Attachments in a List

While building an order tracking system, where I used Custom Meta Boxes to collect and store custom data about each order, I had a need to be able to upload documents (such as invoices and authorisations) to each order…

Continue Reading

19 March 2013 ~ 0 Comments

How to Add Theme Support For Menu Item Descriptions

I’ve had this post in drafts for a few months because i’ve been searching for an easier way to add a description for each menu item. Basically speaking, there is no easy way without adding a big chunk of code to your theme…

Continue Reading

18 February 2013 ~ 0 Comments

How to Add Tables in WordPress Posts and Pages Without HTML

WordPress comes with a visual post editor which is nice, but there are certain things that it can not do. Creating tables is one of them. Tables are an important tool to sort and present data in an understandable format. Even…

Continue Reading

18 February 2013 ~ 0 Comments

32 Quick Ways to Speed Up Your WordPress Site

Load time greatly effects how visitors interact with your website. Fast load times make your visitors happy, and slow load times frustrate users and cause them to leave. Duh. Everyone knows that. In fact, just a one second delay…

Continue Reading

17 February 2013 ~ 0 Comments

How to Create Post Tags With CSS

In this tutorial we are going to create post tags using CSS, we will also create a WordPress widget that will allow you to display these post tags in the sidebar of your WordPress site…

Continue Reading

17 February 2013 ~ 0 Comments

How to Enable Shortcodes In Widget Areas

Simply pasting a shortcode into any of your widget areas generally won’t work. To enable the use of shortcodes in any widget area, on any theme, simply add this code to your child themes functions.php file…

Continue Reading

17 February 2013 ~ 0 Comments

How to Display Your Most Popular WordPress Posts Using Jetpack Stats

Your most popular posts are usually your best work and are likely to attract new subscribers to your blog. If you already have the Jetpack stats module active on your WordPress site, here’s a quick tip for putting your stats to good…

Continue Reading

Tags:

16 February 2013 ~ 0 Comments

Restrict Admin Area To Only Admin Users

When you create a new user in the WordPress user manager they will be able to login to your site by going to the default WordPress login page /wp-login.php. Depending on the role you have assigned to this user they will see…

Continue Reading

14 February 2013 ~ 0 Comments

How to Add Subtle Background Patterns to WordPress

Subtle Patterns is a popular design resource for finding free, lightweight backgrounds to customize your website. Here you will find patterns that are easy on the eyes and tile perfectly to create pleasant backgrounds…

Continue Reading

24 January 2013 ~ 0 Comments

How to Creat Responsive Pricing Table Plugin for WordPress

Pricing tables are a key component of your business that promotes your products and helps users choose between different services you have. Most modern commercial WordPress themes provide built in Pricing Tables…

Continue Reading

24 January 2013 ~ 0 Comments

How to Drive Traffic to Your WordPress Website with Twitter

I am a huge fan of Twitter — not because I think it’s a great social media network for keeping up with my friends but because it (a) is a great place to network with your readers and likeminded bloggers and (b) can be a great…

Continue Reading

24 January 2013 ~ 0 Comments

How to Fix the “Missing Schedule” Error in WordPress

Allowing users to schedule blog posts in advance is one of the best features of WordPress. One of the things that I have recently started doing is scheduling a few posts ahead of time just to have something to post in case…

Continue Reading

23 January 2013 ~ 0 Comments

How to Add EXIF Photo Tags in WordPress

WordPress is an awesome tool to share your photos with the world. It has great plugins and the best WordPress photography themes to showcase your images. EXIF (Exchangeable image file format) tags are metadata…

Continue Reading

23 January 2013 ~ 0 Comments

How to Customize Native WP Gallery Images & Display In Different Theme Locations

The latest update to WordPress, version 3.5, adds a better experience for creating and inserting galleries in WordPress. But its also limited to the default settings…

Continue Reading

23 January 2013 ~ 0 Comments

Shortcode to Display External Files on Your Posts

When blogging, you may need to include an external file, such as text or image, into your own posts. Here is a very useful shortcode to embed and display any external files in your blog posts…

Continue Reading

22 January 2013 ~ 0 Comments

Project Management in the WordPress Dashboard

A good project management system lets you keep track of (and manage) projects within your organization. It lets you relate and assign tasks to contacts, set milestones and goals, and it provides an easy to use interface for…

Continue Reading