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

    (@seestheday)

    Unfortunately this isn’t possible right now without editing the plugin code.

    Thread Starter Deborah

    (@lady-m)

    I know CSS well and I can manage in PHP. Is it quite involved or is it something where you could tell me which file to edit and then find code and replace with another code?

    Plugin Author Kremental

    (@seestheday)

    Some of the functionality is actually there so this won’t be terribly difficult if you don’t mind editing the php files.

    In the visual-recipe-index.php file in the function recipe_index_options change:

    'orderby' => 'name',
    'order' => 'ASC'

    to:

    'orderby' => 'date',
    'order' => 'DESC'

    Thread Starter Deborah

    (@lady-m)

    Thank you for getting back to me so quickly!
    While attempting your edit, I figured out an easier way to achieve this.
    First, I tried your way. I found the php file and changed it exactly. Unfortunately, this didn’t change the order. So I went back to the page where I placed your shortcode and then it dawned on me. See bolded text below.

    riview id=15 num=2000 orderby=DATE order=DESC size=190×190 showtitle=always lightbox=0

    I changed the shortcode on the page instead and now it works perfectly! Thank you again Kremental!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Order of Images’ is closed to new replies.