• Resolved sivmil

    (@sivmil)


    Hi,
    I’m using this great Pods plugin, and I’m using the Templates component to display the post types I created in the front end.
    When I’m using this code in template I get a list of the post types:

    <h2><a href="{@permalink}" title="{@post_title}">{@post_title}</a></h2>
    <p>{@post_content}</p>

    How do I make this list of post types be displayed like in blog?

    Thanks!

    https://wordpress.org/plugins/pods/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter sivmil

    (@sivmil)

    Didn’t find answer for that in none of these tutorials:
    https://www.youtube.com/watch?v=fkR_Llt3tyc

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    If you’re using a shortcode, check out the shortcode options like limit, orderby, or where at http://pods.io/docs/learn/shortcodes/pods/

    Thread Starter sivmil

    (@sivmil)

    I don’t understand how to use those shortcodes in Pods templates, and how they will give me what I’m looking for.
    How do I make a blog display of post types list?

    Thread Starter sivmil

    (@sivmil)

    Does anybody know how to do that?

    Plugin Author Jim True

    (@jimtrue)

    @sivmil the shortcodes as discussed above ‘calls’ the Pods Templates, they’re not used within the Pods Templates. You mentioned you wanted to show this list of post types displayed like ‘in blog’, that would be using the shortcode to call your template within a blog post, unless we are unclear on your question.

    Thread Starter sivmil

    (@sivmil)

    Jim thank you for your help, but I don’t understand what you mean.
    In the Pods Templates this code:

    <h2><a href="{@permalink}" title="{@post_title}">{@post_title}</a></h2>
    <p>{@post_content}</p>

    Is giving me a list of posts in a page. I have a regular page with a Template code in it, and I get a simple list of posts in that page.

    I want those posts to show up not as a simple list, I want them to show as blog, like in here: http://pods.io/blog/
    I don’t understand how to do so with the shortcodes you gave me: http://pods.io/docs/learn/shortcodes/pods/
    I’ll really appreciate if you could write the code I should use that will give me what I want.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display post types in page – in Blog display’ is closed to new replies.