xitanto
Forum Replies Created
-
Forum: Plugins
In reply to: Hide a <div> when user is logged in.hmm… Might wait till a coder can give me an answer on that one. 😛 But thanks. ^_^
Forum: Plugins
In reply to: Hide a <div> when user is logged in.Moshu – thanks. 😛
I’ve put it in to the code, and it does work well.
<?php
global $user_login, $user_identity;
get_currentuserinfo();
if ($user_login) :
?>
<?php else : ?>
<?php easy_announcement(); ?>
<?php endif; ?>Any way to trim it down a bit? I don’t need to find the user’s login name, I just need to block them from seeing <?php easy_announcement(); ?> when they’re logged in.
In other words, is it possible to cut the code down a fraction?
Forum: Requests and Feedback
In reply to: Post Publishing Bug – “Download post.php?”I actually had 56 ping services.
I’ve removed them and the problem doesn’t occur any more.
Thanks for the heads-up.
Forum: Requests and Feedback
In reply to: Post Publishing Bug – “Download post.php?”The tuneup plugin doesn’t fix it. :S
Forum: Fixing WordPress
In reply to: Trackback returns Error – 200 OK: Document has moved here.Bump – still no explanation. Does this have anything to do with the “Breadcrumbs & 200 OK” bug?
Forum: Fixing WordPress
In reply to: Trackback link gives error – 200 OK Document has movedbump.
Forum: Fixing WordPress
In reply to: Trackback returns Error – 200 OK: Document has moved here.Bump, no replies yet. jdybka also has the same problem and we can’t get any answers!
Forum: Fixing WordPress
In reply to: Trackback returns Error – 200 OK: Document has moved here.Yes, I’m bumping this because I can’t get a good answer, and this hasn’t been replied to for a day and a half.
Forum: Fixing WordPress
In reply to: Trackback returns Error – 200 OK: Document has moved here.I have one of the defaults set.
/%year%/%monthnum%/%day%/%postname%/
Same as pretty much everyone else.