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

    (@wlindley)

    If you want to display images for “child pages of the current page” then you need:

    [autonav display="images"]

    Or what are your exact requirements?

    Thread Starter SchaferDesign

    (@schaferdesign)

    Thanks! I got it working!

    Thread Starter SchaferDesign

    (@schaferdesign)

    i am using this short code to add autonav post category images to a page.
    [autonav display=”posts,thumb,table” postid=”category:members,champions,strategic-partners”] but my posts are coming up in the wrong order. how do i arrange them alphabetically?

    Thread Starter SchaferDesign

    (@schaferdesign)

    i also want to have 3 different categories of images on that page with each category having a Category title above it.

    Thread Starter SchaferDesign

    (@schaferdesign)

    I have just about everything figured out except for the alphabetical order! here is my code. how do i make the it alphabetical by post title.:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <h1>Members</h1>
    <hr />
    <p>[autonav display="posts,thumb,table" order="asc" postid="category:members"]</p>
    <h1>Champions</h1>
    <hr />
    <p>[autonav display="posts,thumb,table" order="asc" postid="category:champions"]</p>
    <h1>Strategic Partners</h1>
    <hr />
    <p>[autonav display="posts,thumb,table" order="asc" postid="category:strategic-partners"]</p>
    Thread Starter SchaferDesign

    (@schaferdesign)

    Oh sorry! i have never done that is this correct?

    ‘<h1>Members</h1>
    <hr />
    <p>[autonav display=”posts,thumb,table” order=”asc” postid=”category:members”]</p>
    <h1>Champions</h1>
    <hr />
    <p>[autonav display=”posts,thumb,table” order=”asc” postid=”category:champions”]</p>
    <h1>Strategic Partners</h1>
    <hr />
    <p>[autonav display=”posts,thumb,table” order=”asc” postid=”category:strategic-partners”]</p>’

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Close. It’s the backtick character or just highlight the text and click the code button. 😉

    http://codex.wordpress.org/Forum_Welcome#Posting_Code

    Plugin Author wlindley

    (@wlindley)

    If you want them ordered by the page title, use the orderby parameter, like this:

    [autonav display="posts,thumb,table" orderby="title" postid="category:members,champions,strategic-partners"]

    order=asc or order=desc changes the sort order, not the sort field. See also the Other Notes documentation.

    Thread Starter SchaferDesign

    (@schaferdesign)

    Thanks for your help on the correct way to organize my posts with AutoNav! Before i swapped out the code….I noticed that the plugin had an update so i performed it and now all my images have a missing image error title instead. Before the update the images were visible! see link: http://www.sunspec.org/directory. should i re-install the previous version? Please advise how i can fix this. Thanks for your help!

    Plugin Author wlindley

    (@wlindley)

    A typographical error prevented this from working properly. Please try 1.5.4.

    Thread Starter SchaferDesign

    (@schaferdesign)

    Perfect! the update fixed the missing images. but when i add the new autonav code you have given me, above, it doesn’t change the order to alpha for some odd reason. notice the first members rows aren’t in alpha. any ideas?

    Plugin Author wlindley

    (@wlindley)

    Please contact me by email and I can help you further.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Auto Nav with images based on Pages?’ is closed to new replies.