benwake
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: php query_posts syntax error (should be very easy:-)I tried with this one, but no luck, he doesn’t apply the category (but applies the 4 posts and it removed the syntax error). Somebody? 🙂
<?php query_posts('category_name='.$options['category_home'].'&posts_per_page=4'); ?>This is the part that generate the tags in my theme:
<?php if(get_the_tags()){?> <span class="tags clearfix"> <?php the_author(); ?> tagged this post with: <?php the_tags('', ', ', ' '); ?> <span class="alignright"> Read <?php the_author_posts(); ?> articles by <?php the_author_posts_link(); ?>Forum: Fixing WordPress
In reply to: NGGallery:open more images than thumbnailsThanks for your answer, but that’s exactly the problem I encounter.
It means that a visitor must click on the first thumbnail, watch the 5 pictures, close the lightbox, click on the next page, watch the next 5 pictures, etc…If you have 400 pictures in a gallery, a visitor must click 80 times on the next page.
Is it not possible to open those 400 images in the lightbox popup. Visitors onl have to click next then and not close lightbox everytime.
Thanks in advance for the answers.
Viewing 3 replies - 1 through 3 (of 3 total)