Beispiel #1
0
        echo '">';
    }
    // creating the post header
    thematic_postheader();
    ?>
    	            
					<div class="entry-content">
    	            
    	                <?php 
    the_content();
    ?>
		
						<ul id="links-page" class="xoxo">
    	                
    	                    <?php 
    wp_list_bookmarks(thematic_list_bookmarks_args());
    ?>
    	                    
						</ul>
    	                
    	                <?php 
    edit_post_link(__('Edit', 'thematic'), '<span class="edit-link">', '</span>');
    ?>
		
					</div><!-- .entry-content -->
					
				</div><!-- #post -->
		
    	        <?php 
    // action hook for placing contentbelow #post
    thematic_belowpost();
Beispiel #2
0
/**
 * Create the arguments for wp_list_bookmarks in links.php
 * 
 * Removed for namespacing
 *
 * @deprecated 1.0
 */
function list_bookmarks_args()
{
    _deprecated_function(__FUNCTION__, '1.0', 'thematic_list_bookmarks_args()');
    thematic_list_bookmarks_args();
}