Avon
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
You may want to use the plug-in wp_list_posts. It’s for listing posts and does support multi-tags.
Usage:<?php wp_list_posts(’display=tag&tag=tag1,tag2,tag3&show_date=true’); ?>Replace “tag1,tag2,tag3” with your own tags.
Here is its author’s site, but it’s in Chinese.
You may want to download it from here. I did a little translation.Forum: Themes and Templates
In reply to: Gap(margin) on the top.First thank you, whooami.
But changing 95px to 92px does not help, instead the header graphic and the main body overlaped. You may want to visit my site again to see the effect.Here is a weird thing that may be a clue. When I saved the page(using “save as” in the menu) to local disk, the code went completely cracy(mind those <link>’s and blank lines after <body>):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>思想片段</title> <meta name="generator" content="WordPress 2.5"> <meta name="description" content="我思故我在"> <meta name="generator" content="WordPress 2.5"> </head><body> <link rel="Shortcut Icon" href="http://www.thoughtlets.cn/wp-content/themes/Stillness/images/favicon.ico" type="image/x-icon"> <link rel="alternate" type="application/rss+xml" title="思想片段 RSS Feed" href="http://www.thoughtlets.cn/feed/"> <link rel="pingback" href="http://www.thoughtlets.cn/xmlrpc.php"> <link rel="stylesheet" href="%E6%80%9D%E6%83%B3%E7%89%87%E6%AE%B5_files/style.css" type="text/css" media="screen"> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.thoughtlets.cn/xmlrpc.php?rsd"> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.thoughtlets.cn/wp-includes/wlwmanifest.xml"> <!-- Start Of Script Generated By WP-PageNavi 2.20 --> <link rel="stylesheet" href="%E6%80%9D%E6%83%B3%E7%89%87%E6%AE%B5_files/pagenavi-css.css" type="text/css" media="screen"> <!-- End Of Script Generated By WP-PageNavi 2.20 --> <link rel="stylesheet" type="text/css" href="%E6%80%9D%E6%83%B3%E7%89%87%E6%AE%B5_files/sem-subscribe-me.css"> <script type="text/javascript" src="%E6%80%9D%E6%83%B3%E7%89%87%E6%AE%B5_files/sem-subscribe-me.js"></script> <div id="wrapper"> <div id="header">Pages saved by IE6 and Firefox 3 b5 are the same. Could it be plug-ins causing this problem?
THX again.
Viewing 2 replies - 1 through 2 (of 2 total)