• Resolved raystell

    (@raystell)


    hi zoonini and everyone else i have a problem which i fear i can,t solve after trying for the last 5days don,t know what else to do i have created my own theme from photoshop spec to html to wordpress php i,m using my own menu images so i haven,t created a menu in wordpress everything works fine but when creating a new page i get the page title links as u can c here https://raystel.com/wordpress/index.php/2011/02/home and the more pages i produce the more links of coarse its a shame i have come this far and now this please help someone out there would b greatly appreciated cheers guys

Viewing 4 replies - 1 through 4 (of 4 total)
  • So the problem is the hyperlinks that are apearing on the left (for example: ‘splash’)?

    In your php code, do you use following code:
    wp_page_menu()

    I think this could be the reason (but it’s just a guess). Comment out that code and try again.

    More info about wp_page_menu:
    https://codex.www.ads-software.com/Function_Reference/wp_page_menu

    Thread Starter raystell

    (@raystell)

    hi nico yes the problem is the links appearing to the left of the banner i,ve tried to locate this code <?php wp_page_menu in the header & index files but its not there

    Have you looked in “single.php”, “page.php” and “menu.php” (if these pages exist)?

    Thread Starter raystell

    (@raystell)

    nico i found the unwanted code in the header.php this was the culprit code <?php wp_nav_menu(array(‘menu’ => ‘main Nav Menu’)); ?> thanx very much m8 for trying to help its good there r people out there who want 2

    thanx again :-))

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove new page title links’ is closed to new replies.