• Page 1 of 1
  • 1
Delete date
Remember
Posts: 93
Reputation: 1

Message # 1 | 6:23 PM
I want to delete the entry dates from the blog because google is indexing the date of the entries too and i want to appear just the name of the entry and of the module, not the entry date too.



I want that area to disapear but I don't know how to get it out..

sorry for my english, hope you understood what i meant..

Post edited by Remember - Tuesday, 2011-12-06, 6:25 PM
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 11:16 AM
Remember, you need to edit page titles, it can be done by means of editing design templates: Control Panel -> Customize Design.
I'm not active on the forum anymore. Please contact other forum staff.
Remember
Posts: 93
Reputation: 1

Message # 3 | 6:59 PM
the "date bar" is deleted.. still the date appears.. I don't know what to do. The page title is edited but the date still appears
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 4 | 7:21 AM
Remember, it will take time for Google to reindex the page with the new name. I would give it about 2 weeks and then have a look again. smile
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Remember
Posts: 93
Reputation: 1

Message # 5 | 6:03 AM
Yes but... i did not deleted that yet because I don't know where is that tiny code. I searched every where in customize design for the blog module.. everywhere.. and I deleted a lot of things and still, that it did not dissappear
Sunny
Posts: 9296
Reputation: 456

Message # 6 | 12:48 PM
Remember, you need to edit the following blog template: "Page with full entry text and associated comments". Find:

Code
<title>$TITLE_BAR$ - $SITE_NAME$</title>


As you can see there is no separate code for the date, the code $TITLE_BAR$ stands for an entry name, a date and a module name. We can do what you need in the following way: delete $TITLE_BAR$ and paste the codes you want to see in blog page titles, e.g.

Code
<title>$ENTRY_NAME$ - $MODULE_NAME$ - $SITE_NAME$</title>


You can leave just the entry name and the site name, or add any other codes, like a category name ($CAT_NAME$).

I'm not active on the forum anymore. Please contact other forum staff.
Remember
Posts: 93
Reputation: 1

Message # 7 | 9:44 PM
Thank you very much, Sunny!
  • Page 1 of 1
  • 1
Search: