Title: [Plugin: ShortCodes UI] Positioning
Last modified: August 20, 2016

---

# [Plugin: ShortCodes UI] Positioning

 *  Resolved [pavlosb](https://wordpress.org/support/users/pavlosb/)
 * (@pavlosb)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-shortcodes-ui-positioning/)
 * I create a shortcode with php code to display some custom-type posts.
    The shortcode
   works fine but it keeps going in the top of page instead of where i put it. I
   know that it may be a css issue but i’m really stuck here. See the page [http://informatics.inline.gr/testcontact](http://informatics.inline.gr/testcontact)(
   The lorem ipusm paragraphs should be firtst)
 * Thanks,
    Pavlos
 * [http://wordpress.org/extend/plugins/shortcodes-ui/](http://wordpress.org/extend/plugins/shortcodes-ui/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bainternet](https://wordpress.org/support/users/bainternet/)
 * (@bainternet)
 * [14 years ago](https://wordpress.org/support/topic/plugin-shortcodes-ui-positioning/#post-2667979)
 * This problem comes form closing php tags which is something you should avoid,
   meaning instead of doing this:
 *     ```
       ?>
       <span> some html</span>
       <?php
       ```
   
 * do it like this:
 *     ```
       $out = '<span> some html</span>';
       return $out;
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: ShortCodes UI] Positioning’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/shortcodes-ui_dbeef6.svg)
 * [ShortCodes UI](https://wordpress.org/plugins/shortcodes-ui/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ui/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ui/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ui/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ui/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ui/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bainternet](https://wordpress.org/support/users/bainternet/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-shortcodes-ui-positioning/#post-2667979)
 * Status: resolved