Title: zelwent's Replies | WordPress.org

---

# zelwent

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] [Plugin: Meteor Slides] images not showing up, only the last one I upload](https://wordpress.org/support/topic/plugin-meteor-slides-images-not-showing-up-only-the-last-one-i-upload/)
 *  Thread Starter [zelwent](https://wordpress.org/support/users/zelwent/)
 * (@zelwent)
 * [14 years ago](https://wordpress.org/support/topic/plugin-meteor-slides-images-not-showing-up-only-the-last-one-i-upload/#post-2714553)
 * Dude, you’re a genius. And a quick one. Thanks!
 * I deactivated the lazy loading plugin and it works again. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: SI CAPTCHA for WordPress] Error reading captcha cookie](https://wordpress.org/support/topic/plugin-si-captcha-for-wordpress-error-reading-captcha-cookie/)
 *  [zelwent](https://wordpress.org/support/users/zelwent/)
 * (@zelwent)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-si-captcha-for-wordpress-error-reading-captcha-cookie/page/2/#post-1192298)
 * That did it! Thanks Mike!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: SI CAPTCHA for WordPress] Error reading captcha cookie](https://wordpress.org/support/topic/plugin-si-captcha-for-wordpress-error-reading-captcha-cookie/)
 *  [zelwent](https://wordpress.org/support/users/zelwent/)
 * (@zelwent)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-si-captcha-for-wordpress-error-reading-captcha-cookie/page/2/#post-1192297)
 * Thanks Mike, I’ll give it a try and let you know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: SI CAPTCHA for WordPress] Error reading captcha cookie](https://wordpress.org/support/topic/plugin-si-captcha-for-wordpress-error-reading-captcha-cookie/)
 *  [zelwent](https://wordpress.org/support/users/zelwent/)
 * (@zelwent)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-si-captcha-for-wordpress-error-reading-captcha-cookie/page/2/#post-1192295)
 * Hi Mike —
    I am having this same issue; I’m trying to use this for the comment
   section. I’m using the latest version and have no other plugins on my blog. Cookies
   are enabled on my web browsers as well. I did the cookie test and it said I had
   a php server error. What do you think could be the problem? Is this something
   I need to talk with my web hosting about or is it something that I need to fix
   on my own?
 * thanks in advance
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Simple Tags] multiple pages tagged with same TAG but only one showing in Tag Collection](https://wordpress.org/support/topic/plugin-simple-tags-multiple-pages-tagged-with-same-tag-but-only-one-showing-in-tag-collection/)
 *  Thread Starter [zelwent](https://wordpress.org/support/users/zelwent/)
 * (@zelwent)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-simple-tags-multiple-pages-tagged-with-same-tag-but-only-one-showing-in-tag-collection/#post-1125761)
 * Does anyone need more information to solve this? I still cannot figure this out
   after a month and my client is not that happy about it.
    I’m using the Simple
   Tags Plug in to Tag Pages. Then when a user clicks on a tag, it takes them to
   a tag archive where the user can see what other Pages (seen as permalinks) have
   the same tag. Problem is, is that it shows only one permalink at a time and I
   want to show them all.
 * see the code inside the Tag Archive.php:
 *     ```
       <?php wp_tag_cloud('smallest=10&largest=16'); ?>
   
       <?php if (have_posts()) : ?>
       		<?php while (have_posts()) : the_post(); ?>
   
        <h2><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></a></h2>
   
       <?php previous_posts_link('VIEW MORE') ?>
       <?php next_posts_link('VIEW MORE') ?>
   
       	<?php endwhile; ?>
       	<?php endif; ?>
       ```
   
 * Thank you to anyone who can help me as this is my first time using WordPress 
   and there is a lot to learn.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to Make Archive and/or Tag Template Display 2 or More Excerpts](https://wordpress.org/support/topic/how-to-make-archive-andor-tag-template-display-2-or-more-excerpts/)
 *  [zelwent](https://wordpress.org/support/users/zelwent/)
 * (@zelwent)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/how-to-make-archive-andor-tag-template-display-2-or-more-excerpts/#post-943126)
 * Hi fireineyes,
 * I have the same problem — did you ever figure it out?
 * If so, please let me know!
 * Thanks so much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tag template page — the header/footer links won’t work](https://wordpress.org/support/topic/tag-template-page-the-headerfooter-links-wont-work/)
 *  Thread Starter [zelwent](https://wordpress.org/support/users/zelwent/)
 * (@zelwent)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/tag-template-page-the-headerfooter-links-wont-work/#post-1026169)
 * I resolved it. Apparently the tag page doesn’t like page slugs so I just have
   to put the whole url for the links instead of just the page slug.

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