forevangel23
Forum Replies Created
-
Seriously, no worries at all! I’m just super thrilled that with your help it’s working the way I want it to!
Thanks again!
Ahhhh! That
'numberposts' => -1,
did EXACTLY the trick and fixed my problem. THANK YOU. I’ve been struggling with this problem for a week now!PS–Sorry for the belated reply. I was away from my computer this weekend.
Thanks! I’ve implemented that part. But then it only displays one link, and it’s to the very last post (instead of the previous or even next). Am I missing something else in the code?
- This reply was modified 8 years, 1 month ago by forevangel23.
Ahhhh! That’d make sense. So when I swap out the
'category' => $current_cat_id,
which parts do I gut? (Forgive me, I am new-ish to this.)- This reply was modified 8 years, 1 month ago by forevangel23.
I get there’s more to it and it gets complicated. But for now, how would I just do the stories? That’s literally all I’m trying to accomplish. That’s it. I can figure the rest out later.
- This reply was modified 8 years, 1 month ago by forevangel23.
Ahhh! We are on the same train of thought. That’s exactly where my question comes in. I’m not entirely sure where/how to tell the code to know “Stories” and none of the others.
@bcworkz, thanks for the reply.
What do you mean you need something more to go on? What is my code lacking? Or is it in my description of my problem?
I’m not sure I understand you response. Thanks.
Forum: Developing with WordPress
In reply to: WP_Query multiple categoriesI’ve figured out the solution:
$catquery = new WP_Query(array('category_name' => 'slug1,slug2', 'post_status' => 'publish', 'posts_per_page' => 6));
Forum: Developing with WordPress
In reply to: Comment Navigation–leading to another page’s comments?@t-p, which might be fine if I could manage to get help over there. I posted here as a last desperate chance for any suggestions for this unusual problem.
- This reply was modified 8 years, 1 month ago by forevangel23.
Forum: Themes and Templates
In reply to: Free Theme Creation?Hey, this is a great place to start investigating. I’m a little embarrassed I didn’t think to look there! XD
Thank you!
Forum: Fixing WordPress
In reply to: Display 1 recent post from 1 categoryI am familiar with the loop. =]
And ah-hah! This looks like a great starting point. Thanks a ton for your help. =]
Forum: Fixing WordPress
In reply to: Display 1 recent post from 1 categoryI’m having fun with it so far!
Where might I look in the codex for the particular code that I’m looking for?
Forum: Fixing WordPress
In reply to: Display 1 recent post from 1 categoryI guess now would be a good time to throw out there that I’m tinkering with creating my own theme.
I know enough PHP to get by. =]