Category: Wordpress Tricks
-
Change woocommerce add to cart button text after added to cart
Hello, welcome to therichpost.com. In this post, I will tell you, How to Change woocommerce add to cart button text after added to cart? WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and…
Written by

-
Get Woocommerce Currency Symbol
Hello, welcome to therichpost.com. In this post, I will tell you, How to Get woocommerce currency symbol? WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. …
Written by

-
How to Add Featured Image to WordPress RSS Feed?
Hello, welcome to therichpost.com. In this post, How to Add Featured Image to WordPress RSS Feed?WordPress is the best cms. I personally like it very much and my mostly posts are related to wordpress. We will How to Add Featured Image to WordPress RSS Feed with wordpress add filter hook and here is the working code…
Written by

-
How to get related posts of any post type on single post page?
Hello, welcome to therichpost.com. In this post, How to get related posts of any post type on single post page? WordPress is the best cms. I personally like it very much and my mostly posts are related to wordpress. Here is the working code for get related posts of any post type on single post page:…
Written by

-
How to redirect WordPress old domain with posts and pages to new domain with htaccess?
Welcome to therichpost.com. In this post, I will tell you, How to redirect WordPress old domain with posts and pages to new domain with htaccess? Like I always say WordPress is the best cms. if , we want to redirect wordpress old blog to wordpress new blog with the help of htaccess file and below…
Written by

-
Get Featured Image URL WordPress
Welcome to therichpost.com. In this post, I will tell you, Get Featured Image URL WordPress. Like I always say WordPress is the best cms. Here is the working code: $thumb_id = get_post_thumbnail_id(); $thumb_url_array = wp_get_attachment_image_src($thumb_id, ‘thumbnail-size’, true); $thumb_url = $thumb_url_array[0]; or <?php if (has_post_thumbnail( $post->ID ) ): ?> <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ),…
Written by

-
WooCommerce Single Product Page add_action Hooks
Hello, welcome to therichpost.com. In this post, I will tell you, WooCommerce Single Product Page add_action Hooks. WordPress is the best cms and Woocommerce is the best Ecommerce plugin. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress.…
Written by

-
How to remove the user avatar from WordPress admin toolbar?
Hello, welcome to therichpost.com. In this post, I will tell you, How to remove the user avatar from WordPress admin toolbar? Like I always say WordPress is the best cms. Here is the working code to remove user avatar from wordpress admin toolbar and you need to add this into your theme’s functions.php file: add_action(‘admin_head’,…
Written by

-
Redirect WordPress guest user if he tries to access a specific page
Hello, welcome to therichpost.com. In this post, I will tell you, Redirect WordPress guest user if he tries to access a specific page. Like I always say WordPress is the best cms. If guest user, in our wordpress website and we don’t want guest user to access our wordpress page then we can redirect that…
Written by

-
How to get Get author avatar for particular user inside the loop?
Hello, welcome to therichpost.com. In this post, I will tell you, How to get Get author avatar for particular user inside the loop? Like I always say WordPress is the best cms. Today In this post, we will get author avatar image in wordpress post loop and there are various methods and here are the…
Written by
