The WordPress media library can do a lot more than just store your media files. It is a powerful tool that covers all of your media management needs and more, and I’m going to tell you everything you need to know about it. In this article, I’ll explain how you can leverage your library to...
Animations are cool. We’ve seen them at play in gamification, in page transitions, and also in the latest navigation design trend. The best part about animation? You don’t see them all too often in web design, which is sure to give your WordPress site an edge over the competition. I think part of the reason...
There are a number of reasons why companies use content marketing to power their lead generation efforts. While a business’s services or products are what a customer ultimately needs from them, a high-quality content offering increases the value of that company’s solution. Content marketing helps businesses establish themselves as thought leaders and stay top-of-mind with...
WordPress isn’t just for blogging. It’s a full-fledged CMS and undoubtedly a strong platform for developers. But the world of related trends and tools can be exhaustive when you just need a solid solution real fast. Given the fact that WordPress is used by millions of people, it’s only natural many use it to make...
Tabbed sections on a website can be very convenient. They allow you to break up a lot of information and put it into one small space. Readers are less overwhelmed that way and therefore more likely to hang around and check out what you have to offer. The easiest way to get tabbed content in...
Want to take the “category” base term out of your URL – turning mysite.com/category/news into mysite.com/news? It’s pretty easy to do. You can just install and activate the FV Top Level Cats plugin. There are no settings and nothing to do. Just activate it. Another Possibility Another possible trick to get rid of the category...
If you’re adding some extra jQuery to customize your WordPress site and it doesn’t seem to be working, remember that the copy of jQuery that WP loads is in “no conflict” mode. If you’re attempting to use the default jQuery shortcut of $, then you’ll want to wrap it with the following: jQuery(document).ready(function($) { //...