mealtog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages with no links to them?Oops. Nice thanks. I got the syntax now. Thanks again.
Forum: Fixing WordPress
In reply to: Pages with no links to them?Here is the current code:
<?php wp_list_pages(‘title_li=’ ); ?>
How can I include what you wrote?
Also, what about the header portion?
Forum: Fixing WordPress
In reply to: Help with ?= variablesFantastic. That helped alot. It’s all good now.
Forum: Fixing WordPress
In reply to: Feedburner connection timed outWow, anyone? I have been digging around for a few days and cannot seem to locate the problem. Any info would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Which feed for feedburner?Thanks, got it.
Forum: Fixing WordPress
In reply to: How to edit HTML Title of each page?Perfect. That did it. Thanks Moshu!
I actaully copied and pasted a duplicate line above the title tag, and commented it out. Just in case, I want to go back at a later date.
Forum: Fixing WordPress
In reply to: Spamming to Post #1No worries. ๐
Forum: Fixing WordPress
In reply to: Spamming to Post #1Just to reiterate, after reading your post, I was thinking about moving the security level down. Not moving it up.
Forum: Fixing WordPress
In reply to: Spamming to Post #1doh! i see, when u mean it’s not ready, do you mean normal comments were being flagged as spam? or was it deleted? Maybe i should crank the security level from normal to more lenient?
Forum: Fixing WordPress
In reply to: Spamming to Post #1hey, thanks for the links. that helped a lot. Just installed Spam Karma and it looks pretty powerful.
ok, now can anyone provide a few links to learn in detail what trackbacks and pingbacks are. i am still lost and haven’t been able to find anything using the search function here. I am pretty new at this and I can’t seem to get trackbacks to show up on my blog. I am probably way off base here but any help (dummies tutorial perhaps) would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Spamming to Post #1hmmm, anyone have a easy method to deal with these spammers? any help would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Spamming to Post #1Thanks for the reply. It makes more sense now. Guess what, looks like my blog is being targetted. 5 more comments all using different IP addresses. So this is a script for sure now.
So if I flag it as spam, it stores it for refernce later. But these comments are pretty long. It must have over 50 links in the body field. Is there anything I can do to stop this or do I have to manually delete these flags that WP has detected?
Forum: Fixing WordPress
In reply to: Spamming to Post #1Thanks for the link. It explained some things. However, I am still wondering if there was more detials to my original questions.
1. How does WordPress know to make these awaiting moderation? I set it so that you have to enter email and name to comment so how does WordPress know to flag this comment as needing moderation?
2. What happens when you select SPAM in the moderation page. I looks like it flags it. Does WordPress do any other back end safe guards to block future spams by this individual?
Forum: Fixing WordPress
In reply to: WordPress Blog & Search Enginesoic, there needs to be a link to the pages. Will do.
I also heard at a blogging conference that most blogs will syndicate (mayeb via RSS) to the search engines? I was wondering this.
Forum: Fixing WordPress
In reply to: Turning [รขโฌยฆ] into a linkSorry, I got the first part about the excerpts but I can’t seem to figure out where to change the […] to a link in the category page. Any ideas?
I found that the page is functions-formating.php but don’t know how to add the proper href tag into this line 663:
$excerpt .= ($use_dotdotdot) ? ‘[…]’ : ”;
****************
UPDATE: Just answered my own question and I hope this help others too:$excerpt .= ($use_dotdotdot) ? ‘[Read more…]’ : ”;
****************
More UPDATE:Just noticed the blog doesn’t allow for this tag to load properly. Basically,
href=”‘.get_permalink().'”