• Hello Theme Horse team.
    I need to edit the file that displays blog entries in order to modify as shown. For example, I do not want the “featured picture” associated with the entry is displayed. I would also put the date and author at the end of the post and stuff.

    The problem is that the PHP files which usually edit these things, there is only reference to the header, footer and “do_action (‘interface_main_container’);”

    Where do I have to go to edit the way the post is showed?

    Thanks a lot.

Viewing 1 replies (of 1 total)
  • Look in structure > content-extensions.php.

    Everything is added via action hooks. You would have to de-register the function for each template and register your own version.

    The function: ‘interface_theloop_for_template_blog_image_large’
    contains the calls for the_author() and date. You have to de-register that function, copy it, edit it for the layout you want and then register your own version.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit file to display a post differently.’ is closed to new replies.