You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Control the visibility of post type items like pages, posts and custom post type. Hidden in a specific part. But another part still visible.
4
+
5
+
## Requirements
6
+
7
+
* WordPress 5.7 or newer
8
+
* WooCommerce 6.9 or newer
9
+
* PHP 7.4 or newer
10
+
11
+
## Installation
12
+
13
+
1.[Download and extract a .zip archive of the plugin](https://downloads.wordpress.org/plugin/wp-post-hide.zip) (or clone this repository) into your site's plugins directory (`wp-content/plugins/` by default).
14
+
2. Activate the plugin through the Plugins screen in WP Admin.
15
+
16
+
### Control the visibility of a post in various views:
17
+
<dl>
18
+
<dd>The Front Page (Homepage, depending on your theme, this may not be relevant)</dd>
19
+
<dd>The Category Page (listing the posts belonging to a category)</dd>
20
+
<dd>The Search Results.</dd>
21
+
</dl>
22
+
23
+
### Control the visibility of a page in various views:
24
+
<dl>
25
+
<dd>Hide a page on the front page (homepage) only.</dd>
26
+
<dd>Hide a page everywhere in the blog (hiding the page in the search results is optional)</dd>
27
+
</dl>
28
+
29
+
### Free Features:
30
+
<dl>
31
+
<dd>Post hide from the front page</dd>
32
+
<dd>Post hide from category page</dd>
33
+
<dd>Post hide from a search result</dd>
34
+
<dd>The page is hidden from the front page</dd>
35
+
<dd>The page is hidden everywhere</dd>
36
+
</dl>
37
+
38
+
### Premium Features:
39
+
<dl>
40
+
<dd>Post hidden form tag page</dd>
41
+
<dd>Post hidden form Author page</dd>
42
+
<dd>Post hidden form Archive page</dd>
43
+
<dd>Post hidden form recent posts</dd>
44
+
</dl>
45
+
46
+
### Premium link
47
+
<dl>
48
+
<dd><a href="https://codecanyon.net/item/wordpress-hide-post/24141817">WP Post hide</a></dd>
49
+
</dl>
50
+
51
+
### Frequently Asked Questions
52
+
<dl>
53
+
<dd>How to install this plugin?</dd>
54
+
<dd>Upload the wp-post-hide folder to the /wp-content/plugins/ directory Activate the plugin through the Plugins menu in WordPress That's it! Now whenever you edit a post/page or create a new one, you will see a small panel on the bottom right of the screen that shows the applicable options.</dd>
55
+
<dd>What does this plugin do?</dd>
56
+
<dd>It enables you to create posts/pages that can be hidden (temporarily or permanently) from the homepage, category and search. The post/page will remain accessible normally through other means, such as permalinks, archives, etc… and thus will remain visible to search engines.</dd>
0 commit comments