aclight
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom post types not showing on category archive pagesSo, it seems that by default, the category page only displays posts with that category. In order to enable it for all post types, you have to set a wp_query before the loop.
Here is what I used on my category.php template: https://pastebin.com/6bNqc2Cg
I figured out the answer after googling a bit more, but thought it would be nice if someone else found this when searching through this thread. ??
Forum: Fixing WordPress
In reply to: wp_insert_post only inserting first 2000 postsHi Esmi,
Thanks for the feedback. I upped the limit on max_execution_time and nothing happened. Found out that the limit is because of the API that we’re trying to integrate with. ??
Thanks for your help!
Forum: Plugins
In reply to: [Comment Rating Field Plugin] Not compatible with 3.5? Stars not showing upNevermind. I had an issue because jQuery was loading that was only being used on the front page.
I used conditional tags so that the script for the homepage slider only runs on the homepage, and not on pages where it’s not needed. My bad.
Forum: Plugins
In reply to: [Comment Rating Field Plugin] Not compatible with 3.5? Stars not showing upI also wanted to note, the id is set to “commentform”, but nothing from the plugin is showing up in my posts, even though the comments are open. :/
Just kidding. I had to put the script underneath the other scripts that were loading for the page, apparently. Although the arrow does not show up next to the entry for some reason. I can’t really link to the page because it is private (the current site is live and we don’t want people accidentally finding this page while we’re working on it).