Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • If wordpress is in a subdirectory will and you change the index.php file as instructed will your url still be

    mysite.com/wordpress/posts, etc. when you are navigating through…

    Thread Starter thirdeyetc

    (@thirdeyetc)

    Article answered all of my questions to a tee. Thanks! Don’t I feel stupid now..

    The information combined with the article and your if is_category(‘3’)suggestion will completely solve this problem.

    If I see anyone else asking anything similar on the forum I will be sure to refer them to your excellent article.

    Thanks!

    Thread Starter thirdeyetc

    (@thirdeyetc)

    ::sighs:: you are right of course. Ok, I’ll get on this, I think I can get this done within an hour…

    I will also read your article…

    I guess the only other issue was that I had my gallery page displaying posts from two categories (artwork and photography) but I suppose I can make a “gallery” category and just make those subcategories of it…

    Thread Starter thirdeyetc

    (@thirdeyetc)

    Thanks for the quick response by the way.. shocking.

    Anyway, I think I have ideas but they seem messy. The last issue I have is I really enjoyed using this for my footer navigation:

    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>

    It’s easy, and pages appeared as links down there automatically. I am worried if I can’t just have a Page called review that acts as a redirect to the archive for category 3, then this could get sloppy…

    Thanks!

    Thread Starter thirdeyetc

    (@thirdeyetc)

    I was afraid of that, saw some of your comments to that effect elsewhere.

    Can you look at my site real quick: http://www.thirdeyemag.com/wordpress.

    Problem is I like how when they go to the reviews section or gallery section, since it’s a page I am able to use:

    <li><a <?php if (is_page('reviews')) echo('class="current" '); ?>href="<?php bloginfo('url'); ?>/reviews/">reviews</a></li>

    So the li is given the current class and can stay highlighted to let them know where they are at.

    Also, my theme doesn’t have category templates, so if I’ve got that link right, I need to modify my archive.php template to category-3.php, then have my navigation link link to that instead?

    What is the quickest fix here, I need to go live with this tonight…

Viewing 5 replies - 16 through 20 (of 20 total)