Craig0678
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Create "View More Posts" Link for Category ArchivesNew problem…Now the Category Archive I was trying to link to shows multiple instances of the first post in that Category only. Any idea where this issue may lie? I assume it is in the Loop somewhere, but not sure what I did wrong.
What code would I need to show to get help? Should I post a new topic?
Thanks Craig
Forum: Fixing WordPress
In reply to: Create "View More Posts" Link for Category ArchivesThanks @keesiemeijer! I had already tried that with no luck. I tried it again and IT WORKED! I am guessing I must have entered the incorrect Category name in when I tested the top link. PEBKAC I guess 🙁
Any suggestions how to make the title attribute DYNAMIC so if Category names are changed by User, the title attributes will update without User needing to edit code?
Thanks so much.
Forum: Fixing WordPress
In reply to: Single Post showing up blankTHe following is my full header.php file. Do you see any errors? is there an error with the
<?php if (is_singular()) wp_enque_script('comment-reply'); ?>line?[Code moderated as per the Forum Rules. Please use the pastebin]
Thanks.
Forum: Fixing WordPress
In reply to: Single Post showing up blankI deleted those lines of code. I thought they were unneeded comments. I will put them back in and try again.
I will also, try to find out what the syntax error is in my header because there is definitely more code in the header.
Thanks for the assistance. I will report back when I see if the above works.