danielerota
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
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 »</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?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()
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 anythingok, 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)