久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

WordPress:Getting More Help

來自站長百科
Seadragon530討論 | 貢獻2008年4月9日 (三) 17:51的版本
跳轉(zhuǎn)至: 導航、? 搜索

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 streamfailed 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:

你還可以使用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 的幫助資源

當然了,查找WordPress信息最好的去處就是WordPress資源。下面是一些主要獲得WordPress幫助和支持的站點:


Other Helpful Resources

其他有用資源


This article is [[WordPress::Category:Copyedits|marked]] as in need of editing. You can help Codex by editing it.