168 reputation
11
bio website
location
age 23
visits member for 1 year, 10 months
seen Mar 12 at 17:33
stats profile views 14

May
4
awarded  Popular Question
Mar
12
awarded  Popular Question
Oct
4
accepted Allowed memory size exhausted. WordPress side solution
Oct
4
comment Allowed memory size exhausted. WordPress side solution
I've already contacted my hosting provider, and they said they can't change anything for security reasons... And about creating my own php.ini, I haven't tried it, and I don't know how to build this file. Is there some generator online with default values or something like that?
Oct
4
asked Allowed memory size exhausted. WordPress side solution
Sep
7
accepted Metabox with multiple fields added by user and upload box
Sep
4
revised Metabox with multiple fields added by user and upload box
fixed grammar
Sep
4
awarded  Teacher
Sep
4
answered Metabox with multiple fields added by user and upload box
Sep
4
revised Metabox with multiple fields added by user and upload box
added @edit section to inform about progress
Sep
4
asked Metabox with multiple fields added by user and upload box
Aug
25
comment Pagination only won't work in author template
@tc.k Have you tried using default permalinks? Is it working? You want to list all the authors from custom post type, with page using template author.php, is that right? Can You show us this page url before and after clicking on pagination links?
Aug
25
revised Pagination only won't work in author template
added 670 characters in body
Aug
25
accepted Multiple posts with one loop iteration
Aug
25
answered Pagination only won't work in author template
Aug
25
comment Multiple posts with one loop iteration
@ChipBennett I'd like to leave my CSS as it is, so if thats possible with WordPress/PHP only, than I'd love this kind of solution. Anyway, I will use my solution from my own answer below. Thanks.
Aug
25
comment Multiple posts with one loop iteration
@Otto Yeah, thats a good idea. But still, if I have 5 posts, than $counter % 3 != 0' in last iteration, and I won't close my .row` div, am I right?
Aug
25
comment Multiple posts with one loop iteration
@ChipBennett One, custom post type query, I want to display them in a grid.
Aug
25
comment Multiple posts with one loop iteration
@ChipBennett: I've posted clarification in original question. I know, that the_post() doesn't output anything, I'm just trying to find a hack for my problem.
Aug
25
revised Multiple posts with one loop iteration
added clarification