- WordPress Plugin Development Beginner's Guide
- Vladimir Prelovac
- 127字
- 2021-05-21 20:12:20
Starting up with the blogroll
The WordPress Blogroll is a collection of links to other sites. You can manage these links in the WordPress administration menu where you can add, modify, and delete them. The changes are represented instantaneously on your Blogroll and are visible to the visitors of your site.
WordPress allow us to hook up into the process of preparing the blogroll links just before they are displayed on the site. We will use this as a first step in our plugin, to demonstrate how to fetch the RSS feed from the link and display the title of the first post as a link.
This will make the blogroll look livelier as it will constantly change with the posting of new articles on those sites.

推薦閱讀
- Learning SQL Server 2008 Reporting Services
- Vue.js前端開發技術
- Sencha Touch Cookbook, Second Edition
- Moldflow 2010完全自學與速查手冊(模流分析·成本控制)
- Procreate繪畫創作從入門到精通
- Flash CC動畫制作案例教程
- 老郵差數碼照片處理技法 圖層篇
- Plone 3 Multimedia
- Photoshop圖形圖像處理實用教程
- Ogre 3D 1.7 Beginner's Guide
- 24小時學會PowerPoint 2010
- Origin 2022科學繪圖與數據分析
- NX Open API編程技術
- Photoshop CS6圖像處理立體化教程
- OpenGL 4.0 Shading Language Cookbook