Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2005-12-21 22:08:10
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: change the way date is displayed and delete "posted by"
You can set the date formats in Admin > Preferences, and the ‘posted by’ stuff is in the default form (Presentation > Forms).
Offline
#2 2005-12-21 22:21:54
- marknumberm
- Member
- From: Minneapolis
- Registered: 2005-11-29
- Posts: 46
Re: change the way date is displayed and delete "posted by"
You do this in the presentation > forms tab.
Swap in this code under name = default, form type=article (It should be the first form you come to.)
<txp:permlink><txp:title /></txp:permlink><txp:posted />
<txp:body />
That will produce the title of each article, linked to the permalink of it, and the date and time posted.
That should work.
Among other documentation you might want to check out in order to learn how to tweak it for other specific results, I suggest this page , which is a list of txp tags and what they do.
There are tags, for example, to include the excerpt instead of the body.
Last edited by marknumberm (2005-12-21 22:22:51)
Offline
Re: change the way date is displayed and delete "posted by"
For my web it is in the default form
<txp:posted /> this is responsible for the date..(anyway you can change the way the date showing if you like to change the way it is showing from the preferences setting)
<txp:author link=“y” /> is responsible for showing the author (you can delete those text like posted by entered by as you have in the default form)
Hope this helps you..
you can have look on my web(http://tech-resource.be) how it is showing posted by and other..
http://tech-resource.info
Offline