站长百科 | 数字化技能提升教程 数字化时代生存宝典
首页
数字化百科
电子书
建站程序
开发
服务器
办公软件
开发教程
服务器教程
软件使用教程
运营教程
热门电子书
WordPress教程
宝塔面板教程
CSS教程
Shopify教程
导航
程序频道
推广频道
网赚频道
人物频道
网站程序
网页制作
云计算
服务器
CMS
论坛
网店
虚拟主机
cPanel
网址导航
WIKI使用导航
WIKI首页
最新资讯
网站程序
站长人物
页面分类
使用帮助
编辑测试
创建条目
网站地图
站长百科导航
站长百科
主机侦探
IDCtalk云说
跨境电商导航
WordPress啦
站长专题
网站推广
网站程序
网站赚钱
虚拟主机
cPanel
网址导航专题
云计算
微博营销
虚拟主机管理系统
开放平台
WIKI程序与应用
美国十大主机
编辑“
WordPress:Answers-Layout
”
人物百科
|
营销百科
|
网赚百科
|
站长工具
|
网站程序
|
域名主机
|
互联网公司
|
分类索引
跳转至:
导航
、
搜索
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
<div style="border:1px solid blue; background: #CCFFE6; padding:10px; margin:10px; font-size:130%"> <div style="border:1px solid blue; background: #CCFFE6; padding:10px; margin:10px; font-size:130%"> These FAQs have been deprecated. You will find the new updated '''Frequently Asked Questions''' on the new pages for the [[WordPress:FAQ]]. </div> 这些常见问题解答已经取消了。你在[[WordPress:FAQ|常见问题解答]]的新的页面上会看到新的以更新的'''常见问题解答'''。 </div> [[WordPress:FAQ|Back to FAQ]] [[WordPress:FAQ|返回到常见问题解答]] ==CSS Problems== ==CSS 问题== The following are articles that will help you troubleshoot and solve many of your CSS problems: 下面的这些文章会帮助你发现并且解决许多CSS问题: * [[WordPress:Blog Design and Layout]] * [[WordPress:Finding Your CSS Styles]] * [[WordPress:CSS Fixing Browser Bugs]] * [[WordPress:CSS Troubleshooting]] * [[WordPress:CSS|WordPress CSS Information and Resources]] * [[WordPress:Blog Design and Layout|博客设计和布局]] * [[WordPress:Finding Your CSS Styles|找到你的CSS样式]] * [[WordPress:CSS Fixing Browser Bugs|CSS解决浏览器程序错误]] * [[WordPress:CSS Troubleshooting|CSS发现并解决问题]] * [[WordPress:CSS|WordPress 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: 要给你的网络日志布局添加按钮,请参考下面的文章: * http://www.gtmcknight.com/buttons/ * http://kalsey.com/tools/buttonmaker * http://www.gtmcknight.com/buttons/ * http://kalsey.com/tools/buttonmaker To add a WordPress button to your site showing support for the WordPress Community, [http://wordpress.org/about/buttons/ show off the WordPress buttons]. 向你的站点添加WordPress按钮,显示你对WordPress团队的支持,[http://wordpress.org/about/buttons/ 显示 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''' '''更改评论颜色''' * http://mookitty.co.uk/devblog/archives/2004/07/28/comment-backgrounds-hack/ ''' Colour comments by author''' * http://www.scriptygoddess.com/archives/2004/06/21/comment-highlighting-based-on-author/ '''Comment Author Styles''' * http://www.dailydoodles.dk/archives/2004/08/03/plugin-my-comments-for-wordpress/ * http://mookitty.co.uk/devblog/archives/2004/07/28/comment-backgrounds-hack/ ''' 作者给评论加上颜色''' * http://www.scriptygoddess.com/archives/2004/06/21/comment-highlighting-based-on-author/ '''评论作者样式''' * http://www.dailydoodles.dk/archives/2004/08/03/plugin-my-comments-for-wordpress/ == Popup Comments == == 弹出的评论== To change the look of the Popup Comments window in WordPress version 1.2.1 Mingus, make the following change to the <tt>template-functions-comment.php</tt> on line 50: 要更改WordPress1.2.1版本Mingus中弹出的评论窗口的外观,在第50行做出以下的更改: <pre><nowiki>function comments_popup_script($width=400, $height=400, $file='wp-comments-popup.php')</nowiki></pre> <pre><nowiki>function comments_popup_script($width=400, $height=400, $file='wp-comments-popup.php')</nowiki></pre> 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 <nowiki><!--more---></nowiki> 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. 点击这个框,<nowiki><!—更多的---></nowiki>标签就会插进你的文本。这时你的文本就会被切断,显示主要的索引页面。确定标签的前后没有空白的行。 More information on how to use the '''More''' quicktag can be found at [[WordPress:Template_Tags/the_content|the_content()]] and [[WordPress:Customizing the Read More]]. 关于怎样使用'''更多的''' quicktag的信息,可以在[[WordPress:Template_Tags/the_content|the_content()]] 和[[WordPress:Customizing the Read More|自定义阅读更多的]]中找到。 == Designs / Layouts / Templates == == 设计 /布局/ 模板 == * [http://themes.wordpress.net/theme-viewer.php WordPress Theme Viewer] * [http://www.bloggingpro.com/ Blogging Pro features a whole category of WordPress Themes] * [http://codex.wordpress.org/Using_Themes/Theme_List The "official" WordPress Theme List] * [http://www.alexking.org/blog/2005/02/27/wordpress-theme-competition/ Alex King's WordPress Theme Competition] * [http://wrc.os42.com/?page_id=151 WRC: 1.5 Themes List] * [http://themes.wordpress.net/theme-viewer.php WordPress 主题浏览器] * [http://www.bloggingpro.com/ Blogging Pro features a whole category of WordPress Themes] * [http://codex.wordpress.org/Using_Themes/Theme_List WordPress "官方"主题列表] * [http://www.alexking.org/blog/2005/02/27/wordpress-theme-competition/ Alex King的WordPress 主题竞赛] * [http://wrc.os42.com/?page_id=151 WRC: 1.5 主题列表] <!--'''Design Sites:''' <!--'''设计站点:''' http://thebombsite.com/layouts.php http://www.webjones.org/wordpress (8 designs) http://design.somegreatreward.com/ http://www.erisfree.com/d2/apart.php http://not-that-ugly.co.uk http://chris.lineages.co.uk/Wordpress_template_index.php http://www.alexking.org/index.php?content=software/wordpress/styles.php http://www.viewfinderdesign.co.uk/freetemplates http://wpthemes.info http://www.eretzvaju.org/themes/ '''Named Layouts:''' http://binarybonsai.com/kubrick http://pinksocks.co.uk/gemini.zip http://pinksocks.co.uk/trident.zip http://pinksocks.co.uk/vesuvius.zip http://www.tamba2.org.uk/downloads/odyssey-alpha1.0.zip http://fernando.dubtribe.com/archives/2004/09/22/headspace-for-kubrick125-wp12/ http://fernando.dubtribe.com/archives/2004/09/23/rotten-tarp-for-kubrick-125wp-12/ http://fernando.dubtribe.com/archives/2004/09/24/clean-and-crisp-for-kubrick-125wp-12/ http://fernando.dubtribe.com/archives/2004/09/24/lack-of-love-for-kubrick-125wp-12/#more-38 http://www.vitorazevedo.com/index.php?p=177 (Gollum) http://testbeds.webjones.org/wp-alpha/ (1.3/1.5 themed) http://mudbomb.com/archives/2004/12/01/wordpress-clockwork-orange-skin http://www.yusop.net , [http://wpthemes.yusop.net/2005/01/06/1 wpthemes.yusop.net] (Arzel, WP 1.5 themes also available) http://thebombsite.com/layouts.php http://www.webjones.org/wordpress (8 个设计) http://design.somegreatreward.com/ http://www.erisfree.com/d2/apart.php http://not-that-ugly.co.uk http://chris.lineages.co.uk/Wordpress_template_index.php http://www.alexking.org/index.php?content=software/wordpress/styles.php http://www.viewfinderdesign.co.uk/freetemplates http://wpthemes.info http://www.eretzvaju.org/themes/ '''已命名的布局:''' http://binarybonsai.com/kubrick http://pinksocks.co.uk/gemini.zip http://pinksocks.co.uk/trident.zip http://pinksocks.co.uk/vesuvius.zip http://www.tamba2.org.uk/downloads/odyssey-alpha1.0.zip http://fernando.dubtribe.com/archives/2004/09/22/headspace-for-kubrick125-wp12/ http://fernando.dubtribe.com/archives/2004/09/23/rotten-tarp-for-kubrick-125wp-12/ http://fernando.dubtribe.com/archives/2004/09/24/clean-and-crisp-for-kubrick-125wp-12/ http://fernando.dubtribe.com/archives/2004/09/24/lack-of-love-for-kubrick-125wp-12/#more-38 http://www.vitorazevedo.com/index.php?p=177 (Gollum) http://testbeds.webjones.org/wp-alpha/ (1.3/1.5 themed) http://mudbomb.com/archives/2004/12/01/wordpress-clockwork-orange-skin http://www.yusop.net , [http://wpthemes.yusop.net/2005/01/06/1 wpthemes.yusop.net] (Arzel, WP 1.5 themes also available) '''Themes:''' '''主题:''' *Themes are for Wordpress 1.5 (nightly builds). However, 1.5 themes will work with the previously named 1.3 version. All themes can be found here: http://codex.wordpress.org/Using_Themes#A_List_of_Downloadable_Themes --> *主题是WordPress1.5的(nightly builds)。然而,1.5主题在先前命名的1.3版本中也能够运行。所有的主题可以在这里找到: http://codex.wordpress.org/Using_Themes#A_List_of_Downloadable_Themes --> [[WordPress:FAQ|Back to FAQ]] [[WordPress:FAQ|返回到常见问题解答]]
摘要:
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅
Wordpress-mediawiki:版权
的细节)。
未经许可,请勿提交受版权保护的作品!
取消
编辑帮助
(在新窗口中打开)