• I made self theme for wordpress CVS. It has 5 files (index.php, wp-header.php, wp-footer.php, wp-sidebar.php and wp-comments.php)
    when I active my theme, It just showed index.php mod. another words, It looks like that NOT include other files in my themes directory(all but index.php). It looks like include default files(but index.php) in wordpress main directory.
    How can I fix this?
    Thanx

Viewing 1 replies (of 1 total)
  • This is because the comments_template() function called in index.php (yours or the original) doesn’t look for a template file.
    This is either a bug, or it just hasn’t been implemented yet, or at least in my CVS (which needs updating – the latest might fix this).
    I’ll check if it is still not there and stick it in the bug/missing list…

Viewing 1 replies (of 1 total)
  • The topic ‘theme not include custom wp-comments template’ is closed to new replies.