Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23017

    Hi, we would like to be able to remove all the content mention in the Title of this post. Can you direct us to what PHP page needs to be modified to remove this information?

    Thanks!

    Alex

    #118252

    Hi Alex,

    The single posts come from the single.php file within the theme files. What you would need to do to remove it from there however, is instead of including the index loop, copy that loop to a new file and name it something lile loop-single.php. Then change the single.php to look for loop-single.php in the includes folder instead and customize that page however you want.

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘remove featured image, blog entry title, post date and author from blog post’ is closed to new replies.