cheewl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Any good rating plugin?bump?
Forum: Plugins
In reply to: CG-SameCat not working with WP 1.5.1Hi David,
I am using the plugin to display the full content of related posts, i.e. when you view post 1 of category 1, all the content of other posts in category 1 will also be displayed after post 1. do you know what are the complex processing i need to do to the post_content in order to display them properly?
Thanks in advance ??
Forum: Plugins
In reply to: CG-SameCat not working with WP 1.5.1Hi David, I changed the following code:
from $apost->post_excerpt to $apost->post_content
in order to show the full content of the related posts. The problem is, it removes all line breaks. All the contents are in 1 paragraph now instead of multiple paragraphs. any solution to that? ??Forum: Fixing WordPress
In reply to: Any Effective Menu Navigation Plugin?anyone with solutions? ??
Forum: Fixing WordPress
In reply to: Any Effective Menu Navigation Plugin?wow, i’m a newbie, can you give me more details on it please?
Forum: Plugins
In reply to: CG-SameCat not working with WP 1.5.1yupyup! it worked! thanks alot David!
Forum: Plugins
In reply to: CG-SameCat not working with WP 1.5.1Hi David! haha, thanks for your reply.
The reason why I use the_category_id() is because get_the_category() doesn’t work with the plugin. It always says no related posts.
My question is whether there will be a problem if I use the_category_id() instead of get_the_category() (of coz, if get_the_category () works, I will use it).
Secondly, with the implementation of multiple categories, get_the_category() & the_category_id() are deprecated, so how should we deal with it?
Anyway, I would definitely be looking forward to your updated plugin today. Keep everyone posted ok? ??
Forum: Fixing WordPress
In reply to: No Longer Pinging Update Services after 1.5.1icic… thanks alot! ??
Forum: Fixing WordPress
In reply to: No Longer Pinging Update Services after 1.5.1cool~! that means my pinging is working for 1.5.1.
So all I have to do to let search engine know of my blog’s presence is to ping pingomatic and wait for them to crawl my blog?
Forum: Fixing WordPress
In reply to: No Longer Pinging Update Services after 1.5.1wow, thanks for the prompt response!
so just to confirm, as long as I see my blog’s address on the “Last 100 Pingers” Page, it means that the pinging service of my WP 1.5.1 is working and pingomatic will help me ping all other services right?
Forum: Fixing WordPress
In reply to: No Longer Pinging Update Services after 1.5.1Hi, I’m new to this pinging thingy. How do I know if my blog’s pingping function is function properly?
I notice that after I update a post, my blog name appears on pingomatic’s page. Does that mean that it’s working? so Pingomatic will automatically help me to ping all the other services? I don’t see any engines crawling my blog even after a few days… any idea?
Forum: Installing WordPress
In reply to: Restore Database ProblemI had the same problem after editing the .sql file to replace the old domain with the new domain.
I managed to solved it simply by saving it using Notepad with ANSI encoding. Hope it helps you too ??