how do i do this in wordpress?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DVTimes
    xxx
    • Jun 2003
    • 31658

    #1

    how do i do this in wordpress?

    I wish to make a list in pages:


    - South America
    • Argentina
    • Brazil
    • Chile


    How do I make it so South America is blank, and simply a name, rather than a page.

    At the moment people click on South America.

    Can I stop this.
    XXX
  • Rob
    I'm a great bowler.
    • Nov 2003
    • 13310

    #2
    Can't you just remove the HREF and turn it into formatted text rather than a link? I'm not 100% sure what you're doing, but if you remove the link, users won't be able to click on it.

    Comment

    • DVTimes
      xxx
      • Jun 2003
      • 31658

      #3
      Originally posted by Rob
      Can't you just remove the HREF and turn it into formatted text rather than a link? I'm not 100% sure what you're doing, but if you remove the link, users won't be able to click on it.
      how do i do that?
      XXX

      Comment

      • johnclark
        Confirmed User
        • Sep 2013
        • 196

        #4
        I dont really know what you are doing but...

        Code:
        South America
        <ul>
        <li><a href="/page/argentina">Argentina</a></li>
        <li><a href="/page/brazil">Brazil</a></li>
        <li><a href="/page/chile">Chile</a></li>
        </ul>
        Last edited by johnclark; 08-28-2014, 06:48 AM.
        info[at]gallerytraffic.net
        Icq: 680 - 927 - 770

        Comment

        • DVTimes
          xxx
          • Jun 2003
          • 31658

          #5
          I installed this plugin: Disable Parent Menu Link

          It seems to work.
          XXX

          Comment

          • DVTimes
            xxx
            • Jun 2003
            • 31658

            #6
            I installed this plugin: Disable Parent Menu Link

            It seems to work.

            http://wordpress.org/plugins/advance...ent-menu-link/
            XXX

            Comment

            • DVTimes
              xxx
              • Jun 2003
              • 31658

              #7
              Originally posted by johnclark
              I dont really know what you are doing but...

              Code:
              South America
              <ul>
              <li><a href="/page/argentina">Argentina</a></li>
              <li><a href="/page/brazil">Brazil</a></li>
              <li><a href="/page/chile">Chile</a></li>
              </ul>
              thats great

              http://wordpress.org/plugins/advance...ent-menu-link/

              seems to have done the trick.
              XXX

              Comment

              Working...