zelwent
Forum Replies Created
-
Dude, you’re a genius. And a quick one. Thanks!
I deactivated the lazy loading plugin and it works again. Thanks!
Forum: Plugins
In reply to: [Plugin: SI CAPTCHA for WordPress] Error reading captcha cookieThat did it! Thanks Mike!
Forum: Plugins
In reply to: [Plugin: SI CAPTCHA for WordPress] Error reading captcha cookieThanks Mike, I’ll give it a try and let you know.
Forum: Plugins
In reply to: [Plugin: SI CAPTCHA for WordPress] Error reading captcha cookieHi 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
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.
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
In reply to: Tag template page — the header/footer links won’t workI 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.