Support » Plugin: Custom Content Shortcode » Archives

  • Resolved alexmkubik

    (@alexmkubik)


    Your responses here with updates upgrades are amazing. Thanks!

    Been using your new offset, and date_format parameters to make mini-archives, especially in text widgets.

    I was wondering, do you have anything built in to “groupby”… ie: all posts of type X, grouped by year, or all posts in the last year, grouped by category?

    I could seriously see this plugin replacing much more complicated page-builders and other content plugins at the rate you are adding features and fixes!

    http://wordpress.org/plugins/custom-content-shortcode/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    That’s a good idea – I can add parameters to filter by dates. This is what I imagine:

    [loop type="post" year="2012"]
        [content field="title"]
    [/loop]
    [loop type="post" year="2013" category="audio"]
    [loop type="post" year="2013" category="video"]

    The “group by category” looks like there might be simpler way – to loop through all categories somehow.. Well, I’ll see what’s possible.

    These days I’m using this plugin as a page-builder for all my web projects. I have a method using a blank theme template and another plugin I’m writing for responsive layouts. Every new feature that’s added, I can use for my own purpose, so it’s pretty practical.

    Plugin Author Eliot Akira

    (@miyarakira)

    With the update to v0.4.8, it’s possible to filter by date: year, month, day. Please let me know how it works for you.

    For now, I guess the categories will have to be displayed individually. I couldn’t think of a good way to implement group/sort by category.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Archives’ is closed to new replies.