Remove "Posted By" from Blog Entries
Permalink
I need to remove the "posted by" line from the blog_entry view. I cannot find where it is output in the elemental theme. I have found this same question in older posts but things seem to have changed in the newer version(s) of Concrete5.
Thanks in advance
Thanks in advance
You can get rid of it with css or you can modify the view.php file. Whats the url of the site?
Not at my computer right now but there should be a blog_entry.php in the elemental folder
So look (might not be exact path) concrete>themes>elemental in the php there should be a section with posted by
So look (might not be exact path) concrete>themes>elemental in the php there should be a section with posted by
I take it all back, try looking at this.
https://documentation.concrete5.org/tutorials/how-to-recreate-the-bl...
https://documentation.concrete5.org/tutorials/how-to-recreate-the-bl...
Thank you!
Let me sum up what I've learned for others with this question.
Go to the blocks/page_title/templates directory and edit the byline.php file as needed.
Let me sum up what I've learned for others with this question.
Go to the blocks/page_title/templates directory and edit the byline.php file as needed.