• Hey All,

    I’m currently implementing a site using the WP Coda Slider (https://wordpress.bustatheme.com/coda/), however I have run into one issue which I seem unable to resolve.

    I would like 5 pages within the menu however I would like to add several others which I can call from within the original pages using fancybox. I have installed the Exclude Pages plugin (https://www.ads-software.com/extend/plugins/exclude-pages) but when I add a new page this is added to the menu.

    The code for the menu is currently:

    <?php while (have_posts()) : the_post(); ?>
    <li><a href="#<?=$page->post_page?>"><?php the_title(); ?></a></li>
    <?php endwhile;?>

    With each page having to be marked as “#home”, “#about” etc…

    This needs to be recoded but I can’t quite get it right.

    I have tried

    <?php wp_list_pages("title_li="); ?>

    and others but with no luck.

    Any ideas?

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi

    Great plugin. I am currently using Coda Slider on my website but I have been encountering a conflict problem.

    The coda slider works perfectly but plugins within the posts aren’t working. The only thing it displays is the shortcode.

    Any ideas?

    Thanks
    Laura

Viewing 1 replies (of 1 total)
  • The topic ‘Coda Slider – Exlcude Pages’ is closed to new replies.