Viewing 3 replies - 1 through 3 (of 3 total)
  • You can (I think) make any page login required. Then you could use “Exccerpt Editor” to create a snippet which is available on the homepage. So in theory that would do it I guess? Worth a try at least.

    Thread Starter carly-twisted-barfly

    (@carly-twisted-barfly)

    Hey thanks, my friend wrote me an if else statement which says:

    <?php
    if (!is_user_logged_in()){
    the_excerpt();

    }else{
    ?>

    and after the_content, another <?php } ?>

    I’d like a login box, or a link to register underneath the excerpt now… and I’ve got it exactly how I want it!

    Thread Starter carly-twisted-barfly

    (@carly-twisted-barfly)

    I have also managed to do this – if anybody else needs to – use ajax login plugin and simply add the login function after the excerpt.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a ‘Log In To View Rest of Post Plugin’?’ is closed to new replies.