Is there an option to turn off detect within a certain page?
I’m wanting to create a landing page within the desktop theme that bypasses the detect upfront until the user has clicked through to the corresponding site.
Have a similar issue but I don’t think child themes will help.
I need to be able to map two separate themes… so franksmeats.com and franksmeats.com/beef having basically the same layout, functionality, but changing imagery, graphics, css of each slightly.
use <?php bloginfo(‘template_directory’); ?>
Moreover… are custom fields only meant to be used with the loop or can the data exist outside? Say for instance using custom fields for the header image to change based on the post?