View Single Post
Old 03-15-2017, 02:42 PM  
rdunn
Confirmed User
 
rdunn's Avatar
 
Industry Role:
Join Date: Dec 2015
Posts: 108
Quote:
Originally Posted by ravenazrael View Post
I posted this on the other sub-forum but nobody saw it. Maybe here some people can give their 2 cents
https://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
rdunn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote