- WordPress Complete(Sixth Edition)
- Karol Król
- 237字
- 2021-07-02 18:30:18
Protecting content
WordPress gives you the option to hide posts. You can hide a post from everyone but yourself by marking it Private (although the user roles of admin and editor will still see it), or you can hide it from everyone, but the people with whom you share a password by marking it as Password protected. To implement this, look at the Publish box at the upper right of the Edit Post panel. If you click on the Edit link next to Visibility: Public, a few options will appear:

If you click on the Password protected radio button, you'll get a box where you can type a password (limited to 20 characters). Visitors to your blog will see the post title, along with a note that they have to type in a password to read the post.
If you click on the Private radio button, the post will not show up on the blog at all to any viewers, unless you are the viewer, and you are logged in. The post will also appear if the person browsing the site is a logged-in editor (having the user role of Editor).
If you leave the post Public and check the Stick this post to the front page checkbox, this post will be the first post on the front page, regardless of its publication date.
Be sure to click on the OK button, if you make any changes.
- MySQL數據庫管理實戰
- Pandas Cookbook
- Hands-On Image Processing with Python
- Vue.js前端開發基礎與項目實戰
- Developing Mobile Web ArcGIS Applications
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- NetBeans IDE 8 Cookbook
- Python從入門到精通
- Hands-On Nuxt.js Web Development
- Python機器學習算法與應用
- Machine Learning for Developers
- Android Sensor Programming By Example
- Android高級開發實戰:UI、NDK與安全
- 用Python動手學統計學
- Node.js Web Development