For Five Star Rating, the FAQ tells me you can leave out the shortcode from your articles (you added these to each article?), and then use echo five_star_rating_func('star') somewhere in your template. So this is a nice example of a plugin that offers both options.
For Simple Social, you need to disable the regular hook to the_content, and then call the function yourself. That could be done with the following code, which you can place in your theme’s functions.php (or at the top of your single.php, if you only want it gone on single pages):
remove_filter('the_content', 'simple_social');
Then, to display it again where you want it, you call simple_social() with an empty content string (be sure to do this in The Loop, since it relies on the global $post variable):
echo simple_social('');
Related Posts:
- Moving FB comments at the end of page
- What are the package and subpackage comment for?
- Shared functionality in plugins and themes
- Experiences with adding Nonces to the comment form
- Plugin (or Theme) containing its own Plugins?
- How to enable edit button in the theme’s customize UI?
- Custom comment type maybe?
- Themes VS Plugins [duplicate]
- adding a text message beside the comment submit button
- Akismet plugin is deleting spam despite preferences
- Recommendations for books/resource to get started with wordpress 3 development (plugins/themes) [closed]
- Leveraging WordPress Comments on Custom Plugin Object page
- ‘Customize’ button in admin bar for CSS
- Is it possible to use WordPress as an online portfolio for text content? What kind of theme would I look for?
- Send reply with pre-prepared answers
- posts comments goes to trash
- Custom wordpress Theme and Plugin repository
- “No Add Button” for me to customize my WordPress with themes and pluggins
- Basic gallery plugin suggestion [closed]
- How to handle a WordPress blog with articles in different languages?
- display unique post per category
- Mobilepress fails to translate short codes
- How to prevent plugin, theme installation failures on WordPress?
- How Can I Increase Breadcrumb Position Count (Starting From 2)?
- How to fix slow comment query?
- How can I save cookies to members
- Why the output of an image gallery plugin is not displayed into a page of my custom theme?
- Need Help Creating a Multi-Step, Video-Guided Enrollment Site
- Issues with Post 2 Post Plugin
- How to fix vanilla comments extra iframe space
- How can I modify the colors of my theme for a single section of my site? [closed]
- do_shortcodes() isn’t working
- What is right way to go about adding functionality to a published WordPress plugin?
- Are there any drawbacks to install IntenseDebate on my blog?
- How do I make my wordpress page more friendly for mobile viewers?
- WordPress Plugin as ‘Library’ From Abstract Application?
- Use comments as notes, visible for comment author only
- Add custom meta box on Post page
- Check javascript file Proper way in functions.php
- How to prevent spam comments?
- Intercept comment form submit/list by hook/filter
- I need to add a custom “cover” to every new post — plugin or custom setup?
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin
- Override comments.php template with plugin
- How to Implement “Notice: This theme recommands the following plugin:xyz” in wordpress? [closed]
- Override the filter from plugin in child theme
- Sage WordPress – Plugin Namespace: Not Found
- Custom plugins/Manipulated plugins: Always a terrible idea to inherit these types of WP sites that discourage updates? [closed]
- How to modify shortcode attributes with data from current post
- How to import my YouTube channel into WordPress?
- How can I capture Memberpress user info after signup [closed]
- JS Support Ticket – Auto create WP account
- plugin style conflicts, how to override? [closed]
- WordPress site periodically goes down
- (Big issue) Blog is Getting Down Each day.. what should i do.?
- Automatic Updates Individual Plugins Not Working
- Create custom pages with a plugin
- Does heavy theme and plugins affect server’s response time? [closed]
- WordPress as template engine
- Flag Comment as inappropriate button plugin
- how remove font to increase site speed load
- What is the purpose of WP_CONTENT_URL?
- Minimize and Uglify WordPress Plugin Files
- Can I filter a function created by a theme or a plugin?
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- How to check homepage contain blog post?
- how to design change in woocommerce cart page and all other page also by theme? [closed]
- How display specific category post to specific users?
- Upgrade not working & themes not supporting
- Edit post image attributes on fly?
- Plugin Admin panel checkbox unchecked after submit
- admin-ajax.php 500 error when new users try to register
- Why the internal link get converted into a comment?
- Elementor Sidebar not loading when PRO elements plugin is active
- Replace only the first CSS class
- Ultimate Members Default Post Layout problem
- Fatal error: Class ‘RDTheme’ not found
- Comment restrictions Wodpress
- How to fix blog article view and share #’s?
- How to send custom mail when a user complete a specific form
- Manual Backup – How to save to Firefox or Chrome (instead of IE which brings up popup I can’t get rid of)
- I want add repository theme folder
- Conditional required fields for WordPress Contact Form 7
- Display_rows() and column_cb() strange behaviour
- Directory structure for plugin changes
- How can I pass value to function in add_menu_page?
- User specific content (posts) / limiting visibility
- How wordpress plugin hooks works? [duplicate]
- How to generate a responsive output from plugin?
- How to work email subscribe in WordPress?
- How to add a plugin in WordPress theme directory?
- Editing a theme
- How to Allow Users to Select Recipients In a WordPress Comment section?
- Resources for building a custom event page template
- Product customizing quiz – quiz adding products to the cart
- How to make a Template page to show the information of different things Shop and Product page?
- show_admin_bar filter not called inside plugin class
- WordPress theme is not displaying the correct home page in the Pages section
- Enable Downloads on WordPress Attachment Page
- Remove and strip html tag values