Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jaks

    (@jaks)

    Sorry for being a dolt. Works like a charm ??

    Thanks again for the smack in the back of the head to wake me up.

    Jaks

    Thread Starter jaks

    (@jaks)

    How do I findout what the page ID is? I looked in the DB because I was going to try that just incase it might work but I see no references to pages there.

    Edit: Duh Me I found the page ID in admin right next to the page lol. I’ll test it out.

    Thanks for the help ??

    Thread Starter jaks

    (@jaks)

    There seems to be some sort of issue with parts of this site right now. I’m getting a server error for that link. I did a search and get the same thing.

    Anyway I did use &exclude=partner-links in multiple spots. Yes i switched the & from side to side when it needed to be moved.
    I’ve done the following aswell as a few other things none of which did anything:

    <li class=”<?php echo $highlight; ?>”>”>Home
    <?php wp_list_pages(‘exclude=partner-links&sort_column=menu_order&depth=1&title_li=’ ); ?>

    <li class=”<?php echo $highlight; ?>”>”>Home
    <?php wp_list_pages(‘sort_column=menu_order&exclude=partner-links&depth=1&title_li=’ ); ?>

    <li class=”<?php echo $highlight; ?>”>”>Home
    <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=&exclude=partner-links’ ); ?>

    Forum: Plugins
    In reply to: subscribe2 plugin help

    I’m trying to figure out how to remove the HTML and Full post options from Subscribe2.

    Anyone have any ideas?

    I’m currently looking for this same things. I have my categories setup with an ad include for each category but the posts in those categories have nothing.

Viewing 5 replies - 1 through 5 (of 5 total)