nicholaswong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Show blogroll with pull-down menuStill can’t figure it out, anyone…?
Forum: Fixing WordPress
In reply to: Show blogroll with pull-down menuSorry, dremation, close for what?
the <li> you mean?
Forum: Fixing WordPress
In reply to: Show blogroll with pull-down menuThanks dremation, but it just show the pull down with the word “select blog”, and no links can be shown!
Forum: Installing WordPress
In reply to: [database error]need help!I’ve faced similar problem, with error code:
WordPress database error: [Got error 122 from table handler]
SELECT * FROM wp_posts WHERE 1=1 AND (post_status = “publish” OR post_author = 1 AND post_status != ‘draft’ AND post_status != ‘static’) AND post_status != “attachment” GROUP BY wp_posts.ID ORDER BY post_date DESC LIMIT 0, 15So I need to contact host as well? Thx!
Forum: Fixing WordPress
In reply to: How do I list the 5 most recent posts?cyberkamote:
Just post somewhere you want in sidebar.php
Forum: Alpha/Beta/RC
In reply to: Error in upgrade install of 2.0I’ve similar error msg of the “user” part, and I dunno why after I installed RC3, my recent post can’t work.
Here’re the code:
<?php get_recent_posts(); ?>
Also, when I clicked upgrade.php, error msg shown as below:
WordPress database error: [Table ‘wordpress.wp_usermeta’ doesn’t exist]
SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = ‘1’
WordPressI ignored it and click upgrade, and seems nothing strange happened…
Forum: Alpha/Beta/RC
In reply to: RC3 is outI dunno why after I installed RC3, my recent post can’t work.
Here’re the code:
<?php get_recent_posts(); ?>
Also, when I clicked upgrade.php, error msg shown as below:
WordPress database error: [Table ‘wordpress.wp_usermeta’ doesn’t exist]
SELECT meta_key, meta_value FROM wp_usermeta WHERE user_id = ‘1’
WordPressI ignored it and click upgrade, and seems nothing strange happened…
Forum: Alpha/Beta/RC
In reply to: OK to start skinning with WP2 RC1?So how can I upgrade 1.52 to 2.0RC?
Forum: Plugins
In reply to: Guestbook Help Neededspencerp, thx for your help first!
(1)(2) I haven’t add the comments plugin, and actually I dunno what it is, so of course I haven’t change any comments call function in all files of my theme.
(3) Yes, I’m choosing the guestbook template.
(4) For guestbook.php, I only copy what you have paste before (the .txt you provide), and in write/page, I just typed simple words for simple disclaimer and nothing else, but all the words shown under the comments part.
So…at last, I think it may have something deal with the theme I’m using…thx anyway, though quite weird now, but the important thing is it can work.
Forum: Plugins
In reply to: Guestbook Help NeededThx for sharing, I installed it already.
But some problems with my content which add in “write/page”, all words are located at the below of the page. Lower than the comment part.
How can I change it back to the top? I’ve already follow spencerp’s procedure.
Here’s my guestbook page: https://nicholaswong.no-ip.info/?page_id=322
Forum: Fixing WordPress
In reply to: is RSS feed necessary?My problem is, I think it’s necessary, but I just can’t get it work! It shows a page saying something wrong with the xml, and I just don’t know how to fix it…
I get this error message:
https://www.feedvalidator.org/check.cgi?url=http%3A%2F%2Fnicholaswong.no-ip.info%2F%3Ffeed%3Drss2Below are my wp-rss2.php (line 1-14)
<?php
if (empty($feed)) {
$blog = 1;
$feed = ‘rss2’;
$doing_rss = 1;
require(‘wp-blog-header.php’);
}
header(‘Content-type: text/xml; charset=’ . get_settings(‘blog_charset’), true);
$more = 1;
?>
<?php echo'<?xml version=”1.0″ encoding=”‘.get_settings(‘blog_charset’).'”?’.’>’; ?><!– generator=”wordpress/<?php bloginfo(‘rss2_url’) ?>” –>
Forum: Fixing WordPress
In reply to: What are the feed links in the footer?I’ve the same problem as well, saying some error in my ?feed=rss2
also have this shown:
<?xml version=”1.0″ encoding=”UTF-8″?>
-^Can someone offer me help? thX!
Forum: Fixing WordPress
In reply to: RSS, I’m a n00b..I checked all the file in admin folder, plugin folder and root folder to clear up all the blank lines at beginning and the end, but still can’t get the rss work.
Is it becoz I built my wordpress in my computer, and no-ip can’t support this rss function? Or, it’s related to the theme I’m using??
Forum: Plugins
In reply to: [NEW PLUGIN] Democracy AJAX PollLooks nice, thx!
Forum: Fixing WordPress
In reply to: RSS, I’m a n00b..Guys, I’ve the same problem as well, I never got my RSS going,and I dunno how to fix it…
I upgrade to 1.52, my site is https://nicholaswong.no-ip.info, thx