Hello! Already 3:00 am trying to find a function responsible for displaying the date of the post. Alas, to no avail. Emphaino theme I rummaged through all the files, I did not find it. Tell me where to look? Can there be a plugin that can help with this?
2 answers
File: emphaino \ inc \ template-tags.php
- Exactly! Thank you very much! - hooko
|
In the content.php file is called on line 48.
- Search in sublime text 3: file> open folder.
- Select the desired folder with the second button "find in folder" and
- in the inc / template-tags.php file on 130 pages we find the emphaino_posted_on () function;
|