Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-01-31 01:29:52

Josefin
Member
Registered: 2008-01-30
Posts: 18

Dont want to show article headline or creationdate

How do I present an article without its headline or creation date?

By default the article title and the article_modified (“x ours ago”) shows at the top of each article. Dont want that.

/J

Offline

#2 2008-01-31 01:34:31

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Dont want to show article headline or creationdate

Assuming that you are meaning frontend. Search the form that you use for articles, by default it’s default and remove there <txp:title /> and <txp:posted />.

Cheers!

Last edited by Gocom (2008-01-31 01:36:03)

Offline

#3 2008-01-31 01:39:08

jsoo
Plugin Author
From: NC, USA
Registered: 2004-11-15
Posts: 1,793
Website

Re: Dont want to show article headline or creationdate

The key is the article form that is doing the presentation. The default page (the first thing you see you see when you click the “Presentation” tab) calls the article form with the <txp:article /> tag. As written, that calls up the default article form (the first thing you see when you click the “Forms” subtab under Presentation). If you delete the first line of the default article form, you will no longer see article titles and posted dates.


Code is topiary

Offline

#4 2008-01-31 01:44:41

Josefin
Member
Registered: 2008-01-30
Posts: 18

Re: Dont want to show article headline or creationdate

Thanks!

I had to remove the first line completely, just deleting the <txp:title /> and <txp:posted /> didn´t do it.

Done!

Offline

Board footer

Powered by FluxBB