WordPress:Answers-Layout

来自站长百科
跳转至: 导航、​ 搜索

These FAQs have been deprecated. You will find the new updated Frequently Asked Questions on the new pages for the WordPress:FAQ.

这些常见问题解答已经取消了。你在常见问题解答的新的页面上会看到新的以更新的常见问题解答

Back to FAQ


返回到常见问题解答


CSS Problems[ ]

CSS 问题[ ]

The following are articles that will help you troubleshoot and solve many of your CSS problems:

下面的这些文章会帮助你发现并且解决许多CSS问题:

Buttons[ ]

按钮[ ]

Buttons are like badges you display on your website to show your affection for something, or to display information regarding your cultural, social, political or technical leanings.

按钮就如你显示在网站上的徽章,显示你对一些东西的感想,或者显示有关你的社会,文化,政治或者技术背景方面的信息。

To add buttons to your weblog's layout, refer to the following articles:

要给你的网络日志布局添加按钮,请参考下面的文章:

To add a WordPress button to your site showing support for the WordPress Community, show off the WordPress buttons.

向你的站点添加WordPress按钮,显示你对WordPress团队的支持,显示 WordPress 按钮

Change Comment Styles / Colours[ ]

更改评论样式 / 颜色[ ]

Here are some examples and techniques on how to modify the look of your Comment styles and colours:

下面是一些例子和方法,关于怎样更改你的评论样式和颜色:

Alternate comment colours 更改评论颜色

Colour comments by author

Comment Author Styles



作者给评论加上颜色

评论作者样式

Popup Comments[ ]

弹出的评论[ ]

To change the look of the Popup Comments window in WordPress version 1.2.1 Mingus, make the following change to the template-functions-comment.php on line 50:

要更改WordPress1.2.1版本Mingus中弹出的评论窗口的外观,在第50行做出以下的更改:

function comments_popup_script($width=400, $height=400, 
$file='wp-comments-popup.php')
function comments_popup_script($width=400, $height=400, 
$file='wp-comments-popup.php')

You can also change Line 81 of wp-comments-popup.php to alter the textarea size for people entering comments.

你也可以更改第81行的wp-comments-popup.php改变人们输入评论的文本区的大小。

More[ ]

更多的[ ]

Just above the editing window where you type your entries are a series of small boxes. One of them has the word "more" in it.

在你输入文章的编辑窗口的上方有许多小框。其中的一个小框中显示单词"更多的"。

Click that and the <!--more---> tag will be inserted into your text. It is at that point that your text will stop when the main index page is viewed. Make sure that there are no blank lines before or after the tag.

点击这个框,<!—更多的--->标签就会插进你的文本。这时你的文本就会被切断,显示主要的索引页面。确定标签的前后没有空白的行。

More information on how to use the More quicktag can be found at the_content() and WordPress:Customizing the Read More.

关于怎样使用更多的 quicktag的信息,可以在the_content()自定义阅读更多的中找到。

Designs / Layouts / Templates[ ]

设计 /布局/ 模板[ ]




  • 主题是WordPress1.5的(nightly builds)。然而,1.5主题在先前命名的1.3版本中也能够运行。所有的主题可以在这里找到:

http://codex.wordpress.org/Using_Themes#A_List_of_Downloadable_Themes -->

Back to FAQ

返回到常见问题解答