From page to page, the title is the same. The search engines don't really like this if you have 200 pages (example). Is there a way to add > page 1, page 2, page 3, etc, etc to the secondary pages after the title when browsing?
From page to page, the title is the same. The search engines don't really like this if you have 200 pages (example). Is there a way to add > page 1, page 2, page 3, etc, etc to the secondary pages after the title when browsing?
It all depends on what page you're talking about. Not all pages can use the same variables unless you edit the corresponding php pages.
In most cases you can use something like <%$title%> or <%category_path%> but it depends on the page and depends on what you want it to say.
how about adding page number, something like
page # of #
Or a custom field random will be nice.... Like a mod.....
I have already a new navigation mod... For i am looking for a random field that i can insert into the title...
It will be nice to have in the category setup....
Antony
Hotel Discount Web Search
www.hotel-discount.com
Can you tell me how to insert variable like number Dody ?
Antony
Hotel Discount Web Search
www.hotel-discount.com
if you want to create random number, you can use smarty php tag
Code:<%php%>print rand(1000,10000)<%/php%>