Online template running error:
Fatal error: Call to undefined function do_atomic () in C: \ wamp \ www \ zenith \ index. php on line 11
How can we see where all the functions required by this template are stored? Index. There is no require page on the php page.
It's been a night, and I don't know where the error is.
Reply to discussion (solution)
Index. The php code is as follows:
// Zenith_before_content
// Zenith_before_entry
"Class =" ">
// Zenith_open_entry
'. _ (' [Entry-edit-link] [entry-published] [entry-author] [entry-comments-link] ', 'Zenith ').'
');?>
'
'. _ ('Pages:', 'Zenith '), 'after' =>'
');?>
'. _ ('[Entry-terms taxonomy = "category" separator = ""] [entry-terms taxonomy = "post_tag" separator = ""]', 'Zenith ').'
');?>
// Zenith_close_entry
// Zenith_after_entry
// Zenith_close_content
// Loads the loop-nav.php template.
// Zenith_after_content
// Loads the footer. php template.
No such method ....
Do_atomic
Search all documents
Do_atomic
Then reference the file.
Is the file require_once referenced?
Print_r (get_included_files (); // view the list of included files
The do_atomic method is not referenced in The require file.