fierceinpink
Forum Replies Created
-
Forum: Plugins
In reply to: Login/Register to view postThanks for all your help, I decided to keep it the way that it is. Thanks again!
Forum: Plugins
In reply to: Sidebar Login Plugin… Change h1 styleNevermind. I solved the problem myself.
Forum: Plugins
In reply to: Login/Register to view postIt’s still not working. When I log in I can see the post since I only allow members to see it, but when I log out it disappears. I would still like the post to be there like the title,but for the content to say you have to be logged in or registered to view this post. And it’s not saying that. it just disappears all together.
Forum: Plugins
In reply to: Login/Register to view postThat’s not working either = /
Forum: Plugins
In reply to: Login/Register to view postI just need to know what code to put in the index.php of my theme to allow non registered users to view the title but be required to log in to view the content of the post. I just tried this off the plug-in site and it’s didn’t work
<?php if (have_posts()): while (have_posts()): the_post() ?> <?php if (function_exists(member_access_is_private) && member_access_is_private(get_the_ID())): ?> <div class="members-only"> <?endif;?> <h1 class="post_title"></h1> <?php the_content(); ?> <?php if (function_exists(member_access_is_private) && member_access_is_private(get_the_ID())): ?> </div> <?endif;?> <?php endwhile; endif; ?>Forum: Plugins
In reply to: Login/Register to view postanybody?
Forum: Plugins
In reply to: Login/Register to view postThank you both! I think member access is what I’m looking for. One question, for member access, how do I make the settings for a post to show the title but say “You must be logged in to view the content?”
If I’m logged out the post just doesn’t show at all. I want the title to show just not the content. I want people that visit my blog to want to register or log in to read the post and comment. So how do I do that with the settings?
Forum: Plugins
In reply to: Login/Register to view postOkay where do I put that at?
Forum: Plugins
In reply to: Login/Register to view postThanks, but I know of the password protect posts. What I am looking for is something that will tell users to log in or register to view the content of the post. I’ve seen this on other blogs in the past.
Forum: Plugins
In reply to: Login/Register to view postI want it kind of like the password protect looks with everything there but it just telling you tht you have to log in or register to view.
Forum: Fixing WordPress
In reply to: Open blogroll links in a new windowThanks I didn’t even see that
Forum: Fixing WordPress
In reply to: Redirecting my wp blog to my domainThank you!