Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Article Editing and Site Development
1. how do i remove the title, time stamp and signature of select articles?
2. im rebuilding my current site, digitalskraps.com, with textpattern but im doing so in a subdirectory. when its finished i plan on moving the site to the main root folder. I’ve done this before and it created a few problems with the data base. Im wondering if theres an easy way of moving a site from one folder to another.
for example all my image url paths have a folder name in the url that wont exist in the future. im sure i have to edit those one by one but..
really if anybody has a better way of developing sites it would help me a lot. i dont want the public to see the txp site till its done obviously.. but building it in a sub directory is going to provide a few hours of editing later.
solutions?
im new to cms’s. im new to textpatter. im pretty new to mysql.
any guidance will be appreciated!
www.digitalskraps.com
Offline
Re: Article Editing and Site Development
- ? On the front-end or admin?
- Use
<txp:site_url />
for all links,<txp:image id="XX" />
for images, and @<txp:permlink id=“X”>some article link</permlink> for links to articles in headers, footers, or whatever
Offline
Re: Article Editing and Site Development
for the front end. like on my blog page i want the title and time stamp but on my about page i dont want the “about – time stamp” at the top of the article and the signature at the bottom.
www.digitalskraps.com
Offline
Re: Article Editing and Site Development
for the front end. like on my blog page i want the title and time stamp but on my about page i dont want the “about – time stamp” at the top of the article and the signature at the bottom.
Use different article form or <txp:if_section name="your section"></txp:if_section>
in your forms.
Cheers!
Offline
Pages: 1