How to Easily Embed And Share Github Gists On Your WordPress Blog!
Github gists are a great way to create and share code snippets, and many developers are using Github. Github is a popular open source code hosting website, that will use git to allow you to push code...
View ArticleHow to Show The “home” Link on wp_nav_menu Default Fallback Function!
WordPress wp_nav_menu function is really helpful to display a custom navigation menu in your theme. Today’s tip will automatically show the “home” link to your menu. You just have to paste the...
View ArticleHow to Easily Make WordPress Images Responsive!
In this article, we’ll look at how to use WordPress’ built-in featured images capability to deliver different-sized image files to different devices. “Featured images,” sometimes referred to as...
View ArticleHow to Use Your Gravatar as a Favicon On Your WordPress Blog!
A favicon (short for Favorite icon), also known as a shortcut icon, Web site icon, URL icon, or bookmark icon, is a file containing one or more small icons, most commonly 16×16 pixels, associated with...
View ArticleHow to Change The “Posts” Label to “Articles” in WordPress!
Most of clients are not too good with technology and internet terminologies. Even many clients know about WordPress and used it but some it confuse clients. For example most of clients find the term...
View ArticleHow to Improved the_excerpt() Function in WordPress!
The the_excerpt() function is useful and very popular among theme developers, but it’s far from being perfect. Today’s recipe showcase an improved the_excerpt() function, which display an excerpt which...
View ArticleHow to Display Number of Facebook Fans in Full Text On Your WordPress Blog!
If you have integrated Facebook into your blog, you can do things with it other than displaying your status in Facebook. You can display in your blog the number of Facebook fans you have in full text....
View ArticleWordPress Function to Show a Total Share Counter – Facebook, Twitter, G+!
There are website called Sharedcount.com is a useful website which allow you to get the total likes, shares, tweets, etc for a specific web page. If you want to show a total share counter on your blog,...
View ArticleHow to Automatically Add “Nofollow” To External Links In WordPress Posts!
By default, WordPress does not automatically add Nofollow attribute to external links within post content. For doing so we all will be depending on external plugin’s like SEO external links and so....
View ArticleHow to add .PDF Support to the WordPress Media Manager!
By default, the built-in WordPress media manager allows you to filter media by three types: images, audio and video. But if you work a lot with .PDF files, you may need to add an option to filter .PDF...
View ArticleHow to Replace Excerpt Ellipsis With Post Permalink!
Ellipsis [...] is a series of dots that usually indicate an intentional omission of a word, sentence or whole section from the original text being quoted, and though necessary for syntactical...
View ArticleHow to Automatically Email Contributors When Their Posts Are Published!
If your blog is Multi-authored then it can be very cool to let your email contributors know when their post are online. Today i am going to show you can do this automatically each time a post is...
View ArticleHow to Restrict User Access to Specific Templates!
Mostly clients wants common request that they are able to have page that can be only accessed by specific roles likes authors, contributors etc. Today i am going to share with you a quick tip to create...
View ArticleHow To Get the Actual Count of Posts Are Returned by Custom Loop!
If you want to know how may posts are returned by custom loop then I have a one tip for you. Its very pretty easy to do. You have to simply paste the following code snippet anywhere on your theme. It...
View ArticleHow to Allow More HTML Tags in WordPress Comments!
Sometimes WordPress accept a few HTML tags in comments, such as <a>, <strong>, etc… But what if you want to be able to allow more HTML tags in WordPress comments? Just read on, I have the...
View ArticleHow to Automatically Add rel=”lightbox” to All Images Embedded in a Post!
Although using the Lightbox plugin can be a nice way of giving your readers a great experience in viewing your images in your blog, it can also become a bit tedious adding the rel=”lightbox” attribute...
View ArticleSql Query to Delete Orphaned Post Meta in Your WordPress Database!
In WordPress, after creating, editing and deleting your blog posts, your database will contain thousands of rows of useless meta data. If you want to delete orphaned post meta on your database then...
View ArticleHow to Redirect Feeds to a Single Format!
Atom, RDF, RSS, and RSS2 are the four different feeds which are provided by WordPress. But now, mostly people are only using the RSS2 format. So what about redirect feeds like Atom, RDF, RSS to RSS2?...
View ArticleHow to Run The Loop Outside Of WordPress!
If you ever needed that you are be able to access your WordPress data and run the loop OUTSIDE of your WP install, then here’s a code snippet which allow you to run a WordPress loop on any PHP file,...
View ArticleHow to Get Category Slug Using Category ID!
When styling your WordPress theme files, you may come across times when you may wish to display your WordPress Category slug ( category name ). We can easily achieve this task by using the Category ID....
View Article