Preload Featured Images to Improve Google CLS Score

If you use featured images on the first screen of your site, the large...

How to Remove the Yoast SEO Plugin Breadcrumb Post Titles

Copy and paste the following php code into your WordPress theme's function.php file. function...

Add a Back Link for Your Previous Page

There are 2 methods for going back to previous page using Anchor Tag <a>, below...

Can’t Run the Xampp – Apache Error

I just want to test my new WordPress theme on my computer today, so...

Add Content After Theia Post Slider

// slider function my_custom_function( $html) { $html .= ''; $html .= get_post_field('post_content', $post_id); $html...

Allow WordPress Contributors to Upload Images, Not All Kind of Files

Go dashboard -> Appearance -> Theme Editor -> Theme Functions Add the following php...

WordPress- Don’t Allow Users See All Posts – Only See Their Own Posts

If you open the register function, or you have a lot of other contributors,...

How to Update php5 to php7 in CentOS

I got a notify from my WordPress dashboard today, it said "WordPress has detected...

Follow Me