Need to change menu into clickable link

DrDuran

Senior Member
Joined
Jan 7, 2018
Messages
1,023
Reaction score
367
Hi guys, ive just downloaded a script plug in for chaturbate, it all seems well but for some reason on genders none of them are becoming clickable .

Ive had a look in the themes, plug ins etc

and saw this, i have tried changing it to https but still no joy, any idea where i can do this thanks

at the moment the links are coming up as website.com/#

<ul class="gender">
<li><a href="' . home_url() . '/webcams/all/">All</a></li>
<li><a href="' . home_url() . '/webcams/couple/">Couple</i></a></li>
<li><a href="' . home_url() . '/webcams/female/">Female</a></li>
<li><a href="' . home_url() . '/webcams/male/">Male</a></li>
<li><a href="' . home_url() . '/webcams/shemale/">Shemale</a></li>
 
Last edited:
website.com/webcams/all/ redirect well on a page without error ?
Check for every other url
 
Try to do the following:
<li><a href=".home_url().'/webcams/all/">All</a></li> or <li><a href=".home_url.'/webcams/all/">All</a></li>
 
Back
Top