Hello, I'm creating my own theme for amemberv4, I'm in the need of removing the H1 title below the menu and I can't find where to remove that. Any help? Cheers, Juan.
Hi Alex, Thanks for your response, I tried that before and it didn't work. Maybe because I'm using amember with wordpress? I've tried on both Code: /amember/applications/default/views/layout.phtml and Code: /members/application/default/themes/mytheme/layout.phtml Thanks, Juan.
Juan, If you use wordpress theme, layout file that is being used can be found in /amember/application/default/plugins/protect/wordpress/default/layout.phtml
Hi, I need to do the same thing and I've located the file in my wordpress/default folder but I'm not sure what I need to do to remove the H1 title on the page (I just want to remove it from the page not from the page title)... thanks in advance! Kevin
It is inside application/default/plugins/protect/wordpress/amember.php <?php if (empty($this->layoutNoTitle)): ?> <h1><?php echo $title ?></h1> <?php endif; ?>