$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>privacy - Wordpress post visible only those with a link|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

privacy - Wordpress post visible only those with a link

matteradmin10PV0评论

I posted this question here because it is regarding security. I wanted to know is there any way to WordPress post be only visible when someone has a link. And not to be shown in search or recent posts. I am asking this because i own english-only website and I wish to post something in my language and share link within my country so that other english visitors do not be confused with article on Serbian language.

Regards

I posted this question here because it is regarding security. I wanted to know is there any way to WordPress post be only visible when someone has a link. And not to be shown in search or recent posts. I am asking this because i own english-only website and I wish to post something in my language and share link within my country so that other english visitors do not be confused with article on Serbian language.

Regards

Share Improve this question asked Nov 3, 2016 at 10:50 LukaLuka 2133 silver badges9 bronze badges 3
  • I flagged this for moderation attention asking to have this post migrated to that site. – Anders Commented Nov 3, 2016 at 10:55
  • Thank you, i was just about to ask that, because i tried removing post here and posting it there. but i have some 40min limit. Thanks! – Luka Commented Nov 3, 2016 at 10:56
  • BY default there is no such way to keep posts private the way you are trying. Can we create a taxonomy and assign those posts to that taxonomy ,than exclude that taxonomy from search and other listing. – inrsaurabh Commented Jan 15, 2019 at 4:14
Add a comment  | 

2 Answers 2

Reset to default 1

Real solution to my question is to install UCE (Ultimate Category Excluder) which allows me to exclude post for showing in front page, feeds, archives, and search results. I can choose where I want it to show, if I do.

https://wordpress/plugins/ultimate-category-excluder/

You should select "Password-protected" below the post PUBLISH button. (Or PRIVATE, if sharing only with logged-in users).

Post a comment

comment list (0)

  1. No comments so far