Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2012-01-27 18:51:52
- babbish
- New Member
- Registered: 2012-01-23
- Posts: 9
Changing the left side links
Hi, When I am on the home page everything is fine but if I click on an article to show just that one article the left side populates with links to other articles like an archive. Is there anyway to remove this? I would like it to just show the links that I created.
It also happens if I am looking at all of my articles like an archive, they all show in the main section like I want and then again on the left side. I can’t seem to find where or what is causing it, I am hoping it is just a piece of code to delete, can anyone please help.
Thank you.
Offline
Re: Changing the left side links
babbish wrote:
Hi, When I am on the home page everything is fine but if I click on an article to show just that one article the left side populates with links to other articles like an archive.
A link to your website might come in handy at this point.
Offline
#3 2012-01-27 20:45:16
- babbish
- New Member
- Registered: 2012-01-23
- Posts: 9
Re: Changing the left side links
Yes, I was trying to not link to it since it’s just filled with filler until I get everything sorted out, but here you go.
My home page
http://blog.babbish.com
is fine
but if you go to the
http://blog.babbish.com/articles/
you’ll see what I mean on the left side, everything expanded with the titles like a second archive.
Sorry about the links, I tried using what I thought was the correct code but every time I previewed it, it never worked so I just pasted the addresses in.
Thanks for your help.
Offline
#4 2012-01-27 20:52:18
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: Changing the left side links
In Admin > Pages > default (and probably archive, too), remove this part from your left sidebar:
<txp:if_section name='<txp:section />'>
<txp:article_custom section='<txp:section />' wraptag="ul" break="li">
<txp:if_article_id>›</txp:if_article_id>
<txp:permlink><txp:title /></txp:permlink>
</txp:article_custom>
</txp:if_section>
Edit: Yes, it’s also contained in archive and in error_default.
Last edited by uli (2012-01-27 20:54:54)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#5 2012-01-27 21:13:02
- babbish
- New Member
- Registered: 2012-01-23
- Posts: 9
Re: Changing the left side links
That worked, thank you so much. :-)
Just noticed that you edited to include error_default, thanks again.
Last edited by babbish (2012-01-27 21:16:12)
Offline
#6 2012-01-27 22:44:13
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: Changing the left side links
babbish wrote:
[…] thanks again.
Nice! You’re welcome!
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Pages: 1