Enlaces "follow"

This topic contains 7 replies, has 4 voices, and was last updated by  Paolo 8 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #184128

    INDICASPAIN
    Buyer
    Post count: 22

    Hola, alguien me podría decir como cambiar los atributos de los enlaces internos, dentro de cada ficha, tanto los que van a la web de la empresa, como los de facebook y twiter.

    AHORA ESTÁ ASI :
    a href=”http://www.cibdol.com/es” target=”_blank” rel=”nofollow”><strong

    ¿Sería posible cambiar esos enlaces a “follow”?

    Lo mismo ocurre no solo con los enlaces a “website” sino también con los
    enlaces a Twiter y Facebook

    #184131

    Kor
    Moderator
    Post count: 16516

    Hi Lola,

    I’ve already assigned another member of the team to assist you with your concern. 🙂

    Thanks!

    #184157

    INDICASPAIN
    Buyer
    Post count: 22

    Gracias, espero noticias.

    #184281

    Giri
    Expired Member
    Post count: 3155

    I believe you want to remove rel=”nofollow” from website, twitter and facebook links.

    If thats the case use this code in your child theme.

    
    
    function gd_remove_rel_nofollow_from_url($html) {
        $html = str_replace('rel="nofollow"', '', $html);
        return $html;
    }
    add_filter('geodir_show_geodir_website', 'gd_remove_rel_nofollow_from_url');
    add_filter('geodir_show_geodir_twitter', 'gd_remove_rel_nofollow_from_url');
    add_filter('geodir_show_geodir_facebook', 'gd_remove_rel_nofollow_from_url');
    #184355

    INDICASPAIN
    Buyer
    Post count: 22

    Disculpame, dónde puedo poner esto ?

    Muchas gracias !!
    LOLA.

    #184359

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    in the functions.php file of your active theme.

    Thanks

    #184394

    INDICASPAIN
    Buyer
    Post count: 22

    GENIAL PAOLO !! MUCHAS GRACIAS, ha funcionado.

    Saludos !! Gracias a todos!!

    #184395

    Paolo
    Site Admin
    Post count: 31206

    de nada 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket