Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2016-06-13 12:02:01

Retrax
Member
Registered: 2006-10-10
Posts: 59

Building a Text Page and refer to it.

Hello,

i have a little dau question:

I have a textpattern installation that is working great (thanks for all the great work @team!)

Now i want to create a simple Text Page (Imprint / About me).

Questions:

1. Where do i have to create this page (Pages or Forms)?

2. How do i refer to this new Page in the “default page” for example.
Also, how do i this in Textpattern:

<a href=“http://www.domain.de/imprint.html”>Imprint</a>

How is the Textpattern-comand to refer to the new “Imprint” Page?

Thank you so much!

Michael

Last edited by Retrax (2016-06-13 12:03:13)

Offline

#2 2016-06-13 12:12:28

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: Building a Text Page and refer to it.

Hi Michael,

I would create an “Imprint” section and write a single article called “Imprint” again which I would allocate to the section.

For the section template I would have something like

<txp:if_section name="Imprint">
<txp:article_custom id="##">
<txp:hide>Replace ## with the id of the Imprint article</txp:hide>
<txp:title /> 
<txp:body />
</txp:article_custom>
</txp:if_section>

Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2016-06-14 10:22:53

Retrax
Member
Registered: 2006-10-10
Posts: 59

Re: Building a Text Page and refer to it.

THANKS!!!

Could anybody explain how i could make the comment-field / form bigger.

Also, how i could increase the size of the comment field?

thank you so much!

Offline

Board footer

Powered by FluxBB