Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2011-05-16 22:27:11
- GeekCred
- New Member
- Registered: 2011-05-16
- Posts: 1
How do I supress the author name from an article?
I looked everywhere in the backend but I can’t find a setting for this. If it’s not possible through a setting, what PHP page do I need to edit? Thanks.
Edit: It’s in Presentation > Forms > Form default > Remove <txp:author /> tag. Thanks Els! It’s my first day and I didn’t completely RTFM :)
Last edited by GeekCred (2011-05-16 23:02:02)
Offline
#2 2011-05-16 22:55:46
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How do I supress the author name from an article?
GeekCred wrote:
Edit: Nevermind, I found the code in textpattern/setup/txpsql.php line 190.
No! You never ever need to edit the code :) Look at the article forms (Presentation > Forms), in this case I think you need form default.
In Txp you do everything with tags, please have a look at the documentation.
Last edited by els (2011-05-16 22:57:17)
Offline
#3 2011-05-16 22:59:08
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How do I supress the author name from an article?
Forgot to say it’s the <txp:author />
tag you need to remove.
Offline