tphan88
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] PHP codeThank 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
Forum: Fixing WordPress
In reply to: wp_link_pages() for sub-pagesThank 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!
Forum: Fixing WordPress
In reply to: wp_link_pages() for sub-pagesAfter 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).
Forum: Fixing WordPress
In reply to: WordPress and Blog AddressesI would like it to show up in sample.com/blog. Thanks!