shortcode not displaying
-
I’m developing a theme and having trouble with getting the share functionality to show up on author biography pages. The attached link shows just one person, but it’s like this on all author pages.
In my author.php page, I have a widget callout structured like this:
<div class="widget widget_social_share"> <h4>Share</h4> <div class="side-content"> <?php echo do_shortcode('[Sassy_Social_Share]'); ?> </div> </div>
For some reason, the shortcode does not work here. It does work on other pages, such as any single post page in both the sidebar and the bottom of the post. Both of these locations use a similar code containing the do_shortcode function.
The usage here is to share the author pages only. I do not want to share all archive related pages.
Any help would be appreciated.
Thanks
UPDATE: The links DO show up when a post has been attributed to the author. Is there any way around this?
The page I need help with: [log in to see the link]
- The topic ‘shortcode not displaying’ is closed to new replies.