• Resolved gWorldz

    (@gworldz)


    Just curious if its possible to separate each post with an image or html code like <hr /> ect.

    I would just like to be able to show something between each post but can’t figure anything out that works. I tried using CSS to add borders to the tpg-get-posts-post class but border-bottom displays under my text and does not display under my thumbnail since it is being floated.

    So far the only thing I have found to work like I want it to is adding another <div> around tpg-get-posts-post and styling it the way I want it but thats using browser inspect element and editing the output. Is there anyway to add another <div> as a wrapper class like tpg-get-posts-post-wrap or something?

    If that’s not possible is there anyway to add something between post without having to hack the plugin?

    https://wordpress.org/plugins/tpg-get-posts/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Criss Swaim

    (@cswaim)

    You can customize the tgp-get-post-posts class in your style.css or in the custom user-get-posts-style.css as described in the documentation under the stylying tab.

    And with the extension, you can code custom routines to insert code. The documentation discusses how to do this, but you need to be comfortable with php.

    Thread Starter gWorldz

    (@gworldz)

    Customizing the tgp-get-post-posts class doesn’t fix my issue. There is not anyway to modify the CSS to place a line between the post because of the way positioning the thumbnail works (ie CSS .alignleft { float:left; }). The only way to get around this that I can find is by wrapping the tgp-get-post-post class <div> with another <div> and applying the CSS to it o.O

    I keep going over the documentation but I am not finding where it discusses how to add custom routines to insert code. Could you point me in the right direction or provide an example showing how to add code before and after the post tgp-get-post-post class <div>?

    Plugin Author Criss Swaim

    (@cswaim)

    look at the cf option at the bottom of the options documentation.

    cf=”pst” will search for a custom module that is executed after each post

    There is a model code file in the ext directory and instructions for use are in the comments of that module.

    Thread Starter gWorldz

    (@gworldz)

    Thank you, I was struggling to figure out what that was for and how it worked. I hadn’t considered that it worked that way, this plugin is so much more powerful than I ever thought it was when it comes to display and layout.

    Hi !!
    Go to Plugin -> EDITOR
    Select tpg get post
    tpg-get-post-style.css

    .tpg-get-posts{clear:both;border: 2px solid #dfdfdf; padding:15px;}

    The First Line Itself. Edit it
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Post Separation with Image or HTML?’ is closed to new replies.