Snippets
-
Read more: Remove WP Version Number Everywhere
By default WordPress publicly display its version number on your Website. But sometimes this might be a security risk for your blog or Website, especially…
-
Read more: Replace WP Login Logo With A Custom Logo and URL
When building sites for clients, you may want to change the default WordPress login logo to the clients brand logo and URL. And, for those…
-
Read more: How To Align Divs Horizontally
Here we are going to share with you a code snippet that will help you to achieve the divs in a row or align horizontally.…
-
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: 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…