Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
resolved: About link on left sidebar ?
I have an About link in the left sidebar. I would like for it to point to a page with info, currently blank, or remove the link.
It is probably obvious, but I’m tired and cannot find info on it.
Thanks.
Last edited by JimJoe (2011-09-24 17:25:31)
Offline
#2 2011-09-24 14:45:31
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: resolved: About link on left sidebar ?
Has the about link an ID or class in the page’s source code? -> Search for this info with smd_where_used (link in my signature).
If not: search for the URL with smd_wu (not as reliable, as the links tab isn’t searched).
If not: search the links tab. You can restrict its abundance with the search dropdown.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#3 2011-09-24 16:08:15
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: resolved: About link on left sidebar ?
JimJoe wrote:
I would like for it to point to a page with info, currently blank,
Just write an article in section ‘about’.
or remove the link.
On the page template there is a <txp:section_list />
tag. Add the attribute exclude="about"
in it.
Or delete section ‘about’ if you are not going to use it.
Offline
Re: resolved: About link on left sidebar ?
My presentation tab templates are only modified a small amount.
I decided to remove it, as I have some small FAQ pages.
Thanks !
Offline