• Resolved tpwgd

    (@tpwgd)


    Hi guys,

    Im using the thesis template and playing around with the hooks my question is this…

    Take this snippet for example:

    function full_width_nav() { ?>
    	<div id="nav_area" class="full_width">
    		<div class="page">
    			<?php thesis_nav_menu(); ?>
    			<?php thesis_search_form(); ?>
    			<div style="clear:both;"></div>
    		</div>
    	</div>
    <?php }
    add_action('thesis_hook_before_content_area', 'full_width_nav');

    I understand what this does but is there some sort of reference guide to the names of the functions that print the various elements of a page?

    for instance in the example above
    <?php thesis_nav_menu(); ?>
    prints the menu

    and
    <?php thesis_search_form(); ?>
    prints the search form

    but what would the function be called to print a pages content?

Viewing 1 replies (of 1 total)
  • Thesis is a commercial theme that includes support. You are better to ask in the Thesis Theme support forum

Viewing 1 replies (of 1 total)
  • The topic ‘Thesis Hooks’ is closed to new replies.