Customizr – Add social icons after post entry-title
-
I’d like to add
<?php echo do_shortcode('[ssbp]'); ?>
or
<?php echo do_shortcode('[ssbp title="'.get_the_title().'" url="'.get_permalink().'"]'); ?>
next to post’s title
<h1 class="entry-title">Post title</h1>
So the title will stay where it is but the social icons would be on the same line but at the very right edge. Like now (my post) but on the same line with the title.
I’ve tried adding it to class-content-headings.php and class-content-post.php but obviously to wrong places and I’d appreciated a lot if anyone could just tell me what do I have to write to my child’s functions.php to make it happen.
I’ve tried also adding different things (samples from Customizr page tutorials) to child’s functions.php but it only gives errors on page afterwards. Would take me forever to figure out the hooks and rest… But if nobody will answer then probably my only option is to take some time off (like forever) and try one by one every line of every document…
Please help.
- The topic ‘Customizr – Add social icons after post entry-title’ is closed to new replies.