Categories

Monday, November 25, 2024
#919814419350 therichposts@gmail.com

Year Archives: 2018

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...

Laravel 7.2 routing with route group auth guard check with prefix
Laravel

How to Split Laravel Routes into Multiple Files?

Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Split Laravel Routes into Multiple Files? Laravel is one of the top php mvc framework and growing very faster.First, we need to check route files  defined in app/Providers/RouteServiceProvider.php. In that file, there are two functions called...

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

How to get WP_query posts according acf field values?

Welcome to therichpost.com. In this post, I will tell you, How to get WP_query posts according acf field values? Like I always say WordPress is the best cms.Here is working and tested wp_query posts according to acf fields value and you can add this code any your theme's template file:

1 19 20 21 41
Page 20 of 41