![]() |
Wordpress help - blogroll
OK I have the opposite problem of http://www.greenguysboard.com/board/...ad.php?t=30506
This is what is in my sidebar: Yet the links show on every page, not only the home page. It's the same code I have on my other WP blog, and that one works fine. I'm scratching my head bald trying to figure this one out, any ideas? |
hi jel
first,make sure that is really your current sidebar if this, try removing " || is_page() " code: just a suggestion, I did not prove |
Hi Dev,
Just tried that and it's still showing my 'links' on every page instead of the index page only, thanks for the idea though. Anyone think it's possible it's a htacess issue? That's an area I truly suck in, thoughts/ideas appreciated :) |
check to see if you have a single.php file if you do take out the
|
I have, but that will remove the categories and recent posts which I need to keep on all pages.
|
then i guess im not clear on what you want on the pages?
|
suggest 2
again, really make sure that is your current sidebar, because i have the same code and the links are only showing on index.
to make sure, just write something and upload to see if it is: code: this is my current sidebar!! ----------------------------------- ok now i litlle hack, if your blog is in your document root like www.myurl.com try: if ( $_SERVER['REQUEST_URI'] == '/') { ?> else like www.myurl.com/heremyblog/ if ( $_SERVER['REQUEST_URI'] == '/heremyblog/') { ?> just another suggestion, I did not prove i hope help |badidea| |
Yep, definitely the correct sidebar - the hack works perfectly - thankyou |shake|
|
you are welcome |thumb
|
Hi baxter,
Sorry I missed your post somehow, was not my intention to ignore you :) I wanted the blogroll links on the index page only, along with the recent posts and categories etc. and on all other pages I wanted the recent posts and categories, without the blogroll links. |
All times are GMT -4. The time now is 01:15 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc