edith
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: customized hint for protected entriesHi, I resolved this issue and Im posting the resolve, in case anyone else has come across this problem:
The issue was that I did not have a “single.php” file in my layout, once I added that the problem was resolved.
Forum: Plugins
In reply to: password protected post – questionHi, I resolved this issue and Im posting the resolve, in case anyone else has come across this problem:
The issue was that I did not have a “single.php” file in my layout, once I added that the problem was resolved.
Forum: Developing with WordPress
In reply to: customized hint for protected entriesNow does anyone know why when you enter the password to view my password protected entries, it takes you back to the main page rather than to the entry itself? HELP!! lol
Forum: Developing with WordPress
In reply to: customized hint for protected entriesI looked and looked for a way to show an excerpt preview of password protected posts and finally found this tutorial on the web, and it worked, just edit the parts of the file they say to edit, and then on your password protected posts put the tag:
<!–more–> right after the part you want to be the excerpt, and above the part you want to be password protected (or under your password hint, and before your entries body text)
http://www.dagondesign.com/articles/show-the-intro-to-password-protected-posts-in-wordpress/