Forum Replies Created
-
AuthorPosts
-
August 20, 2018 at 5:23 pm in reply to: Archive Page Wont Show Date of Posts With Same Date… HELP! #999507
Hello Victoria,
Within the child theme, the archive.php and includes/loop-index.php were not updated as those have been modified to meet some requirements specified for this project / website.
However, I did test removing these files from the child theme so the archive.php and loop-index.php would fall back onto the latest upgraded version of enfold. And, when I did this I still experienced the same issue of the date listings for the first article and not the remaining articles with the same published date.
This then leads me to believe the issue does not reside within the archive.php or loop-index.php
Thoughts???
August 16, 2018 at 11:59 pm in reply to: Archive Page Wont Show Date of Posts With Same Date… HELP! #998214Hey Rikard,
I went and updated enfold to version 4.4.1, but yet I’m still seeing the same issue of the first post showing the date while the following posts that share the same publish date are not showing the date.
Thoughts?
August 15, 2018 at 7:47 pm in reply to: Archive Page Wont Show Date of Posts With Same Date… HELP! #997656This reply has been marked as private.August 13, 2018 at 6:40 pm in reply to: Archive Page Wont Show Date of Posts With Same Date… HELP! #996812This reply has been marked as private.April 10, 2018 at 5:54 pm in reply to: Blog Category Pages Show Full Posts But Exclude One Category #939954Hello Ismael,
Thanks for following up!
Unfortunately this solution doesn’t seem to be working…
First when I added your code provided it broke the site, but then I went into the theme-functions.php file and changed it to…
if(!is_single() || is_tax( 'category', 'slug' ))
It brought the site back up but still didn’t work, so I then changed it to…
if(!is_single() || is_tax( 'category', 'slug' ));
And still didn’t work.
Thoughts?
I can provide website credentials if needed.
Thanks!
April 10, 2018 at 12:34 am in reply to: Blog Category Pages Show Full Posts But Exclude One Category #939470Please help! I’m certain this is a quick fix, however I’m not a PHP programmer, and I do have a client waiting…
-
AuthorPosts