You probably know that in WordPress, for any kind of data (for example, page or post title, or post category…),
Continue readingCategory: WordPress
How to password protect all posts within post type
If you want to protect all posts within selected post type (for example all products), you can try my Bulk
Continue readingDownload working WordPress “X | The Theme” child theme
Ever had a project where you had to create a child theme for WordPress “X | The Theme” but you
Continue readingfullPage.js and Advanced Custom Fields integration
fullPage.js is an immensely powerful free jQuery-based JavaScript library, offering (as the name suggests) an ability to create very attractive, dynamic
Continue readingPurging a stubborn WP Engine CSS cache
Here is the scenario – you created that awesome CSS and are dying to get it online. The client also.
Continue readingHow to translate theme strings using Polylang
One of the powerful (or let’s say useful) functions that ship with WMPL is ICL_LANGUAGE_CODE, allowing you to translate strings using PHP
Continue readingChecking condition if on a custom post type singular or custom post type archive
If you want to check if you are on custom post type singular or custom post type archive within your
Continue readingHow to disable (and replace) Visual Composer lightbox
One of the reasons you might want to replace Visual Composer lightbox (it is using prettyPhoto actually) is because of
Continue readingHow to separate WordPress loop into sections
In one of my recent projects, the client wanted to create a homepage with several different layouts for groups of
Continue readingHow to retrieve featured image URL in WordPress
If (for some reason) you have the need to get the featured image (or post thumbnail) URL, you can do
Continue reading