React.js 101 – Part 1: Getting Started with Components
Learning React.js is quit exciting
#ReactJS
#LearnReact
#WebDevelopment
#JavaScript
#FrontendDev
#ReactComponents
#CodingTutorial
#React101
#DevTips
#Programmers
Learning React.js is quit exciting
#ReactJS
#LearnReact
#WebDevelopment
#JavaScript
#FrontendDev
#ReactComponents
#CodingTutorial
#React101
#DevTips
#Programmers
Output:
How to get the current post parent category ID? Just copy the codes below and paste this your template.
How to add @mention in Buddypress single media page (or rtMedia single page)? Copy the codes below to your functions.php Next is override the media-single.php file in your theme folder (wp-content/themes/my-theme/rtmedia/media) . The file path output must be wp-content/themes/my-theme/rtmedia/media/media-single.php. Open the media-single.php in your text editor and find the and replace with the codes below….
Get current posts parent category ID, permalink, name, etc via codes below.
Disable ui tabs menu
Change WordPress default email notification. Mostly used in new user registration, the default is `WordPress <wordpress@yourdomain.com>`. In my case I want to change the WordPress Name to my domain name. The output will be `Anthony Carbon <info@anthonypagaycarbon.com>`. The codes below will complete your tasks.