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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…