Anyone know how to make aMember pages output/display the site name (from Setup/config "Site Title" in admin) in the page titles all I get now is the name of the page... I'm not sure which template I should edit or what setting to adjust. I looked through the docs. for example: "Please login |" should be: "Please login | Site Name"
Think you can just edit layout.phtml. amember/application/default/views <title><?php echo $title ?></title> Add your site title after the php tags David
Thank you for the reply, David. It didn't work for me...I added it like this (as I think you suggested?) to the layout.phtml file: <title><?php echo $title ?>My Site</title> Any ideas? Kevin
What exactly layout.phtml did you add it to ? (must be application/default/views/layout.phtml) Also, are you using WP theme integration?
Yes, that is what I edited:(must be application/default/views/layout.phtml) Yes, I am using a WP theme, and all other pages display the site title correctly, its just the aMember pages. It sounds like there is a conflict, any suggestion on how to fix it?
This depends on theme being used. Some themes change a way wordpress work with site templates and do not execute native wordpress hooks.