This members-only tutorial provides the steps to implement components by CodyHouse in WordPress.
We shall add a “Back to Top” functionality that adds a up arrow button after scrolling down a bit which when clicked takes the user back to the top of the webpage using this component.

Live demo on Codyhouse.
Step 1
Install and activate My Custom Functionality plugin.
Connect to your hosting account using a FTP client and navigate to site’s /wp-content/plugins/my-custom-functionality-master.
Let’s add js class to the html element needed for the CodyHouse framework to detect if JavaScript is enabled.
Edit plugin.php and below
if ( ! defined( 'WPINC' ) ) {
die;
}
add
This is a premium members-only content.
To view the rest of the content, please sign up for membership ($47/month or $599 one-time).
Already a member? Log in below or here.

Leave a Reply