Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter mealtog

    (@mealtog)

    Oops. Nice thanks. I got the syntax now. Thanks again.

    Thread Starter mealtog

    (@mealtog)

    Here is the current code:

    <?php wp_list_pages(‘title_li=’ ); ?>

    How can I include what you wrote?

    Also, what about the header portion?

    Thread Starter mealtog

    (@mealtog)

    Fantastic. That helped alot. It’s all good now.

    Thread Starter mealtog

    (@mealtog)

    Wow, anyone? I have been digging around for a few days and cannot seem to locate the problem. Any info would be greatly appreciated.

    Thread Starter mealtog

    (@mealtog)

    Thanks, got it.

    Thread Starter mealtog

    (@mealtog)

    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.

    Thread Starter mealtog

    (@mealtog)

    No worries. ๐Ÿ™‚

    Thread Starter mealtog

    (@mealtog)

    Just to reiterate, after reading your post, I was thinking about moving the security level down. Not moving it up.

    Thread Starter mealtog

    (@mealtog)

    doh! 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?

    Thread Starter mealtog

    (@mealtog)

    hey, 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.

    Thread Starter mealtog

    (@mealtog)

    hmmm, anyone have a easy method to deal with these spammers? any help would be greatly appreciated.

    Thread Starter mealtog

    (@mealtog)

    Thanks 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?

    Thread Starter mealtog

    (@mealtog)

    Thanks 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?

    Thread Starter mealtog

    (@mealtog)

    oic, 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.

    Thread Starter mealtog

    (@mealtog)

    Sorry, 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().'”

Viewing 15 replies - 1 through 15 (of 18 total)