Title: separator character
Last modified: April 16, 2019

---

# separator character

 *  Resolved [corelan](https://wordpress.org/support/users/corelan/)
 * (@corelan)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/separator-character/)
 * Hi, would it be possible to allow us to configure a custom separator character
   to show in between post titles?
 * also, any way to put the “post info after ticker” in between ( and ) (as an option)?
 * thanks

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

 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/separator-character/#post-11432635)
 * Hi [@corelan](https://wordpress.org/support/users/corelan/)
 * > Hi, would it be possible to allow us to configure a custom separator character
   > to show in between post titles?
 * You can set it from here: [http://prntscr.com/ncjuio](http://prntscr.com/ncjuio)
 * > any way to put the “post info after ticker” in between ( and ) (as an option)?
 * Sorry, I can’t understand what you want to say. Could you please explain it?
 * Thanks!
 *  Thread Starter [corelan](https://wordpress.org/support/users/corelan/)
 * (@corelan)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/separator-character/#post-11432807)
 * Hi – the separator in [http://prntscr.com/ncjuio](http://prntscr.com/ncjuio) 
   is the one used to separate the post title and the “info”. I am looking for a
   second separator that I can use to separate posts.
 * The second question is about the post info. I basically want to put it between
   rounded braces ( and )
 * hope this explains
 * thanks
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/separator-character/#post-11444468)
 * Hi [@corelan](https://wordpress.org/support/users/corelan/)
 * Sorry for the late response. You can now put rounded braces between post info
   from plugin version v1.0.5:
 * `[spt-posts-ticker post_info_start="( " post_info_end=" )"]`
 * I think you can use a separator after posts using CSS. Use like this:
 *     ```
       div.spt-content span.spt-item:after {
           content: '|';
           padding-left: 20px;
       }
   
       div.spt-content span.spt-item:last-child:after {
           content: '';
           padding-left: 0;
       }
       ```
   
 * Screenshot: [http://prntscr.com/ndtm6o](http://prntscr.com/ndtm6o)
 * Thanks!
 *  Thread Starter [corelan](https://wordpress.org/support/users/corelan/)
 * (@corelan)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/separator-character/#post-11444581)
 * that works, thanks !

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

The topic ‘separator character’ is closed to new replies.

 * ![](https://ps.w.org/simple-posts-ticker/assets/icon-256x256.png?rev=2961877)
 * [Simple Posts Ticker - Easy, Lightweight & Flexible](https://wordpress.org/plugins/simple-posts-ticker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-posts-ticker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-posts-ticker/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-posts-ticker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-posts-ticker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-posts-ticker/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [corelan](https://wordpress.org/support/users/corelan/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/separator-character/#post-11444581)
 * Status: resolved