-
Read more: Bandana – Free WordPress Theme
Bandana is a free, clean, simple and dark fashion WordPress theme with a lot of features like a custom menu, widgetized sidebar, threaded comments, custom…
-
Read more: How To Improve WordPress JPEG Image Quality
WordPress does automatically compress JPEG images at 90% of their default quality to ensure speedy response time for your site. As a photographer or simply…
-
Read more: How To Increase The Size Of Excerpt Field
In the code below you can find amazingly helpful tip which you can implement into your WordPress blog post excerpt field. The excerpt field allow…
-
Read more: How To Use Ajax In WordPress
We have already shared a code to help you about passing PHP variables to JavaScript function. Now we are going to share a more practical…
-
Read more: Passing PHP Variables To Javascript Function
Accessing PHP variables in JavaScript is very important requirement especially when developers deal with Ajax implementation in the WordPress development. Fortunately, WordPress has solved this…
-
Read more: How To Use “More” Tag In WordPress Pages
Today, we are going to share an interesting code snippet about the “more” tag problem in WordPress pages. “more” tag works perfectly on the Home…
-
Read more: Exclude Specific Categories From The WordPress Loop
Today, we are going to share code snippet of a popular question i.e How do I remove specific categories from the WordPress loop? There are…
-
Read more: How To Get All Taxonomies For a Post Type
Here is a useful code snippet to retrieve the terms in taxonomy or list of taxonomies for a custom post type.