Hi all!
Curious if anyone could help with customizing the author page. I’d like to have the page template it uses set to the Blank Page template. I have it opening in a popup and would like to strip out the header, sidebars and footers.
I believe I’ve solved my needs by triggering the template code used in Blank Template and inserting it before get_header() in the author template. Seems to trigger what it needs to and does the trick!
$avia_config['template'] = "avia-blank";