Hi,
The problem is in my website, in the menu, “The page content should be viewed only if a particular user is logged in. If that particular user is not logged in, and that user clicked that menu item, it should re direct to login page. Please help me on this issue.
<div class="indent-1"><div id="dropmenu">
<?php
wp_page_menu('show_home=0&sort_column=menu_order, post_title&link_before=&link_after=');
?>
</div></div>
[Please post code snippets between backticks or use the code button.]