WIKI使用導航
站長百科導航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機
- cPanel
- 網(wǎng)址導航專題
- 云計算
- 微博營銷
- 虛擬主機管理系統(tǒng)
- 開放平臺
- WIKI程序與應用
- 美國十大主機
WordPress:Getting More Help
Besides the helpful WordPress forums and this Codex, there are many sites dedicated to helping WordPress users use WordPress even better. WordPress help is everywhere. So how do you find it when you really need it?
除了有幫助的WordPress 論壇和這個Codex,還有很多的網(wǎng)站致力于幫助WordPress使用者更好的使用WordPress。WordPress幫助遍布各地。但是在你需要的時候如何找到它們呢?
The WordPress FAQ provides extensive answers to frequently asked questions. We've even included a document on how to use the WordPress support forums to get better results on your requests for help. WordPress FAQ提供了常見問提的回答。我們把如何使用使用WordPress 支持論壇作為一個章節(jié)包含進來,希望對于用戶的幫助請求有所助益。
Before posting in the forums , since it is run by volunteers working hard over long hours when they could be doing something much more constructive, maybe you should start with a search.
在論壇發(fā)帖前,你可能需要從搜索開始。因為論壇是通過志愿者長時間的努力工作運行的,雖然他們可以做一些更加有建設性的事情。
To increase your search capabilities, you can add the Codex Searcher Plugin and search the Codex from your WordPress Administration Panels. Click on one of the search results and the page will open in a new window or tab so you can have the article open while working on WordPress.
為了提高你的搜索能力,你可以把Codex 搜索插件加入到你的WordPress管理面板中并從這里開始搜索Codex。點擊搜索結(jié)果的其中一個,頁面就會在一個新窗口中打開,所以你可以在該條目打開的時候同時使用WordPress。
Searching The Net For WordPress Help
There are a variety of ways to search for the information you need. The biggest problem is finding the "words" that describe your problem. The next biggest problem is limiting your search to only WordPress resources or sites. Let's look at how to do this.
在網(wǎng)絡上搜索 WordPress 幫助
有很多種方法搜索你所要的信息。最大的問題是找到描述你的問題的"詞"。下一個最大問題是把你的搜索限制在WordPress資源內(nèi)還是整個網(wǎng)絡。來看看如何操作:
Search Using Keywords
Sometimes it's easy to search using keywords because the problem you are having tells you what is wrong with it. Copy the most important words from the error, paste them into a text editor and take a good look at them. Here is an example:
Warning: main(/home/atlantis/public_html/wp-includes/ functions.php): failed to open stream: No such file or directory in /home/stargateatlantis/ public_html/wp-settings.php on line 67 Fatal error: main(): Failed opening required '/home/atlantis/public_html/wp-includes/ functions.php' (include_path='.:/usr/lib/php: /usr/local/lib/php') in /home/stargateatlantis/ public_html/wp-settings.php on line 67
Hidden within this information are the key words you need to help you get the answers.
使用關鍵詞搜索
有時使用關鍵詞很容易搜索,因為你的問題告訴了你問題出在何處。從錯誤提示中復制最重要的詞,粘貼到文本編輯器中。如下例:
Warning: main(/home/atlantis/public_html/wp-includes/ functions.php): failed to open stream: No such file or directory in /home/stargateatlantis/ public_html/wp-settings.php on line 67 Fatal error: main(): Failed opening required '/home/atlantis/public_html/wp-includes/ functions.php' (include_path='.:/usr/lib/php: /usr/local/lib/php') in /home/stargateatlantis/ public_html/wp-settings.php on line 67
Opening the files referenced, like functions.php, might help, but other files are often processed long before it gets to functions.php or wp-settings.php and the line number related to the generated file is not necessarily the line number in those template files. It might get you close, but maybe not.
打開參考文件,如functions.php,可能會有用,但是別的文件通常在進入functions.php或者wp-settings.php時,通常在處理中,有關生成文件的行編號在模板文件中不是必須的。可能導致關閉,也可能不會。
From this error, though, you have some critical information to help you with your search. You know the names of the files that are causing the grief:
- functions.php
- wp-settings.php
These are part of the keywords that you will need to be looking for.
從這個錯誤中提示,你會有一些信息幫助你搜索。你知道了導致錯誤的文件名:
- functions.php
- wp-settings.php
這些就是你需要找的關鍵字的一部分。
The specific errors are failed to open stream and failed opening required and they both happen within the wp-settings.php file. Maybe the problem isn't in the functions.php but in the wp-settings.php file? And you see the words "failed" and "open" in both errors. That's a clue.
錯誤內(nèi)容是:failed to open stream 和 failed opening required,它們都出現(xiàn)在wp-settings.php文件中??赡軉栴}不在functions.php而在wp-settings.php文件中?你看到了"失敗"和"打開"兩個錯誤,這是個線索。
Create a search in your favorite search engine that included the words:
wordpress failed open wp-settings.php
This should get you started on narrowing down the problem.
But not all keywords can be so easily found. If the problem is with CSS or HTML, you can include the specific tag or selector that has the problem, but this might not be the problem at all, so you need to hunt for words that describe your problem.
在你最喜歡的搜索引擎里建立一個搜索,包含以下文字:
wordpress failed open wp-settings.php
這會使你把錯誤發(fā)生的可能的原因范圍開始縮小。
但是不是所有的關鍵詞都這么容易找到。如果問題是CSS或者HTML造成的,你可以把出問題的特殊標簽或者選擇器包含進去,但是這可能根本就不是問題所在,所以你必須在問題的描述中找到關鍵詞。
If there is a difference in your web page layout in Microsoft Internet Explorer and another browser, then search for information on Internet Explorer layout bugs. If you have a consistent error in the different browsers in the layout, which part of the layout is it affecting? The sidebar, header, post content, or comments? If the problem is the image in the header not showing up or not working right, then search for wordpress header image to start, then add the specifics like wordpress header image missing to narrow things down.
如果在Microsoft Internet Explorer和別的瀏覽器中輸出了不同的頁面,就搜索有關Internet Explorer 輸出錯誤信息。如果問題是不同的瀏覽器中出現(xiàn)了一致性問題,這整個輸出的哪一部分受到了影響?邊欄, 頁眉, 帖子的 內(nèi)容, 或是 注釋?如果問題是頁眉的圖片不顯示或者顯示的不正確,就從搜索wordpress頁眉圖片開始,然后假如詳細的詞如wordpress 頁眉圖片缺失來縮小范圍。
Brainstorming Search Terms
When really struck for keywords, you can try brainstorming your keywords. First, write down the problem. Be as descriptive as you want:
I'm having trouble with the nested list in the sidebar of my layout. It isn't lining up the items under the titles right. It is keeping things on the left margin when I want them to be indented.
Right there, you've listed keywords to search with within your description. There are:
- sidebar
- layout
- nested list
- left margin
- indented
Arrange those in different ways and you have some keywords to search with.
自由表述搜索條件
當實在找不到關鍵詞時,你可以嘗試下自由表述你的關鍵詞。首先寫下問題。按你所想的去描述:
我對我的版面的邊欄嵌套列表有個問題,它們不在標題下整齊的排列成線??偸强孔箜撨吙瞻滋幣帕?,而我想讓他們交錯排列.
這里你的描述中出現(xiàn)了幾個可搜索的關鍵詞:
- sidebar
- layout
- nested list
- left margin
- indented
把它們按照不同的方式排列,你就有了幾個關鍵詞可以搜索了。
A second method is to talk it out with someone. It doesn't matter of the person you talk to is a WordPress expert or not, just talking to them will force you to use very simple terms and references, and among those are your keywords. Your friend might respond to your description with:
"Oh, you are trying to change X to B and get the result P. Why didn't you say so?"
There, you have your search keywords.
第二種方法是和某人討論。和你討論的人不一定非要是WordPress專家,只要和他們討論,會迫使你使用簡單的語言和參照,也許那就是你的關鍵詞。你的朋友可能對你的描述做出這樣的反應:
"哦, 你是想把X變成 B,但是卻得到了P,是這樣吧?"
這樣你就得到了你的關鍵詞。
Searching Tips and Tricks
Once you have some starting keywords, it's time to put them to work. Remember, you are not stuck with your starting keywords. They are just that, a start. As you dig into the information, you may replace those words with ones that narrow the field down a little. For example, if you are looking for "wordpress sidebar layout nested links", you may discover that the problem lies within the specific Theme you are using, add the name of the theme to your keywords and it may narrow down your search.
Let's look at some more tips for improving your odds of finding a solution.
搜索竅門和技巧
一旦你有了關鍵詞,就是開始搜索的時候了。記住,并不是固定要使用你的這個關鍵詞,那只是開始。當你進入更深一層的信息的時候,你可能使用范圍更小的詞語來代替它們了。舉例來說,如果你正在找"wordpress邊欄版面嵌套連接",你可能發(fā)現(xiàn)問題在于你使用的主題,把主題名字加入關鍵詞,就可能縮小搜索范圍。
讓我們來看看一些可能增加找到解決方法的機會的小竅門
Search Engine Site Search
Did you know you can search a specific site from a search engine?
搜索引擎網(wǎng)站搜索
你知道可以使用搜索引擎搜索一個特定的網(wǎng)站嗎?
Google Site Search
To search a specific website, like wordpress.org, in the Google search window, type your keyword and end with the site: reference:
keyword1 keyword2 keyword3 site:wordpress.org
Google will search all wordpress.org sites such as www.wordpress.org, wiki.wordpress.org, and codex.wordpress.org.
To narrow down your search to a specific site, like www.wordpress.org', use the site: reference and type:
keyword keyword keyword site:www.wordpress.org
Google will search only the www.wordpress.org site, which includes the Support Forums, but not the WordPress Codex or Wiki.
Google 網(wǎng)站搜索
為了搜索一個特定的網(wǎng)站,如wordpress.org,在Google搜索窗口中,輸入你的關鍵詞,以這個網(wǎng)站:為結(jié)尾,如:
關鍵詞1關鍵詞2關鍵詞3 site:wordpress.org
Google會搜索所有的wordpress.org站點如www.wordpress.org, wiki.wordpress.org, 和 codex.wordpress.org
為了縮小某個網(wǎng)站的搜索范圍,如www.wordpress.org',使用site:站點
關鍵詞1關鍵詞2關鍵詞3 site:wordpress.org
Google就只搜索www.wordpress.org網(wǎng)站,包括支持論壇,但不包括WordPress Codex 或者Wiki。
Yahoo Site Search
To search a domain or website specifically in Yahoo, their allows searching by domain name directly.
Yahoo 網(wǎng)站搜索
想要在Yahoo中搜索域或者網(wǎng)站,它們的Yahoo高級搜索頁允許你直接用域名搜索。
Other Search Engines
Other search engines provide a variety of ways to narrow your search to a specific site. Check with their Advanced Search Options, if they provide them, or at the Search Engine Watch's Search Command list for details on searching by domain or url.
其他搜索引擎
其他搜索引擎提供了多種方法來縮小網(wǎng)站搜索范圍。查看高級搜索頁面,如果他們提供,或者在[1]可以找到關于通過域或者URL搜索的詳情
Use Quotes to Group Keywords
You can group different keywords together to narrow your search. For example, instead of looking for:
sidebar layout nested list left margin indented
You can group key phrases together with quote marks:
sidebar layout "nested list" "left margin" indented
使用引號建立一組關鍵詞
你可以把不同的關鍵詞組成一組以縮小搜索范圍,例如:
sidebar layout nested list left margin indented
你可以把這些詞用引號組成關鍵詞組:
sidebar layout "nested list" "left margin" indented
This would limit your search to anything with the words sidebar, layout, and indented, and the phrases "nested list" and "left margin".
這將把你的搜索限制在包含有sidebar,layout,indented,以及"nested list","left margin"的結(jié)果中。
You can also use Boolean references and a technique with plus and minus symbols to group keywords together. There are a lot of options for improving your searching techniques and you can learn more about these:
- Search Engine Watch's Web Searching Tips
- Internet Tips: Searching the Internet
- Tutorial – Guide to Effective Searching of the Internet
你還可以使用Boolean參數(shù)和加減符號技巧來把關鍵詞組合到一起,有很多搜索技巧,可以到以下地址查看更多信息:
WordPress Sources for Help
Of course, your best chance of finding WordPress information is to go to the source. The following are the main places to go to get WordPress help and support:
- WordPress Codex - WordPress Online Manual
- WordPress Support Forums
- IRC Freenode WordPress Support on channel #wordpress
- WordPress IRC現(xiàn)場幫助
WordPress 的幫助資源
當然了,查找WordPress信息最好的去處就是WordPress資源。下面是一些主要獲得WordPress幫助和支持的站點:
- WordPress Codex - WordPress 在線指南
- WordPress 支持論壇
- IRC Freenode WordPress Support on channel #wordpress
- WordPress IRC 活動幫助
Other Helpful Resources
- Have you tried your favourite search engine yet?
- Search the support forums. There are some WP-geniuses over there that will try to help you out. Please read Wordpress:Using the Support Forums and Wordpress:Finding WordPress Help to find out how to search the forums and post a clear, answerable question.
- If you prefer visual learning, try these free WordPress video tutorials (requires email registration) provided by EasyWebTutorials.com
- PHPbuilder has how-to articles, a library of PHP code snippets, and a discussion forum.
- Refer to the external FAQ site : The fledgling FAQ has quite a few answers for the troubled.
- Check out : Podz is our lead support moderator, and Codex contributor. He might be working on the help you are seeking right now.
- Using the Live WordPress Support on the IRC. See: Wordpress:WordPress IRC Live Help and Wordpress:IRC.
- Search the Mailing Lists and their archives. If you need professional support, you may try mailing the Wp-Pro mailing lists, and invite bids for your project.
- If all else fails, go to the WordPress Trac (bug tracker) and see if your problem has already been addressed by searching the bug database. If you think your problem merits a new bug report, file one.
其他有用資源
- 你已經(jīng)對你的搜索引擎感到厭倦了嗎?
- 搜索 支持論壇. 有一些WP-天才,他們回幫助你。查閱 使用支持論壇 和 尋求WordPress幫助 來找到如何搜索論壇,如何提出一個清晰并可以得到回答的問題.
- 如果你更喜歡可見的東西來進行學習,可以使用下邊的由 EasyWebTutorials.com 提供的免費WordPress 視頻教程 (要求email注冊)
- PHP builder 有 有關如何去做的文章, PHP 代碼片段庫, 還有論壇.
- 至于 外部 FAQ 站點 : 初級的 FAQ 對于這些困難來說沒有什么好的回答。
- 檢查 : Podz是我們的領導支持主席,Codex的貢獻者,他有可能現(xiàn)在正在解決你的問題呢
- 使用IRC現(xiàn)場 WordPress 支持參見: IRC現(xiàn)場 WordPress 支持 and IRC.
- 搜索郵件列表 和它們的文檔。如果你需要專業(yè)的支持,你可以試著發(fā)郵件到Wp-Pro郵件列表,邀請對你的項目的投標。
- 如果上述方法都失敗了,就去WordPress Trac (錯誤追蹤者) ,看看通過搜索錯誤信息數(shù)據(jù)庫,是否你的問題已經(jīng)被儲存。如果你覺得你的問題值得做一個新的錯誤報告,就做一個。
This article is [[WordPress::Category:Copyedits|marked]] as in need of editing. You can help Codex by editing it.