gwinnvolen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display Full Post not Title in CategoriesThanks guys. Lordzden, I didn’t see your comment until it was too late. ?? BUT, I’m almost to where I want to be: https://pontevedrafocus.com/category/ponte-vedran-of-the-week/
I’m in a two column format instead of a one column on those category pages, but I’ll take it.
Of course I edited the core files, as the child theme seemed out of my reach. And, I didn’t exactly keep a good record of changes (I’d changed something to the content page a while back already). Doh. So…guess I’ll suffer the consequences later!
Thanks again!!
Forum: Fixing WordPress
In reply to: Display Full Post not Title in CategoriesThanks so much. Unfortunately it didn’t work.
It ended up truncating the posts on the homepage into short summaries and removing the photos, and it reduced homepage posts to two.
It didn’t make any changes to the Category navigation pages. Still oversized font.
Maybe it is the category_page.php file rather than the category.php, but with a slightly different modification?
Forum: Fixing WordPress
In reply to: Display Full Post not Title in CategoriesHmmm…I tried that and it broke the front page and didn’t impact the category page. I was editing content.php. Should it have been content_page.php
Stupid question, but I’m not a coder, is there an easy way to identify line numbers outside of just counting?
Thanks for all the help!!!
Forum: Fixing WordPress
In reply to: Display Full Post not Title in CategoriesThanks so much for responding. So, I’m getting there, but it’s not looking quite right. I edited the archives file to look like this:
if ( is_category() ) :
single_cat_title(); the_content();If you look at the site, you can see the full post there, but it is enormous and looks really bad — https://pontevedrafocus.com/category/ponte-vedran-of-the-week/
Any other thoughts?
Thanks much!!!