CyberMartyr
Member
Posted 7 years ago #
If you look here http://www.snowandmiracles.com/?cat=5&submit=GO This is the category view for these posts.
Why is there no place to enter a password?
I've tried using the default theme, uninstalling all of the plugins, trying it on another blog, trying it on 2.0.
Anyone else have this problem?
It's likely you are not seeing the password fields because the Template (maybe archive.php) is using the Template Tag the_excerpt and your other Templates (e.g. index.php) are likely using the_content().
CyberMartyr
Member
Posted 7 years ago #
No I set everything back to a default install of 1.5 and a new install of 2.0, still happens.
Using php5 mysql 5.0 apache 2.1
CyberMartyr
Member
Posted 7 years ago #
I apologize, changing the_excerpt to the_content fixed my problem, I didn't read though your response properly.