Title: Manual insertion
Last modified: August 21, 2016

---

# Manual insertion

 *  Resolved [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/)
 * Can you please tell me how to manually insert this in the content in single.php,
   and also we’ll need to make sure to disable the automatic insertion.
 * Thanks!
 * [http://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/](http://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Brainstorm Force](https://wordpress.org/support/users/brainstormforce/)
 * (@brainstormforce)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4179997)
 * AIOSRS doesn’t insert anything automatically. Perhaps, you could elaborate your
   issue in more details with reference of links / screenshots?
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180003)
 * Of course it does, that’s how the plugin works… It inserts the title, with some
   stars and a score… It puts it at the bottom of the content, but I wanted to see
   if I could put it below the comments box or something. But then I am worried 
   that google will ignore it if it’s down too low
 *  Plugin Author [Brainstorm Force](https://wordpress.org/support/users/brainstormforce/)
 * (@brainstormforce)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180009)
 * I see this is what you mean with automatic.
 * For this to happen, you would need to dig into the function.php file included
   in the AIOSRS plugin directory.
 * Regards,
    Sujay
 *  Thread Starter [lowlight](https://wordpress.org/support/users/lowlight/)
 * (@lowlight)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180010)
 * Hi I think you forgot to post the code 😉
 *  Plugin Author [Brainstorm Force](https://wordpress.org/support/users/brainstormforce/)
 * (@brainstormforce)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180011)
 * OK.
 * I [customized the function.php code](http://codepad.org/XSx1R9ck) for you which
   you can replace with the existing one.
 * And add the code below in your theme file –
 *     ```
       <?php
        if(function_exists('display_rich_snippet'))
        {
         display_rich_snippet();
        }
        ?>
       ```
   
 * Let me know if this helps.
 * Regards,
    Sujay
 *  Plugin Author [Brainstorm Force](https://wordpress.org/support/users/brainstormforce/)
 * (@brainstormforce)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180068)
 * lowlight,
 * Hope the customized code above will help you do what you wanted.
 * BTW – I was wondering if you might able to spend a moment to support this free
   plugin with quality support? If you don’t mind, I’d really appreciate if you 
   could rate and leave a brief testimony for the plugin and support we provide 
   on WordPress.org
 * Here is the link to do this – [http://wordpress.org/support/view/plugin-reviews/all-in-one-schemaorg-rich-snippets#postform](http://wordpress.org/support/view/plugin-reviews/all-in-one-schemaorg-rich-snippets#postform)
 * Thank you very much in advance!
 *  [vietnamsales](https://wordpress.org/support/users/vietnamsales/)
 * (@vietnamsales)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180245)
 * well, I used it to embed a short code adding in the function.php of the theme
   file:
 * add_shortcode(‘hotelsnippets’, ‘hotelsnippets’);
    function hotelsnippets() { 
   if(function_exists(‘display_rich_snippet’)) { display_rich_snippet(); } }
 * It works well with
    [hotelsnippets]
 *  [annepmitchell](https://wordpress.org/support/users/annepmitchell/)
 * (@annepmitchell)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180252)
 * Vietnamsales or Lowlight (if you got it working) can you pretty pleae help me
   with this? I want to move the meta info box from the bottom of posts to the top
   of the posts… I tried the updated functions.php code and the php call that sujay
   provided, but that on its own didn’t work, and I got kind of lost with the shortcode
   information.
 * Thank you for any assistance you can provide!
 * Anne

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Manual insertion’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-schemaorg-rich-snippets/assets/icon-256x256.png?
   rev=3287803)
 * [Schema - All In One Schema Rich Snippets](https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-schemaorg-rich-snippets/reviews/)

## Tags

 * [manual insertion](https://wordpress.org/support/topic-tag/manual-insertion/)

 * 8 replies
 * 4 participants
 * Last reply from: [annepmitchell](https://wordpress.org/support/users/annepmitchell/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/manual-insertion-1/#post-4180252)
 * Status: resolved