Thread Starter
ganzua
(@ganzua)
Nevermind, it is in /wp-includes/general-template.php -> line 54
I knew that, but didnt want to point it out since youre doing that assbackwards. The smart way to do what you want to do is to use an if/else statement inside your theme.
Thread Starter
ganzua
(@ganzua)
“The smart way to do what you want to do is to use an if/else statement inside your theme.”
-> could you please explain further? 🙂 I can’t figure it out
Thread Starter
ganzua
(@ganzua)
What I’m trying to change is the “site admin” link in this way;
if admin logged in then link to /wordpress/wp-admin/
else link to /wordpress/bbpress/profile.php?id=1 (I’d need too add the user id to the /bbpress/profile.php link)