- 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.
- Learning Scala Programming
- UML和模式應(yīng)用(原書第3版)
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- 架構(gòu)不再難(全5冊)
- Java 9 Programming Blueprints
- Full-Stack React Projects
- Keras深度學(xué)習(xí)實戰(zhàn)
- ArcGIS for Desktop Cookbook
- JSP程序設(shè)計實例教程(第2版)
- 分布式架構(gòu)原理與實踐
- INSTANT Apache ServiceMix How-to
- Offer來了:Java面試核心知識點(diǎn)精講(框架篇)
- Google Maps JavaScript API Cookbook
- Python深度學(xué)習(xí)與項目實戰(zhàn)
- 深入實踐C++模板編程