astereo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Split Long Posts?Thanks guys, got it to work ??
Forum: Fixing WordPress
In reply to: Split Long Posts?The more quicktag doesn’t not break posts into multiple pages, it only helps decrease the amount shown on a homepage by making you click more to read the rest.
Forum: Fixing WordPress
In reply to: Advanced Layout : Is this possible?David, I not much of a coder, so could you explain how I’d put it all together?
Thanks, sorry to keep bugging you guys!
Forum: Fixing WordPress
In reply to: Advanced Layout : Is this possible?Great, I’ll try working with it in the morning and let you know how it goes.
Forum: Fixing WordPress
In reply to: Advanced Layout : Is this possible?Still hoping for some help ??
Forum: Fixing WordPress
In reply to: Advanced Layout : Is this possible?Thanks for the links guys. I still can’t figure this out. Figures, cuz its just about the last thing I have to do besides some more css tweaks.
If any coder knows a solution, please let me know.
Regards! ??Forum: Fixing WordPress
In reply to: Advanced Layout : Is this possible?@talgalil – Yeah, I’m going to do an article on customizing WP in the near future.
As of right now, I’ve almost got it.
I want the four boxes to pull posts the 2 most recent posts from Articles & Interviews like this:Article | Interview | Article | Interview
Using the Multiple Loops, I used “Multiple Loops in Action” to put together the columns. It calls the 1st two columns fine, but on the last two, when it calls the 2nd most recent post for Article and Interviews, it’s pulling from the Homepage news category.
How code i change
<?php if (have_posts()) : while (have_posts()) : the_post();
if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
<!-- Do stuff... -->
<?php endwhile; endif; ?>to pull one from Articles, and one from Interviews without repeating the first post?
Thanks! ??
Forum: Fixing WordPress
In reply to: Advanced Layout : Is this possible?Thanks moshu. I’ll look into it.
Dgold, what browser are you using so I can try to sort it out.
Forum: Fixing WordPress
In reply to: Advanced Layout : Is this possible?@moshu: Yeah exactly. The new will only come from my “Homepage News” category, while Articles and Interviews will come from their corresponding catergories, and any other posts from other catergories would be excluded. If you can provide me with how to do this, that’d be great.
@spencerp: Thanks for the comments ??