Wordpress menu question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ravenazrael
    Confirmed User
    • Nov 2011
    • 590

    #1

    Wordpress menu question

    I posted this on the other sub-forum but nobody saw it. Maybe here some people can give their 2 cents
    http://gfy.com/webmaster-q-and-fucki...-question.html
    oh and if you are lazy to click lol
    I want to add a link on my top menu, but I want it only on the Homepage, what should I add to the Title Attribute or where to make that possible?
    site is boobsrealm.com
    www.boobsrealm.com
    www.bestboobscams.com
  • rdunn
    Confirmed User
    • Dec 2015
    • 108

    #2
    Originally posted by ravenazrael
    I posted this on the other sub-forum but nobody saw it. Maybe here some people can give their 2 cents
    http://gfy.com/webmaster-q-and-fucki...-question.html
    oh and if you are lazy to click lol
    I want to add a link on my top menu, but I want it only on the Homepage, what should I add to the Title Attribute or where to make that possible?
    site is boobsrealm.com
    If you are comfortable editing your theme files then you can use something like this. You may need the link to fit your theme etc

    PHP Code:
    if ( is_home() ) {
        // This is the blog posts index
       <a href="yourlink.com">Your Link</a>
    } else {
        // This is not the blog posts index so show nothing
        
    } 
    
    Feel free to hit me up if you get stuck.
    Email: support [at] babeco [dot] net
    ICQ: 719903707
    M3 Servers

    Comment

    • lys11
      Confirmed User
      • Dec 2016
      • 299

      #3
      Welcome to GFY!


      ADxXx.com
      - INCREASE PROFIT FROM YOUR ADULT WEBSITE BY 20%
      Exclusive adult offers $$$ 100% worldwide purchasing $$$ Technical support $$$ Payments once a week

      Comment

      Working...