Forum Replies Created
-
AuthorPosts
-
flipper
ParticipantHi,
I think it was within the content div within the template but that isnt quite enough,
ie
<div id=”container”>
<?php echo do_shortcode(“[tabby title=Tab1]”); ?>to do this i think i really have to hack the content-extensions.php file
edit the function attitude_theloop() and create an new function based on this new template.
would i be on the right track.
thansk againflipper
ParticipantHi,
I have a custom template with some dynmaic content. It appears what I have embedded in the template appears outside the #content div, making it display further down the page. There are some text details in the rhs widget itself.
clearly i am not setting up child theme template as intended for this theme so any pointers would be super.
thanks
flipper
ParticipantSorry, my question was silly.
flipper
Participantthat is very helpful
I am still having trouble unhooking the line
/** require_once( ATTITUDE_STRUCTURE_DIR . ‘/header-extensions.php’ ); */without unhooking the whole function
function attitude_load_files()
guessing
remove_action(‘attitude_load_files’,’??’,??);thanks again – great theme
-
AuthorPosts
