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
WDES rtMedia Music template override All files inside the “templates” folder can be override in your current theme/child theme. To do that, create a “wdes-rtmedia-music” in your current theme/child theme and place the template file inside of “wdes-rtmedia-music” folder. Example: You want to override the “all.php” to your theme/child theme. Override to theme/child theme You want…
Add sub-page using 1 page without adding another pages using add_rewrite_rule is very simple but clean strategy most specially if you have multiple sub-pages. Using add_rewrite_rule, your task is done. Please copy the codes to your functions.php. Example: I have this page, https://www.anthonypagaycarbon.com/parent/ and the page ID is 10. add_filter(‘query_vars’, ‘wdes_query_vars’); function wdes_query_vars($vars) { $vars[]…
How to display Youtube video’s featured image ( thumbnail image )? We have numbered of ways to display the Youtube video’s featured image or thumbnail image. We want to display image instead of Youtube videos most specially in the categories right? In this examples, https://www.anthonypagaycarbon.com/category/entertainment/ we will see I’m using image instead of the video…
Theme my login (TML) or WordPress login form does not show the login error. This error display after you have login the wrong username or password. The reason why it is not showing is the current login form action URL and your current page has different URL. Theme my login (TML) is using /login/ page…
Hi guys, having a trouble on how to merge your personal and friends activity stream using Buddypress WordPress plugin? Codes below may help you to solve the issue. The codes will apply only in your personal activity but it is includes the friends activity also. For more details and additional parameters, read it here https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/….
Fatal error: Allowed memory size is showing if the default WordPress or hosting allocated memory is reach. In some case this can be fix via wp-config.php, php.ini, or .user.ini. If the error is still not fixed, better to contact your hosting provider and let them fix the error. This is my error: Using php.ini or…