Categories

Thursday, March 28, 2024
#919814419350 therichposts@gmail.com

Month Archives: May 2018

How to add custom meta title and meta description in Wordpress?
Wordpress HooksWordpress Tricks

How to Change the author slug WordPress?

Welcome to therichpost.com. In this post, I will tell you, How to Change the author slug Wordpress? Like I always say WordPress is the best cms.Here is the working code for Change the author slug Wordpress and you need to add this into your theme's functions.php file:add_action('init', 'cng_author_base'); function cng_author_base() {...

reactjs
Reactjs

How to merge two components in reactjs?

Hello, welcome to therichpost.com. In this post, I will tell you, How to merge two components in reactjs? Reactjs is a Javascript Library to build user interface. Now I am also learning Reactjs these day because of my passion to learn new things.In this post, we will merge two components...

reactjs
Reactjs

Install Reactjs easy and simple

Hello, welcome to therichpost.com. In this post, I will tell you, How to install reactjs on your local machine in easy and simple manner?  Reactjs is a Javascript Library to build user interface. Now I am also learning Reactjs these day because of my passion to learn new things.In this...

reactjs
ReactjsRest Api Wp

Reactjs fetch data from wordpress

Hello, welcome to therichpost.com. In this post, I will tell you, Reactjs fetch data from wordpress. Reactjs is a Javascript Library to build user interface.This is data coming from wordpress in reactjs app index.html file:In this post, I will tell you, how to fetch data from wordpress(wordpress user) with reactjs....

woocommerce
Woocommerce Hooks

How to Add new country to WooCommerce countries list?

Hello, welcome to therichpost.com. In this post, I will tell you , How to Add new country to WooCommerce countries list? 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...

How to add custom meta title and meta description in Wordpress?
Wordpress Tricks

How to disable automatic updates in wordpress?

Welcome to therichpost.com. In this post, I will tell you, How to disable automatic updates in wordpress? Like I always say WordPress is the best cms.Here is working code to stop automatic updates in wordpress and you need to add this into wp-config.php file://To disable automatic updates for major releases or...

How to add custom meta title and meta description in Wordpress?
Wordpress Tricks

How to get wordpress theme information?

Welcome to therichpost.com. In this post, I will tell you, How to get wordpress theme information? Like I always say WordPress is the best cms.Here is the working and tested for How to get wordpress theme information:get( 'Name' ); echo $theme_data->get( 'ThemeURI' ); echo $theme_data->get( 'Description'...

How to add custom meta title and meta description in Wordpress?
Wordpress Tricks

How to Add custom attribute to wordpress the_post_thumbnail?

Welcome to therichpost.com. In this post, I will tell you, How to Add custom attribute to wordpress the_post_thumbnail? Like I always say WordPress is the best cms.Here is the working and tested code and you need to add this with your the_post_thumbnail:the_post_thumbnail( 'thumbnail', array('itemprop'=>'image') ); There are so many tricks in wordpress...

1 2 3 9
Page 2 of 9