Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#25 2009-06-08 21:46:43
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Special drop down menu, help!
They are not stupid questions, but try this ;)
For help with styling, you can better post in the Presentation forum.
Last edited by els (2009-06-08 21:48:52)
Offline
Re: Special drop down menu, help!
Thanks!
i´ll check this tomorrow.
Last edited by sebatorresi (2009-06-08 21:53:11)
Sonríe | Smile . <txp:lover />
Offline
Re: Special drop down menu, help!
Let me see if i can explain me better.
- On the blog i want a limit of post by page (pagination).
- On the home page i´ll put the latest news & latest articles but how can i do to limit the latest 2 of each one? Example: i want to show only the latest news and the latest two articles.
Thanks!
Seb
Last edited by sebatorresi (2009-06-10 18:36:30)
Sonríe | Smile . <txp:lover />
Offline
Re: Special drop down menu, help!
I was looking for templates but they use a lot of forms and i´m lost with the blog.
I don´t understand how works this.
On the blog i´ll show the title – date – text (excerpt) – podest by – comments.
Into the post i want to show the same but with the comments and the form.
I was 6 hours today and i can´t do this! hahaha, tomorrow i´ll expend more time :)
Bye
Sonríe | Smile . <txp:lover />
Offline
#29 2009-06-11 17:41:03
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Special drop down menu, help!
If you change <txp:body />
to this
<txp:if_individual_article>
<txp:body />
<txp:else />
<txp:excerpt />
</txp:if_individual_article>
you will have excerpts on the blog home page and the full articles on the individual article pages.
To show comments and the comments form, you need a couple of comment tags, like <txp:comments /> and <txp:comments_form />. You can wrap them in if_individual_article tags too.
Limit the number of articles on a page: use the limit
attribute in your article tag. For the pagination have a look at the navigation tags.
Oh, and don’t forget to check TextBook now and then…
Offline
Re: Special drop down menu, help!
Thanks a lot!!
Sonríe | Smile . <txp:lover />
Offline
Re: Special drop down menu, help!
New questions…
I was reading the Tag Reference and the forum but i can´t get what i want.
I want a link to articles list page and link to archive list page, i don´t know how link a page, i have done the pages with the lists but i can´t put the link to this pages.
Thanks
Sonríe | Smile . <txp:lover />
Offline