drop this code in your custom plugin and alll you will need to do is click a meta box inside the post to hide the page
One of the primary extensions we made use of was the Groups extension to house conversations for different organizations. But our client had a last-minute addition to incorporate group-specific events. This required adding a new tab under the group page. Unfortunately, there was no documentation on how to add a new group tab. After a couple […]
BuddyPress: Adding a new tab in groups
Open functions.php file Open the WordPress admin dashboard and go to Appearance > Theme Editor to open the WordPress Theme Editor. On this page, you can see the list files in your active theme under Template files on the right side of the page. Scroll through the list of files to find the functions.php file. Once you see it, […]
bp-profile-as-homepage has been updated 11/25/22 Logged in users will be redirected to their profile page if they try to move to HomePage anywhere within buddypress installation same as FACEBOOK do. And as the user logs out, he/she is redirected to homepage again. This is tested successfully with WordPress 6.1.1 and Buddypress 2.1.1 above Version2.2 | […]
disable theme / plugin text editor I never use the built-in text editor to edit theme or plug-in files in WP-admin, nor do I want my clients to. It’s also a security risk. Anyone who manages to hack a user account can modify php files and javascripts. Standard code snippet for my sites, courtesy of wpfunction.me […]