forevangel23
@forevangel23 on WordPress.org
- Member Since: October 16th, 2014
-
Created a topic, Neat plugin, messes with theme, on the site WordPress.org Forums:
I love all the features included in this plugin. Howev… -
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Seriously, no worries at all! I'm just super thrilled that with your help it's working… -
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Ahhhh! That 'numberposts' => -1, did EXACTLY the trick and fixed my problem. THANK YOU.… -
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Thanks! I've implemented that part. But then it only displays one link, and it's to… -
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Ahhhh! That'd make sense. So when I swap out the 'category' => $current_cat_id, which parts… -
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
Ahhh! We are on the same train of thought. That's exactly where my question comes… -
Posted a reply to Previous/next post links displaying wrong category than is desired, on the site WordPress.org Forums:
@bcworkz, thanks for the reply. What do you mean you need something more to go… -
Created a topic, Previous/Next Post link in category–bizzare outcome, on the site WordPress.org Forums:
I'm having some issues. I have a blog that I'm working… -
Posted a reply to WP_Query multiple categories, on the site WordPress.org Forums:
I've figured out the solution: $catquery = new WP_Query(array('category_name' => 'slug1,slug2', 'post_status' => 'publish', 'posts_per_page'… -
Created a topic, WP_Query multiple categories, on the site WordPress.org Forums:
I've got this wp_query working, (which is a relief as … -
Posted a reply to Comment Navigation–leading to another page’s comments?, on the site WordPress.org Forums:
@t-p, which might be fine if I could manage to get help over there. I… -
Created a topic, Comment Navigation–leading to another page’s comments?, on the site WordPress.org Forums:
Okay, I have NEVER run across this. I am developing a … -
Created a topic, Expand Text Showing Both Read More and Read Less, on the site WordPress.org Forums:
Basically what the title describes. When I insert the … -
Created a topic, Loop with Custom Post Type and Taxonomy, on the site WordPress.org Forums:
Okay. I've researched and tried every stupid little th…