icybergie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpbump.
I fixed it. Paypal is using SSL now. I changed this line in paypal.php
## Verify Mode 1: This will post the IPN variables to the Paypal Network for Validation if ($verifymode == 1) { $port = fsockopen ('ssl://www.paypal.com', 443, $errno, $errstr, 30);I forgot what the original code is suppose to be. But searching “Verify Mode 1” should help. And just replace the $port line.
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpI’m glad that you’re still helping me after so long. =)
But I tried using your code and it doesn’t work. I’ve played around with it to no avail. This is what I did.
<?php if(!is_category('JDramas')) : the_excerpt();?> <div class="more"><a href="<?php the_permalink(); ?>" rel="nofollow">[Download Links]</a><br /><br /></div> <?php else : ?> <?php the_content(); ?> <?php endif;?>All posts still have the More links.
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpIt should show the “Download Links” when it’s in category JDrama.
else show the content without any read more buttons.
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpNope.
It still shows the Download Link.
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpBump.
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpHi,
Thanks for your patience. It’s still not working. I used the “if in this category” but those not in that category doesn’t fetch anything. No content, no excerpt. All it shows is the post title and a blank content.
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpBump.
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phphttp://wordpress.pastebin.ca/1648845
It’s in my theme’s index.php
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpHi,
It doesn’t work if I put it this way.
<?php if(!is_category('JDramas')) : the_excerpt(); else : the_content(); ?> <div class="more"><a href="<?php the_permalink(); ?>" rel="nofollow">[Download Links]</a><br /><br /></div> <?php endif;?>Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpBump.
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpBump.
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Count logged in visitors except adminI wanna know too!
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpIt’s correct.
Do I need to add some elseif so that when it’s not in that particular category, it gets content instead?
Forum: Fixing WordPress
In reply to: No Excerpt For Certain Categories in Index.phpbump.