WordPress
ReferenceError: commonL10n is not defined error
It is common that after update Wordpress to 5.5 version you got error. ReferenceError: commonL10n is not defined error Because of this javascript conflict,...
MoreWordPress excerpt keep formatting text
WordPress excerpt keep formatting text Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ex recusandae dicta molestiae laboriosam assumenda possimus asperiores quis impedit distinctio...
MoreRedirect all WordPress posts and pages to homepage
If you want to redirect all the posts and pages on a WordPress site to the home page, all you need is access to...
MoreHow to add a new PHP page template to WordPress?
The best way to add PHP pages in WordPress to Page Template in the child-theme folder. Create a file named template-mypage.php and put it...
MoreWhat is WordPress nonce and how it works?
Today, I am going to share with you a tip that how we can make our WordPress plugins are themes more secure. I have seen...
MoreHow to Add Description to WordPress Menu Items
WordPress lets you add descriptions on menu items by clicking “Screen Options” when editing the menu (top right corner) and checking “Description”. But most...
MoreHow to display Post Views Count in WordPress
If your theme doesn’t have post view counter, this is the simplest way how to count post views in WordPress without using any plugins....
MoreHow to loop through WordPress post
WordPress post loop is basic need on WordPress website. You can use loop to display post from default post types, custom post types, tags,...
MoreHow to get the specific title attribute of WordPress image
How to get the specific title attribute of WordPress image from WordPress media? Those information that are being inputted upon uploading the images life,...
MoreFeatured Image block are not showing in classic editor or Gutenberg
The functions.php file is the heart of WordPress themes. Reason for that is, this file contain various functions to make your theme work on...
MoreHow to Get Featured Image from WordPress REST API
Add featured and thumb image to WordPress REST API Adding featured image to your WordPress website json respond is not something what require plugin....
More