在WORD里面每段落其實都可以按首字的拼音來排列。步驟/方法(1)選中項目符號列表或編號列表中的文本。(2)在“開始”選項卡上的“段落”組中,單擊“排序”按鈕。(第一排右起第二個)3(3)在“排序文字”對話框中的“主要關(guān)鍵字”下,單擊“段落數(shù)”和“拼音”,再單擊“升序”或“降序”。希望回答對你有幫助,如果有疑問,請繼續(xù)“追問”答題不易,互相理解,您的采納是我前進的動力,感謝您。

創(chuàng)新互聯(lián)專注于網(wǎng)站建設(shè),為客戶提供成都網(wǎng)站建設(shè)、成都網(wǎng)站制作、網(wǎng)頁設(shè)計開發(fā)服務(wù),多年建網(wǎng)站服務(wù)經(jīng)驗,各類網(wǎng)站都可以開發(fā),品牌網(wǎng)站設(shè)計,公司官網(wǎng),公司展示網(wǎng)站,網(wǎng)站設(shè)計,建網(wǎng)站費用,建網(wǎng)站多少錢,價格優(yōu)惠,收費合理。
進級到3.1.4 或者 3.2-RC3版本。
injection]order=[SQL injection]
你的采納是我前進的動力,還有不懂的地方,請繼續(xù)“追問”。
如你還有別的問題,可另外向我求助;答題不易,互相理解,互相幫助。
WordPress部分內(nèi)容,讓用戶評論可見,如果你設(shè)置, 登陸用戶才可以評論,還可以達到用戶登陸后評論可見的效果。那么WordPress網(wǎng)站如何實現(xiàn)評論后可見隱藏部分內(nèi)容?
將下面的代碼添加到主題的 functions.php 文件:
//部分內(nèi)容評論可見
function reply_to_read($atts, $content=null) {
?extract(shortcode_atts(array("notice" = 'p class="reply-to-read"溫馨提示: 此處內(nèi)容需要a href="" title="評論本文"評論本文/a后才能查看./p'), $atts));
?$email = null;
?$user_ID = (int) wp_get_current_user()-ID;
?if ($user_ID 0) {
? ? ?$email = get_userdata($user_ID)-user_email;
? ? ?//對站長直接顯示內(nèi)容 ?
? ? ?$admin_email = "admin@ymjihe.com"; //站長Email ?
? ? ?if ($email == $admin_email) {
? ? ? ? ?return $content;
? ? ?}
?} else if (isset($_COOKIE['comment_author_email_' . COOKIEHASH])) {
? ? ?$email = str_replace('%40', '@', $_COOKIE['comment_author_email_' . COOKIEHASH]);
?} else {
? ? ?return $notice;
?}
?if (empty($email)) {
? ? ?return $notice;
?}
?global $wpdb;
?$post_id = get_the_ID();
?$query = "SELECT `comment_ID` FROM {$wpdb-comments} WHERE `comment_post_ID`={$post_id} and `comment_approved`='1' and `comment_author_email`='{$email}' LIMIT 1";
?if ($wpdb-get_results($query)) {
? ? ?return do_shortcode($content);
?} else {
? ? ?return $notice;
?}
}
add_shortcode('reply', 'reply_to_read');
當(dāng)前題目:wordpress答題 wordpress答題注冊
URL網(wǎng)址:http://chinadenli.net/article32/dojdspc.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供用戶體驗、動態(tài)網(wǎng)站、電子商務(wù)、、外貿(mào)建站、虛擬主機
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)