You probably know that in WordPress, for any kind of data (for example, page or post title, or post category…),
Continue readingTag: 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 readingHow to copy text from website to clipboard
So this is the scenario – you have this text on your website and would like to have a button
Continue readingAdding WordPress menu item description using nav_menu_item_title()
The answer to how to add description into WordPress menu items is – easy :). All you need to do
Continue readingHow to count the number of posts within taxonomy terms
I was actually struggling with the title – what I wanted to write about was how to count posts within taxonomy terms.
Continue readingHow to count the number of posts in category
If you want to count the number of posts in any category, there are number of ways to perform this check.
Continue readingAuto compile Sass on save in NetBeans
If you’re developing WordPress websites in NetBeans, there is a chance that you will edit CSS using the Sass approach. In
Continue readingHow to change the number of documents (items) in WPML Translation management
If you’re translating your website into another language (or languages) using WPML and have lots of of pages, posts, products,
Continue readingHow to (quickly) debug WordPress white screen
In my experience, there are two kinds of people – people who experienced WordPress white screen and people who will
Continue reading