Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3127875
Link to the author page
Closed

Comments

  • Zebibron started the conversation

    Hi!

    I disabled the author archives on my website, with the YOAST plugin and I don't display it with my theme. So, the author name and link isn't visible anywhere... but, when I check the source code, I see a link to the author page on all my pages:

    8915829914.png

    Do you know how to delete this link, please?

    Thanks,

    Best regards,

    Xavier

  •  2,487
    PenciDesign replied

    Hi,

    Please send me your WordPress admin account in a PRIVATE reply. I'll log in and help you modify it.

    Regards,
    PenciDesign.


  •   Zebibron replied privately
  •  2,487
    PenciDesign replied

    Hi,

    I've removed the post-author link.

    Please check.

    Regards,
    PenciDesign.


  • Zebibron replied

    Thank you! :)

  • Zebibron replied

    Hi, there are still links on the "post lists": https://www.cactus-encyclo.com/blog/

    8428885571.png


    Thanks for your help!

    Best regards,

    Xavier

  •  2,487
    PenciDesign replied

    Hi,

    I've removed the author URL on this link.

    Please check.

    Regards,
    PenciDesign.


  • Zebibron replied

    Hi,

    With the update of the theme, the link to the author URL reappeared. Can you tell me how to remove it, please?

    Best regards,

    Xavier

  •  2,487
    PenciDesign replied

    Hi,

    Please re-send me your WordPress admin account, I'll log in and then help you modify it.

    Regards,
    PenciDesign.


  •   Zebibron replied privately
  •  2,487
    PenciDesign replied

    Hi,

    I've edited your site, this modification needs to edit the main theme file, so you should repeat this task after updating Soledad to the newest version.

    Regards,
    PenciDesign.


  • Zebibron replied

    Hi, 

    Ok thanks, I understand.Can you tell me the parts of the files (which files?) do you edit? This way I will be able to do it by myself next time.

    Thank you,

    Regards,

    Xavier

  •  2,487
    PenciDesign replied

    Hi,

    Please open the functions.php file:

    Find (line 4688):

    <a class="author-url url fn n"
       href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a>

    Replace with:

    <?php the_author(); ?>

    You should find and replace it on these files:

    content-single-full.php
    content-single.php

    Regards,
    PenciDesign.




  • Zebibron replied

    Hi!

    Ok, so you did it on the functions.php only? I have to do the same on the two files too?

    Thanks!

    Best regards,

    Xavier

  •  2,487
    PenciDesign replied

    Hi,

    You need to modify all the files I've listed in the previous reply.

    Regards,
    PenciDesign.