• Resolved jonny12345

    (@jonny12345)


    Hi
    All the footers on my page are set up, but none of them link to the page i want.
    At the bottom of the page – privacy policy/anti-spam policy/ contact us etc all show up but nothing happens when you click on them. The page is all done on HTML then i uploaded it to word press.
    You should be able to see the source code if you right click on the page.
    If you understand HTML
    PLEASE HELP!>?
    href=”https://www.professionaltradingsecrets.com/specialreport.html”>

    many thanks
    jonny

Viewing 3 replies - 31 through 33 (of 33 total)
  • Thread Starter jonny12345

    (@jonny12345)

    <!--Page Navigation-->
    <?php
    if(is_array(get_option('ds_cat_exclude'))) $ds_cat_exclude = implode(',', get_option('ds_cat_exclude'));
    // if($ds_cat_exclude) $ds_cat_exclude = $ds_cat_exclude.','.get_option('ds_blog_cat');
    if(is_array(get_option('ds_exclude'))) $ds_exclude = implode(',', get_option('ds_exclude'));
    ?>
    <?php if(get_option('ds_landing') == 'Categories' || get_option('ds_landing') == 'Pages') { ?>
    <?php if (get_option('ds_home_link')) $hidden = ' hidden'; ?>
    <ul id="menu">
    	<li<?php if (is_home()) echo ' class="current_page_item'.$hidden.'"'; ?>><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
    	<?php echo $ds_cat_exclude; if(get_option('ds_landing') == 'Categories') wp_list_categories('exclude='.$ds_cat_exclude.'&orderby=name&show_count=0&title_li='); else wp_list_pages('exclude='.$ds_exclude.'&title_li=&sort_column=menu_order'); ?>
    	<?php if(get_option('ds_blog') && !get_option('ds_blog_link')) echo '<li><a href="'.get_category_link(get_option('ds_blog_cat')).'">Blog</a></li>'; ?>
    </ul>
    <?php } ?>
    Thread Starter jonny12345

    (@jonny12345)

    what do you think keesie?

    the subject is resolved ? great :p
    I’ve found an explanation for duplicate objects in menu, I repost it here to help … if someone as the same problem :
    AntonShevchuk said :

    After update to version 3.0 you can see new (or duplicate) items in top menu. Don’t worry – it’s not a bug. It’s new feature of WP 3.0. Open navigation menu settings (/wp-admin/nav-menus.php) and change it (or remove).

    Constructor 1.0.4 and early use first available menu.
    From version 1.0.5 constructor use menu with title “Header Menu”.

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘GOING CRAZY – HTML page links not working??’ is closed to new replies.