Web Development & WordPress

Based on User Role ( subscriber , editor) redirect to different url or login page During Logout action

If you want your Client ( user role created) or Editors to be redirected to different urls while they logout, use the code i shared below. Just change the urls in the code and paste it in your child theme’s function.php or use Code Snippet Plugins.

Continue reading “Based on User Role ( subscriber , editor) redirect to different url or login page During Logout action”
Life Thoughts & Personal Notes

Find color from image using MAC without using any paid app. 35 seconds Video

So few days ago I was checking to find out a color used in image. There are paid apps for that in App Store. But I found another way which needs you 35 seconds to find out the color and you don’t need any paid apps. You need to go to PhotoPea to do that. Please check the video (35 seconds only).

Continue reading “Find color from image using MAC without using any paid app. 35 seconds Video”
Web Development & WordPress

Show Specific Post Content into a page or sidebar using Shortcode and Post ID

Suppose you want to show specific post content into your homepage or any other page or in sidebar using shortcode, using the code i shared below you can do it. The shortcode works like this [copy_post_content id=”YOUR POST ID”].

Continue reading “Show Specific Post Content into a page or sidebar using Shortcode and Post ID”
Web Development & WordPress

How to show Paypal Buy Now, Cart, Donate or Subscribe button in your wordpress website and Redirect to Paypal page after successful Contact form 7 submission

This is the way I added a Paypal button in a wordpress site and Redirect it to the Paypal Payment Page ( by auto clicking the paypal button) while the Contact Form 7 form mail sent/form submission.

Continue reading “How to show Paypal Buy Now, Cart, Donate or Subscribe button in your wordpress website and Redirect to Paypal page after successful Contact form 7 submission”
Web Development & WordPress

How to add logo, menu and Contact number in header using Block Editor or in wordpress twenty twentythree (2023) theme : 4 minute Video

In this 4 Minute small video I have tried to show how to customize the header section of WordPress website built with the Twenty Twentythree theme and block editor. If you are using wordpress block editor theme like 2023 theme, In this tutorial, we’ll walk you through the process of adding a logo, a navigation menu, and a contact number to the header.

Continue reading “How to add logo, menu and Contact number in header using Block Editor or in wordpress twenty twentythree (2023) theme : 4 minute Video”
Web Development & WordPress

Free WordPress based website for your pet Dogs or Cats

Here I am sharing you a free demo wordpress website which you can use to create your own website for your pet dogs or cats.

Basically it depends on your passion or love for your pet.

The theme which I used here is free theme Blogus. Please Download Pet Dogs/Cats free WordPress based website. You will need to use All in One Migration plugins to install/use this website.

Here is how the pages may be looked

Continue reading “Free WordPress based website for your pet Dogs or Cats”
Web Development & WordPress

How to show posts from one wordpress website to another one without importing posts: Rest API and Shortcode

Can you Show posts from one wordpress website to another one without importing the posts?

Yes you can do it using REST API. Just you need to enable REST API of the site which posts you want to show.

I am sharing you a demo code to make you understand how you can code it ( it is a demo code, you need to modify it based on the fields which REST API url is providing) .

Continue reading “How to show posts from one wordpress website to another one without importing posts: Rest API and Shortcode”