Greenguy's Board


Go Back   Greenguy's Board > Blogs and Blogging
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-04-10, 02:05 AM   #1
Dev~>
Banned
 
Join Date: Mar 2006
Location: Uaregay
Posts: 11
Send a message via ICQ to Dev~>
Lightbulb 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!!
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>
<?php } ?>

-----------------------------------

ok now i litlle hack, if your blog is in your document root like www.myurl.com try:

<?php /* If this is the frontpage */
if ( $_SERVER['REQUEST_URI'] == '/') { ?>
<?php get_links_list(); ?>
<?php } ?>


else like www.myurl.com/heremyblog/

<?php /* If this is the frontpage */
if ( $_SERVER['REQUEST_URI'] == '/heremyblog/') { ?>
<?php get_links_list(); ?>
<?php } ?>

just another suggestion, I did not prove

i hope help |badidea|
Dev~> is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:24 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc