saucemaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: block certain search queriesthanks for the advice. i think i will start by blocking the urls that the internal search engine points to, then go from there. thanks again.
Forum: Fixing WordPress
In reply to: block certain search querieswell, the url that is followed is actually my site’s wp installation internal search result, if that makes sense. for example, people search google, then they end up at my site at the page:
https://www.site.com/?s=west virgina adults
(just an example)i could try blocking that search query in robots.txt?
i don’t care if people read the actual posts, it is just annoying to get all these porn seekers clogging up my stats.
thanks for the tip.
Forum: Plugins
In reply to: [Plugin: Front-end Editor] Fatal error: Class ‘frontEd_image’ not foundnevermind, i commented out ‘frontEd_image::init();’ and it seems to work.
i do like that my blockquotes have reappeared w/ the new version.
thanks.Forum: Plugins
In reply to: [Plugin: Front-end Editor] Fatal error: Class ‘frontEd_image’ not foundi am getting the same error.
what is it that i need to comment out, exactly?
thanks.Forum: Fixing WordPress
In reply to: Can I display a comment_excerpt and a link to full comment text?Nagore, I had this same problem, I could find plenty of tags for comment id or comment excerpt, but nothing for a ‘comment link’ or ‘comment url’.
here’s something i put together for a page with a list of posts and a list of latest comment for each post; there is a comment excerpt and a link to that comment on the post’s page.<a href="<?php the_permalink() ?>#comment-<?php comment_ID() ?>" title="link"> <?php comment_excerpt(); ?></a> <br /> by: <?php comment_author_link(); ?>
you can see an example of it on this page.
https://www.sisyphean.com/tag/roosevelt/i hope this helps.
Forum: Fixing WordPress
In reply to: need to upload themes when upgrading to 2.1?well, i got the results i wanted by switching:
wp_list_bookmarks(2)
to:
get_links(2, '
<li>', '</li>
', '', FALSE, 'name', FALSE)thanks.
Forum: Fixing WordPress
In reply to: need to upload themes when upgrading to 2.1?thanks moshu, i checked the new links tags. i don’t know how this happened, but the category i was displaying with ‘wp_get_links’ was ‘1’, but when i checked on blogroll, that category is now ‘2’. the links were always displayed before; i don’t know what changed…
now i am using ‘wp_list_bookmarks’. however, it now displays the category’s name (which is just ‘links’). i would rather not have the category name on the page, but i can not find the appropriate tag to hide it.
thanks.
Forum: Fixing WordPress
In reply to: need to upload themes when upgrading to 2.1?I definitely uploaded the new Askimet folder.
I also noticed that there is a links file in the default theme, which I don’t seem to have in my theme. This could be why the links disappeared from my sidebar after installing 2.1.
Thanks.Forum: Installing WordPress
In reply to: Word in Post Causes Internal Server Errorhmmm, i was just about to post a new topic on this, but i might be having the same problem as above. when i try to edit a post which contains the word ‘Hausmannish’, i am given an a 404 error. however, i can remove only that word, and the post is editable without returning errors.
i was originally able to make the post with that word to begin with, so i don’t understand why it would give an error when editing.
here is the post, with the word in the last sentence:
Forum: Fixing WordPress
In reply to: Current Authori am using the code above for 1.5,
<?php
if(isset($_GET['author_name'])) :
$curauth = get_userdatabylogin($author_name);
else :
$curauth = get_userdata($author);
endif;
?>but when i click the links on my index page (generated by wp_list_authors, the only author profiles that appear are the authors with single names. one author has a one word login and nick name; her profile shows up fine. other authors have spaces in their logins and nicknames; their profile pages are blank. is there something i can do about this? thanks.
Forum: Fixing WordPress
In reply to: how to block comment spammerlast week i was suddenly getting hit with comment spam every couple of minutes; i was able to flag all of it just by adding a few words to the built-in black list. deleting all the comments was tedious, though, so i installed kitten’s spaminator, and i haven’t had a spam comment yet.
i wish there were some options for white-listing certain names or addresses…are there?Forum: Your WordPress
In reply to: Freedom Is Slavery.infothe header looks the same in both firefox and IE to me . am i missing something?
it might be easier for someone to help you with css if you have line breaks, so one doesn’t have to scroll sideways to ready everything. you can hit enter after each semi-colon.Forum: Your WordPress
In reply to: Pink Sockshey, hanni, how do you have it rigged so that you can have separate posts under one date heading? for example:
8/18
post 1,
post 2,
8/17
post 1,
post 2,
post 3,
i’m curious because i usually write more than one entity under a single post, because i don’t want an entire entry just for one sentence. does this make any sense? !! thanks.Forum: Fixing WordPress
In reply to: wp_posts does not exist!i asked my host about it, and the response was “we don’t know why this happened…better keep a back up”.
Forum: Fixing WordPress
In reply to: editing multiple entriesi figured it would have to be something like that. both sound a little dangerous. i might give #1 a try, after backing up repeatedly.