Title: danielerota's Replies | WordPress.org

---

# danielerota

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Show galleries on my personal template](https://wordpress.org/support/topic/show-galleries-on-my-personal-template/)
 *  Thread Starter [danielerota](https://wordpress.org/support/users/danielerota/)
 * (@danielerota)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/show-galleries-on-my-personal-template/#post-3409814)
 * I’m sorry, but I’m new of worpress, I don’t know how create a page template and
   I did not put the code
 *     ```
       <?php if (have_posts()) : while (have_posts()) : the_post();?>
                <div class="post">
                <h2 id="post-<?php the_ID(); ?>"><?php the_title();?></h2>
                <div class="entrytext">
                 <?php //the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
                </div>
                </div>
                <?php endwhile; endif; ?>
                <?php //edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
       ```
   
 * Now i can use shortcode, but I don’t know how to show all albums without know
   their ID
    Exist some code different of shortcode?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Show galleries on my personal template](https://wordpress.org/support/topic/show-galleries-on-my-personal-template/)
 *  Thread Starter [danielerota](https://wordpress.org/support/users/danielerota/)
 * (@danielerota)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/show-galleries-on-my-personal-template/#post-3409798)
 * no, I wrote [album id=1 template=extend]
 * but I don’t see anything.
    I’m using my personal template, maybe a forgotten 
   to include some files?
 * in my header.php I just include wp_head()
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Show galleries on my personal template](https://wordpress.org/support/topic/show-galleries-on-my-personal-template/)
 *  Thread Starter [danielerota](https://wordpress.org/support/users/danielerota/)
 * (@danielerota)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/show-galleries-on-my-personal-template/#post-3409686)
 * I’ve created an album and I put inside all my galleries, how can show this album
   in the page?
    I used this short code in the update page [album id=1] but I don’t
   see anything
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Show galleries on my personal template](https://wordpress.org/support/topic/show-galleries-on-my-personal-template/)
 *  Thread Starter [danielerota](https://wordpress.org/support/users/danielerota/)
 * (@danielerota)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/show-galleries-on-my-personal-template/#post-3409652)
 * ok, but I would like to see all galleries,
    for example, in sql I’d write “SELECT*
   FROM gallery”
 * I want to see a list of galleries (and the images)

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