Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tphan88

    (@tphan88)

    Thank you very much. Alex.

    Is it easy to implement a shortcode such as the [ nggallery id=x ], but provide the path name instead. for example:

    [ nggallery path=”gallery/p/la-trip” ]

    and this will file all the image files in the gallery/p/la-trip folder?

    Thanks again

    Thread Starter tphan88

    (@tphan88)

    Thank you very much, Esmi.

    The link you gave me does help me a lot. But that was for one other item I want to do.

    For my original post, I actually wanted something similar to what the wp_pagenavi() offering.

    Again, with my above example:

    If an article-x-n is being display, at the bottom, I would like to have the navigation links as wp_pagenavi() but for going to the next article in the same subpage.

    `Content from article-a-1

    prev | 1 | 2 | 3 next’

    when the number in ‘prev | 1 | 2 | 3 next’ is clicked, the next article in article-a will be displayed.

    Thanks!

    Thread Starter tphan88

    (@tphan88)

    After I did more digging, I like to change the wp_link_pages() to wp_pagenavi() instead.

    Basically, when the sub-page-(x) is clicked, i would like it to show the most recent article-(x) and at the bottom, show the wp_pagenavi() of the article in the same sub-page-(x).

    Thread Starter tphan88

    (@tphan88)

    I would like it to show up in sample.com/blog. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)