Hi, use X theme 9.1.4
I have to put some php code in page that use index.php
like this (show all autor list):
<?php wp_list_authors( 'exclude_admin=0&optioncount=1' ); ?>But i index.php I have only this code:
get_header();
do_action( ‘tco_theme_template’ );
get_footer();
How to edit (put custom php code) in that template ?
Thansk,
Dejan