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
How to fix ajax POST /wp-admin/admin-ajax.php 500 (Internal Server Error)? I’m receiving this error in console when I’m about to call my ajax code backend. It appears to me that I am missing global variable in enable the code to work. See the wrong and correct coding below. It might be not the same issue…
Having problem on The7 WordPress theme share buttons on single post or custom post type? You can display a share buttons anywhere using this codes below. Mostly needed in custom post type that does not support this feature.
WordPress page options resetting after pressing the enter keys and all of your settings go back to zero. This is usually this is happening when you create a custom page option in WordPress dashboard. The main reason is the reset button is declared ahead or coded before submit button. If you can see the `id=”reset”`…
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….
How to add a notice on WordPress Dashboard?
How to fix this kind of error? This is showing on your console of a browser. With this codes below, your problem is solve.