Support » Plugin: AutoNav Graphical Navigation and Gallery Plugin » [Plugin: AutoNav Graphical Navigation and Gallery Plugin] Displaying images from posts

  • Resolved JillianAdams

    (@jillianadams)


    I would like to use this plugin to show all images on posts in a particular category. Is this possible?
    If it is can you please let me know how to do it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wlindley

    (@wlindley)

    I am not quite sure what you mean.

    Do you mean to invoke the plugin, on posts within a certain category? And would that be in your template, if so you could write the appropriate PHP.

    An example might help. or email me.

    Thread Starter JillianAdams

    (@jillianadams)

    Thanks for getting back to me.
    It would not be in my template. Here is an example:
    If for example I have a category for cakes under it I have a chocolate cake post, a cheese cake post and a carrot cake post. I would like to have a post/page on which I can add pictures from all the posts in the cake category. I will then have a picture of the cheese cake with a link to the cheese cake post, a picture of the chocolate cake with a link to the chocolate cake post and picture of the carrot cake with a link to the chocolate cake post.
    Thanks,
    Jill

    Plugin Author wlindley

    (@wlindley)

    Anyone else interested in testing a preliminary version that adds functionality:

    [autonav display="posts" postid="category:cakes"]

    …tags like (columns, titles, pics_only, count…) would still work, of course.

    For example, you could list the first five posts within more than one category:

    [autonav display="posts" postid="category:cakes,pies" count=5]

    In addition to category, you can also filter by post tag or author:

    [autonav display="posts" postid="tag:chocolate"]

    or (using the syntax from query_posts) posts that must have both tags:

    [autonav display="posts" postid="tag:peaches+cream"]

    Or by author:

    [autonav display="posts" postid="author:George"]
    or
    [autonav display="posts" postid="author:17"]

    Plugin Author wlindley

    (@wlindley)

    Version 1.2.7 includes the ability to display posts by category, tag, or author.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: AutoNav Graphical Navigation and Gallery Plugin] Displaying images from posts’ is closed to new replies.