Google search console搜尋引擎設定網址登入及驗證步驟 by Dee | Last updated Apr 18, 2020 | Uncategorized, Wallsweet News | 0 comments到Google search Console 去新增一個資源 https://search.google.com/search-console/about 製作一個Sitemap.xml檔案,你可以新增一個XML-sitemap外掛,將sitemap網址上傳到search console的資源裡面...
臉書崁入部落格或網站連結 by Dee | Last updated Apr 18, 2020 | IT小技巧 | 0 commentshttps://developers.facebook.com/docs/plugins/page-plugin
wordpress 自訂網頁字型 by Dee | Last updated Apr 18, 2020 | IT小技巧 | 0 comments先在頭部加入: <style> @import url(‘https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap’); </style> 在Customer CSS 中加入以下: h1, h2, h3, h4, h5, h6, p, bloakquote, address, big, cite, code, em, font, img, small, stritd, body {font-family: Verdana,...
修改DIVI temperate Blog主題呈現為新聞模式 by Dee | Last updated Apr 18, 2020 | Uncategorized | 0 comments從修改頁面進入 進入修改CSS .post-content { display: none; 以上為將“ Show Excerpt ” 內容拿掉 .et_pb_post { border-bottom: solid 1px #aaa; margin-bottom: 5px; padding-bottom:5px } 以上為修改各欄位的上下邊距。 h2.entry-title {padding-bottom: 0px !important; float: left; } 以上為將meta改為右邊顯示...
wordpress 修改Comment英文為中文 by Dee | Last updated Apr 18, 2020 | IT小技巧 | 0 comments從外觀進去修改主題編輯器: <?php if ( post_password_required() ) : ?> <p class=”nocomments container”><?php esc_html_e( ‘This post is password protected. Enter the password to view comments.’, ‘Divi’ ); ?></p> <?php return; endif; ?> <!– You can...
近期留言