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

WordPress: Getting More Help:修訂間差異

來自站長百科
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索
無編輯摘要
無編輯摘要
第81行: 第81行:
你知道可以使用搜索引擎搜索一個特定的網(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)站搜索====
==== Google 網(wǎng)站搜索====
第108行: 第95行:


Google就只搜索www.wordpress.org網(wǎng)站,包括支持論壇,但不包括WordPress Codex 或者Wiki。
Google就只搜索www.wordpress.org網(wǎng)站,包括支持論壇,但不包括WordPress Codex 或者Wiki。
==== Yahoo Site Search ====
To search a domain or website specifically in Yahoo, their [http://search.yahoo.com/search/options?fr=fp-top&p= Yahoo's Advanced Search Page] allows? searching by domain name directly.


==== Yahoo 網(wǎng)站搜索 ====
==== Yahoo 網(wǎng)站搜索 ====


想要在Yahoo中搜索域或者網(wǎng)站,它們的[http://search.yahoo.com/search/options?fr=fp-top&p= Yahoo高級搜索頁]允許你直接用域名搜索。
想要在Yahoo中搜索域或者網(wǎng)站,它們的[http://search.yahoo.com/search/options?fr=fp-top&p= 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 [http://searchenginewatch.com/facts/article.php/2155981#Power%20Searching%20Commands Search Engine Watch's Search Command list] for details on searching by domain or url.


==== 其他搜索引擎 ====
==== 其他搜索引擎 ====

2008年4月11日 (五) 12:04的版本

除了有幫助的WordPress 論壇和這個Codex,還有很多的網(wǎng)站致力于幫助WordPress使用者更好的使用WordPress。WordPress幫助遍布各地。但是在你需要的時候如何找到它們呢? WordPress FAQ提供了常見問提的回答。我們把如何使用使用WordPress 支持論壇作為一個章節(jié)包含進(jìn)來,希望對于用戶的幫助請求有所助益。

論壇發(fā)帖前,你可能需要從搜索開始。因為論壇是通過志愿者長時間的努力工作運(yùn)行的,雖然他們可以做一些更加有建設(shè)性的事情。 為了提高你的搜索能力,你可以把Codex 搜索插件加入到你的WordPress管理面板中并從這里開始搜索Codex。點擊搜索結(jié)果的其中一個,頁面就會在一個新窗口中打開,所以你可以在該條目打開的時候同時使用WordPress。

在網(wǎng)絡(luò)上搜索 WordPress 幫助

有很多種方法搜索你所要的信息。最大的問題是找到描述你的問題的"詞"。下一個最大問題是把你的搜索限制在WordPress資源內(nèi)還是整個網(wǎng)絡(luò)。來看看如何操作:

使用關(guān)鍵詞搜索

有時使用關(guān)鍵詞很容易搜索,因為你的問題告訴了你問題出在何處。從錯誤提示中復(fù)制最重要的詞,粘貼到文本編輯器中。如下例:

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

隱藏在這個信息里面的關(guān)鍵詞能夠幫助你得到答案。

打開參考文件,如functions.php,可能會有用,但是別的文件通常在進(jìn)入functions.php或者wp-settings.php時,通常在處理中,有關(guān)生成文件的行編號在模板文件中不是必須的??赡軐?dǎo)致關(guān)閉,也可能不會。

從這個錯誤中提示,你會有一些信息幫助你搜索。你知道了導(dǎo)致錯誤的文件名:

  • functions.php
  • wp-settings.php

這些就是你需要找的關(guān)鍵字的一部分。

錯誤內(nèi)容是:failed to open streamfailed opening required,它們都出現(xiàn)在wp-settings.php文件中??赡軉栴}不在functions.php而在wp-settings.php文件中?你看到了"失敗"和"打開"兩個錯誤,這是個線索。

在你最喜歡的搜索引擎里建立一個搜索,包含以下文字:

wordpress failed open wp-settings.php

這會使你把錯誤發(fā)生的可能的原因范圍開始縮小。

但是不是所有的關(guān)鍵詞都這么容易找到。如果問題是CSS或者HTML造成的,你可以把出問題的具體標(biāo)簽或者選擇器包含進(jìn)去,但是這可能根本就不是問題所在,所以你必須在問題的描述中找到關(guān)鍵詞。


如果在Microsoft Internet Explorer和別的瀏覽器中輸出了不同的頁面,就搜索有關(guān)Internet Explorer 輸出錯誤信息。如果問題是不同的瀏覽器中出現(xiàn)了一致性問題,這整個輸出的哪一部分受到了影響?邊欄, 頁眉, 帖子的 內(nèi)容, 或是 注釋?如果問題是頁眉的圖片不顯示或者顯示的不正確,就從搜索wordpress頁眉圖片開始,然后假如詳細(xì)的詞如wordpress 頁眉圖片缺失來縮小范圍。


自由表述搜索條件

當(dāng)實在找不到關(guān)鍵詞時,你可以嘗試下自由表述你的關(guān)鍵詞。首先寫下問題。按你所想的去描述:

我對我的版面的邊欄嵌套列表有個問題,它們不在標(biāo)題下整齊的排列成線??偸强孔箜撨吙瞻滋幣帕?,而我希望他們能夠得到縮進(jìn).

這里你的描述中出現(xiàn)了幾個可搜索的關(guān)鍵詞:

  • sidebar
  • layout
  • nested list
  • left margin
  • indented

把它們按照不同的方式排列,你就有了幾個關(guān)鍵詞可以搜索了。

第二種方法是和某人討論。和你討論的人不一定非要是WordPress專家,只要和他們討論,會迫使你使用簡單的語言和參照,也許那就是你的關(guān)鍵詞。你的朋友可能對你的描述做出這樣的反應(yīng):

"哦, 你是想把X變成 B,但是卻得到了P,是這樣吧?"

這樣你就得到了你的關(guān)鍵詞。

搜索竅門和技巧

一旦你有了關(guān)鍵詞,就是開始搜索的時候了。記住,并不是固定要使用你的這個關(guān)鍵詞,那只是開始。當(dāng)你進(jìn)入更深一層的信息的時候,你可能使用范圍更小的詞語來代替它們了。舉例來說,如果你正在找"wordpress邊欄布局嵌套連接",你可能發(fā)現(xiàn)問題在于你使用的主題,把主題名字加入關(guān)鍵詞,就可能縮小搜索范圍。

讓我們來看看一些可能增加找到解決方法的機(jī)會的小竅門

搜索引擎網(wǎng)站搜索

你知道可以使用搜索引擎搜索一個特定的網(wǎng)站嗎?


Google 網(wǎng)站搜索

為了搜索一個特定的網(wǎng)站,如wordpress.org,在Google搜索窗口中,輸入你的關(guān)鍵詞,以這個網(wǎng)站:為結(jié)尾,如:

關(guān)鍵詞1關(guān)鍵詞2關(guān)鍵詞3 site:wordpress.org

Google會搜索所有的wordpress.org站點如www.wordpress.org, wiki.wordpress.org, 和 codex.wordpress.org

為了縮小某個網(wǎng)站的搜索范圍,如www.wordpress.org',使用site:站點

關(guān)鍵詞1關(guān)鍵詞2關(guān)鍵詞3 site:wordpress.org

Google就只搜索www.wordpress.org網(wǎng)站,包括支持論壇,但不包括WordPress Codex 或者Wiki。

Yahoo 網(wǎng)站搜索

想要在Yahoo中搜索域或者網(wǎng)站,它們的Yahoo高級搜索頁允許你直接用域名搜索。

其他搜索引擎

其他搜索引擎提供了多種方法來縮小網(wǎng)站搜索范圍。查看高級搜索頁面,如果他們提供,或者在[1]可以找到關(guān)于通過域或者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

使用引號建立一組關(guān)鍵詞

你可以把不同的關(guān)鍵詞組成一組以縮小搜索范圍,例如:

sidebar layout nested list left margin indented

你可以把這些詞用引號組成關(guān)鍵詞組:

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ù)和加減符號技巧來把關(guān)鍵詞組合到一起,有很多搜索技巧,可以到以下地址查看更多信息:

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 的幫助資源

當(dāng)然了,查找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.