How to get the name of the current WordPress page template

15 May 2013 By Code Snippets No Comments 25 views
15
May

Whilst working on an update to version 3 of the Bizstream WordPress theme I came across a scenario where I needed to get the name of the current page template I was using.

How to load a CSS style into WordPress admin area only

19 Mar 2013 By Code Snippets 1 Comment 235 views
19
Mar

It can be a little daunting and confusing at first when building plugins and themes and trying to load the respective CSS files into the WordPress Dashboard area only.

How to add custom pagination to your WooCommerce Integrated Theme

08 Mar 2013 By Code Snippets 1 Comment 388 views
08
Mar

Whilst working on developing a Woocommerce integrated theme I came across a scenario where I did not want to use the standard pagination functionality that comes standard with WooCommerce.

Facebook Like Button “The href URL must be absolute” Error

25 Jan 2013 By Code Snippets 2 Comments 760 views
25
Jan

Recently many WordPress sites encountered an error displaying the Facebook Like Button on their websites. The Facebook Like Button suddenly started displaying a red “error” instead of showing you the count for Likes, and when you click on the red error, you are directed to a Facebook page with the following shown: “The href URL must be absolute“.

How to Implement Custom Pagination for Twitter Bootstrap

16 Jan 2013 By Code Snippets No Comments 815 views
16
Jan

Twitter Bootstrap is a front-end toolkit for rapidly developing web applications. It is a collection of CSS and HTML conventions. It uses some of the latest browser techniques to provide you with stylish typography, forms, buttons, tables, grids, navigation and everything else you need in a super tiny (only 6k with gzip) resource.

How to remove the WordPress logo from the Admin Bar

09 Nov 2012 By Code Snippets No Comments 709 views
09
Nov

This short code snippet will demonstrate how to remove the WordPress logo from the Admin Bar.