trouble
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot read entries while in their ‘categories’.I figured it out:
To resolve this issue, you have to edit one of the archive.php’s.
Find the file by going to:
/content/themes/default/archive.php.
Open it up with a text editor and go down to where it says “the_excerpt”. Change to “the_content”.
Save the file.
Category content will then show.
Thanks to everyone who helped! I appreciate it.
Forum: Fixing WordPress
In reply to: Cannot read entries while in their ‘categories’.I can’t find that one, either.
If it helps, I am using The Word Press Default Theme, and these are the editable templates:
* Stylesheet
* Popup Comments Template
* Archive Template
* Page Template
* Post Template
* searchform.php
* 404 Template
* Sidebar Template
* Archives
* Main Template
* Comments Template
* Search Template
* Footer Template
* Links
* Header TemplateForum: Fixing WordPress
In reply to: Cannot read entries while in their ‘categories’.I don’t believe I have a categories template.
The closest I found to that was under public_html/wp/wp-admin, and that file’s name was categories.php.
But, in the standard templates editor of the Admin panel, there’s not one.