How To Remove Date Stamps From Blog Posts
Permalink
Hi
How can I hide the date stamp from both the blog post and the main blog page(where all post excerpts are shown). I am not going to be updating the blogs regularly and displaying the posts will make the site look stale I suppose. I really need help with this. Can someone please help.
Many Thanks
Vijay
How can I hide the date stamp from both the blog post and the main blog page(where all post excerpts are shown). I am not going to be updating the blogs regularly and displaying the posts will make the site look stale I suppose. I really need help with this. Can someone please help.
Many Thanks
Vijay
That is one way, but all stripping and editing will be lost if you update your Concrete5.
Beter is it to make a folder named 'page_types' in the root. One level above the concrete folder, and put your blog_entry.php in there. Edit it there and that file will be used first, even if you update your c5 in two months. Same goes with editing blocks.
Beter is it to make a folder named 'page_types' in the root. One level above the concrete folder, and put your blog_entry.php in there. Edit it there and that file will be used first, even if you update your c5 in two months. Same goes with editing blocks.
Yes, I forgot to say, sorry
Thank you very much jrlas and vince. That worked, now my posts dont have any date stamp :-)
But I also want the date to be hidden even in the main blog page, where all the post excerpts are listed. Any way to get that happen?
But I also want the date to be hidden even in the main blog page, where all the post excerpts are listed. Any way to get that happen?
I think it is depends on your theme. What theme they use?
I see.
I am using the Rigid-Bold theme... Does that help or do you think I need to contact the theme developer?
Thanks for your replies. Much appreciated.
I am using the Rigid-Bold theme... Does that help or do you think I need to contact the theme developer?
Thanks for your replies. Much appreciated.
I don't think so. What kind of blog-system do you use. Blogga?
If Blogga
packages/blogga/page_types/blogga_page.php
.
If Blogga
packages/blogga/page_types/blogga_page.php
<?php echo $thisPage->getCollectionDateAdded('F j, Y'); ?> |
I am not using any add-on. Infact there uis nothing under package folder at all. I just set the page type to "Blog type" - thats it.
You can check it here
champix.org.uk/blog/
You can check it here
champix.org.uk/blog/
I think, it's inside the package of the theme. You should ask the developer of the theme. I don't know the theme. I tried to find the answer in concrete5, but was not successful. Sorry and good luck.
will do that. Thank you very much for all the help :)
/concrete/page_types/blog_entry.php
F j Y is the date
try, if you can remove that:
I am also just beginning here at concrete5, but I hope, I could help you.