leosh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding new site, how to link to it with permalinks/mod_rewrite?wow, this forum is so awesome -.-
Thanks, that helped me a lot!
Forum: Fixing WordPress
In reply to: Error with permalinks and pluginWhy should that help? It doesn’t change anything, the problem is that the image path is relative and so the browser adds it after the current path, which is http://localhost/wordpress/about-me/
I have no idea why removing the dash should help at all…Forum: Fixing WordPress
In reply to: Use image as “Edit post” buttonIt’s working now with this code:
function get_ID() { global $wp_query; $thePostID = $wp_query->post->ID; return $thePostID; }and
<?php bloginfo('url'); ?>/wp-admin/page.php?action=edit&post=<?php echo get_ID(); ?>as link.Forum: Fixing WordPress
In reply to: Use image as “Edit post” buttonCan’t anybody help me? Please, I really need to get this to work!
Forum: Fixing WordPress
In reply to: Use image as “Edit post” buttonEDIT:
These forum can’t display my last solution (the manual one). Here again:<a href="<?php bloginfo('url'); ?>/wp-admin/page.php?action=edit&post=<?php the_ID(); ?>"> <img src="<?php bloginfo('stylesheet_directory'); ?>/icons/page_edit.png" title="Edit this page"></a>Forum: Fixing WordPress
In reply to: WordPress 2.7 auto-upgrade to 2.7.1 bugOkay thanks.
Forum: Fixing WordPress
In reply to: You do not have permission to do that. – WHAT??Well, WordPress logged me out for some reason, but I had the site still opened. Refreshing the page forced me to login again and that did the trick.
Forum: Fixing WordPress
In reply to: How to delete spam comments?I upgraded my blog to version 2.7 now, and the spam filter is there =)
Thanks anyway.
Forum: Fixing WordPress
In reply to: How to delete spam comments?No, this is not related to the plugin, but rather to WordPress. I just want to delete the normal spam comments.
But this function, as pointed out by mrmist, is not there! I have WordPress 2.6, but when I go to the comments menu, there is no filter, no spam category, nothing! I was annoyed because of that earlier, but thought that’s normal.
Screenshot: http://multimolti.de/download/stuff/wp01.jpgIs this a problem with my WordPress version, or am I just too stupid to find it?
Forum: Fixing WordPress
In reply to: How to delete spam comments?Seriously, there is NO function to delete spam comments?
Forum: Fixing WordPress
In reply to: How to delete spam comments?After reading the FAQ, I found out that it’s normal that reCAPTCHA marks all comments with wrong word combination entered as spam and keeps them. That explains why I got 8400 spam comments.
But I still don’t know how to delete them from the admin panel!
Forum: Fixing WordPress
In reply to: Show just a the first sentences of my post on the start pageok sry, found it, just use the “more” tag