This topic has 3 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hello,
Two questions.
1. How to edit social icons on the blog page? I want add some and delete some.
2. How to delete comment section on the blog page?
Plese see the URL below
More specifically, when I try to share the article to facebook, it shows error and I can’t share to FB. Please click FB share button on the URL below
Hello,
You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”).
For facebook link you need change the following code, for example,
<a href="http://www.facebook.com/sharer.php?u='.$permalink.'" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">
with your link
<a href="here is your link" class="'.$tooltip_class.'" title="'.__('Facebook', ET_DOMAIN).'" target="_blank">
Also we recommended to make all changes in the Child Theme.
https://www.8theme.com/demo/docs/royal/index.html#!/2_child_theme
https://codex.wordpress.org/Child_Themes
Comments are related to WordPress default settings and they can be disabled in WP Dashboard > Settings > Discussion and for each post in Posts > Edit needed post > disable “Allow comments” http://prntscr.com/bpei3p (to display the mentioned field check settings in Screen Options as shown on the screenshot http://prntscr.com/bpehvg )
Regards
You must be logged in to reply to this topic.Log in/Sign up