Change order of front page..how?
-
Hello,
How do I modify this in functions.php
add_action ( 'wp_head' , 'place_slider_before_footer' ); function place_slider_before_footer() { if ( !tc__f('__is_home') ) return; remove_action( '__after_header' , array( TC_slider::$instance , 'tc_slider_display' )); add_action( '__before_footer', array( TC_slider::$instance , 'tc_slider_display' )); }
To have the home page text, then the slider then the three featured pages icons on my main page (which isn’t my post index). i.e. what is the text box (what is there when I go to edit page then update) called in the functions.php.
To clarify…I want the page text under the header and menu, then the slider, then the three featured pages thing above the footer….but only on my home page.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Change order of front page..how?’ is closed to new replies.