Title: dexdesigns's Replies | WordPress.org

---

# dexdesigns

  [  ](https://wordpress.org/support/users/dexdesigns/)

 *   [Profile](https://wordpress.org/support/users/dexdesigns/)
 *   [Topics Started](https://wordpress.org/support/users/dexdesigns/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dexdesigns/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dexdesigns/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dexdesigns/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dexdesigns/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dexdesigns/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Album not going to linked album page](https://wordpress.org/support/topic/plugin-nextgen-gallery-album-not-going-to-linked-album-page/)
 *  [dexdesigns](https://wordpress.org/support/users/dexdesigns/)
 * (@dexdesigns)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-album-not-going-to-linked-album-page/#post-2915257)
 * I have the exact same issue. I do this in my template :
 * echo do_shortcode(‘[album id=1 template=compact]’);
 * and I get the 2 galleries in my album to show correctly, but the link redirects
   to some post !
 * -> [http://hen.degy.be/?p=55&album=1&gallery=2&pageid=55](http://hen.degy.be/?p=55&album=1&gallery=2&pageid=55)
 * when I add the shortcode in a seperate page, it does seem to work.
 * -> [http://hen.degy.be/?page_id=153&preview=true&album=1&gallery=2](http://hen.degy.be/?page_id=153&preview=true&album=1&gallery=2)
 * it’s a raaather different url … any ideas?
 * the pagelink is just incorrect – when i var_dump($gallery) it shows :
 *     ```
       ["pagelink"]=>
         string(64) "http://hen.degy.be/?p=55&album=1&gallery=2&pageid=55"
       ```
   
 * and when i vardump in the page that does work, i see this :
 *     ```
       ["pagelink"]=>
         string(39) "/?page_id=153&album=1&gallery=1"
       ```
   

Viewing 1 replies (of 1 total)