Removing Sidebar from all Projects Pages
-
Hello! I’m trying to remove all the sidebars from my Projects pages. I’ve managed to get my main archives looking right, but the categories and single project pages are still including space for a blank sidebar that I can’t seem to remove.
This post suggests “unhooking” the sidebar; while I’m pretty new to hooks, I’ve tried both editing out the sidebar functions in single-projects.php and archive-projects.php, as well as this unsuccessful hook in my functions.php:
remove_action( ‘projects_sidebar’, ‘projects_get_sidebar’, 10 );Can anyone see what I’m doing wrong, or provide a fix for me? I’ve been fighting with this almost a week.
https://kesness.com/project-category/photos/
Thank you!
- The topic ‘Removing Sidebar from all Projects Pages’ is closed to new replies.