Changing the author link and removing twitter button

Posted in: Newsmag
Post count: 31

Hi,

I have two questions:
1. How can I change the URL of the author link in the posts to another specific page?
2. How can I remove the twitter share button from the posts?
http://prnt.sc/f07igb

Thank you for your help!
Judit

Post count: 23312

Hello

1)The theme does not have any such an option that allows you to change the URL of the author link in the post to another specific page, sorry! You should make a Redirect for this case, you will need to create a 301 redirect from that link to your destination page. The theme has no such option. Here is an example on how to redirect links: http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/

2)For your second request, you should use the code below and place it in Theme panel->Custom CSS area.

.td-social-twitter{
display:none!important;
}

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.