Numeric page name & Posted by Tag not working
Posted: Sun Jul 08, 2007 6:36 am
Hi.
I have two issues right now. One is: How do I create a page with a page ID instead of an actual name? Example: http://www.scapershaven.com/index.php?id=208
Do I have to add it by hand or can it be done automatically? I don't want all pages to have Page ID. Only selected ones.
I also would like to know why my 'Posted by' tags doesn't work. I have added the following code to my pages but it doesn't show anywhere but on the News page. The 'Modiefied by' tag works just fine.
Any ideas?
/W
I have two issues right now. One is: How do I create a page with a page ID instead of an actual name? Example: http://www.scapershaven.com/index.php?id=208
Do I have to add it by hand or can it be done automatically? I don't want all pages to have Page ID. Only selected ones.
I also would like to know why my 'Posted by' tags doesn't work. I have added the following code to my pages but it doesn't show anywhere but on the News page. The 'Modiefied by' tag works just fine.
Code: Select all
<h3 class="text3">{title}</h3>
<h4 class="text4">Posted by {$entry->author} on {$entry->formatpostdate}<br/>Last modified by {last_modified_by format="username"} on {modified_date format='%b %e %G, %R'}</h4>/W