ProToCooL
Forum Replies Created
-
Forum: Themes and Templates
In reply to: The Multiple Loop how to for 3 rows each row 3 posts?For the featured slider, i did try to set the number to 2 or 3, it didn’t work it only captured the newest post.
As for the content-right the plan was to show any 2 posts from the News category.Forum: Themes and Templates
In reply to: The Multiple Loop how to for 3 rows each row 3 posts?Ok then, this is my index-wordpress.php so far, and this is my index-xhtml.html.
I did add the posts, on the content left, they are working fine and adding up through the css just fine, but the featured left slider only gets the first posts(the latest) to slide even though i tryed to get the query to get from the featured category the first 2 or 3 posts, it doesn’t do that it just gets 1 post, plus if i set the posts to 9 per page then I wouldn’t be able to show 2 posts on content-right area becouse the content-left would have already have 9 posts.Forum: Themes and Templates
In reply to: The Multiple Loop how to for 3 rows each row 3 posts?They stack in the background behind the archives widget :S
https://img825.imageshack.us/img825/360/unledvvc.jpgForum: Themes and Templates
In reply to: The Multiple Loop how to for 3 rows each row 3 posts?Thanks bro! You helped me out a lot, and solved this case ??
But what happens if there is no more space, like for the 10-th post? XDForum: Themes and Templates
In reply to: The Multiple Loop how to for 3 rows each row 3 posts?Ok so like this then.
I set all my rows and posts code in between<?php if( have_posts() ) : $counter = 0; $row_position = array('first', 'second', 'third'); while( have_posts() ) : the_post(); ?>
Code Goes Here
<?php else : echo 'no posts'; endif; ?>
I got the part where I just copy your code and paste it 2 more times start the second row and third but don’t know which values to change.
Forum: Themes and Templates
In reply to: The Multiple Loop how to for 3 rows each row 3 posts?Thing is that in my css, each post has it’s own position in the row, if i use only one position code of my css then the post boxes will get either to close to one another or get out of the div’s borders, so that’ll need a little thinking.
Thanks for the link i kinda figured what I need to to, for the loop, this ain’t just one there are 3 loops here so i’m gonna need to use multiple loops since I’m doing that definitively gonna need the query and as for the ordering of the posts i’m gonna go with days.Forum: Themes and Templates
In reply to: The Multiple Loop how to for 3 rows each row 3 posts?Here’s the code here since I can’t edit my post anymore XD
https://pastebin.com/C5a9wi0j