wordpress

WordPress學習筆記:使用jQuery實做ajax無限捲軸

使用jQuery在 WordPress 中實做ajax無限捲軸: 參考文章:getting-loopy-ajax-powered-loops-with-jquery-and-wordpress–wp [https://code.tutsplus.com/articles/getting-loopy-ajax-powered-loops-with-jquery-and-wordpress--wp-23232] -------------------------------------------------------------------------------- 一、前製準備: * 在網站版型目錄下新增一個 .php 的 file (此以 loopHandler.php 為此 php 檔案做命名) * 在網站版型目錄下新增一個 js 目錄以存放所需的 js 檔案 * 於 剛新增的 js

WordPress 學習筆記 : Wordpress REST API (一) : Handbook

REST API Handbook: WordPress REST API 提供了 wordpress 網站資料數據的 API , 使用 Json 的格式與開發者產生 ‘接收’與”發送”的互動(sending and receiving),This enables developers to create, read and update WordPress content from client-side JavaScript

[WordPress ]學習筆記 :文章列表加入 even 與 odd 的class

為文章列表項目以基數偶數區分加入 odd 與 even 的 class 已達到更客製化的前端效果: -------------------------------------------------------------------------------- 1、使用函數: WP_Query 裡的 $current_post 屬性: > wordpress官方屬性說明:(available during The Loop) Index of the post currently being displayed. 直接翻譯來說就是顯示於迴圈內的文章索引,從 0 開始

[WordPress ] 學習筆記 : 文章摘要 the_excerpt()

excerpt (摘要) <?php the_excerpt();?> -------------------------------------------------------------------------------- 使用方式如同: //文章標題 <?php the_title();?> //文章內文 <?php the_content()?> > 另外如果沒有使用 wordpress 預設的 文章摘要 區塊,則會直接擷取文章內容的文字使用 -------------------------------------------------------------------------------- 修改文章摘要後綴文字 wordpress the_excerpt(