Forum Replies Created
-
AuthorPosts
-
March 12, 2018 at 5:54 pm in reply to: How to Use a Secondary Menu for Interior Pages in Altitude Pro #217836
bpike
MemberThanks Brad, I'll give it a shot.
bpike
MemberI tried this but it did not work:
//* Added action to the doctype to add ECT includes
add_action( 'genesis_doctype', 'child_do_doctype' );function child_do_doctype() {
?>
session_cache_limiter('none');
session_start();
ob_start();
include "vsadmin/db_conn_open.php";
include "vsadmin/inc/languagefile.php";
include "vsadmin/includes.php";
include "vsadmin/inc/incfunctions.php";
include "vsadmin/inc/metainfo.php";
<?php
}bpike
MemberThanks Victor. If I copied the header.php file into my child theme directory, would I just add the code I need in it and let the rest of the header file be called through Genesis?
I'm not sure how to create the function as you mentioned.
Thanks,
Brianbpike
MemberThanks William. Not sure what to do with that code. Should I grab it all and place in my functions file or my portfolio-archive.php template?
bpike
MemberI did resolve it. Thanks Susan.
-
AuthorPosts