Exemple #1
0
/**
 * @since 1.2
 * @deprecated 2.1
 * @deprecated Use nxt_list_authors()
 * @see nxt_list_authors()
 *
 * @param bool $optioncount
 * @param bool $exclude_admin
 * @param bool $show_fullname
 * @param bool $hide_empty
 * @param string $feed
 * @param string $feed_image
 * @return unknown
 */
function list_authors($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '')
{
    _deprecated_function(__FUNCTION__, '2.1', 'nxt_list_authors()');
    $args = compact('optioncount', 'exclude_admin', 'show_fullname', 'hide_empty', 'feed', 'feed_image');
    return nxt_list_authors($args);
}
				<?php 
        }
        ?>
				
				<div class="sitemap-col<?php 
        if ($fullwidth) {
            echo ' last';
        }
        ?>
">
					<h2><?php 
        esc_html_e('Authors', 'Modest');
        ?>
</h2>
					<ul id="sitemap-authors" ><?php 
        nxt_list_authors('show_fullname=1&optioncount=1&exclude_admin=0');
        ?>
</ul>
				</div> <!-- end .sitemap-col -->
			</div> <!-- end #sitemap -->
			
			<div class="clear"></div>
			
			<?php 
        edit_post_link(esc_html__('Edit this page', 'Modest'));
        ?>
	
		</div> <!-- end .entry -->
		
		<?php 
        if (get_option('modest_integration_single_bottom') != '' && get_option('modest_integrate_singlebottom_enable') == 'on') {