| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Apr 9 at 11:47 | |
| stats | profile views | 7 |
Diğerkâm means alturist, selfless, sencil, ve özgeci
|
Feb 28 |
comment |
Display a portion/ branch of the menu tree using wp_nav_menu() Is it possible to reach submenu via id? I mean page id, or post id. |
|
Feb 25 |
comment |
Get Posts From A Certain Post Type In An ID Array Ohh thats the point.. speed coding causes blinding.. |
|
Feb 25 |
comment |
Get Posts From A Certain Post Type In An ID Array Well, get_posts generally returns post objects, not an array as I know |
|
Feb 25 |
comment |
Get Posts From A Certain Post Type In An ID Array It worked then, but the result is weird, it returns the array of ids which from selected post type, not posts :) |
|
Feb 25 |
comment |
Get Posts From A Certain Post Type In An ID Array Do I have to use WP_Query? "get_posts" seems not work |
|
Feb 25 |
comment |
Get Posts From A Certain Post Type In An ID Array That was very short and complex usage like a tequila shot, Thank you! |
|
Feb 25 |
accepted | Get Posts From A Certain Post Type In An ID Array |
|
Feb 25 |
asked | Get Posts From A Certain Post Type In An ID Array |
|
Feb 14 |
comment |
Pagination for multiple queries merging into one Loop Well, I think you dont need jQuery for that. get_posts never give total post number, so then you couldnt build a pagination properly. I have looked it several times, but no proper solution for get_posts. Please share your jQuery solution when you did. |
|
Feb 14 |
awarded | Supporter |
|
Feb 14 |
comment |
How To Grab All Type Of Attachments, But Images? It seems get_allowed_mime_types will be solve my problem, but that was very boring problem on wp |
|
Feb 14 |
accepted | How To Grab All Type Of Attachments, But Images? |
|
Feb 14 |
asked | How To Grab All Type Of Attachments, But Images? |
|
Feb 7 |
comment |
How to Detect That WP is Using Mod Rewrite or $_GET variables? Thank you Ahmad, this is very simple and what I am looking for |
|
Feb 7 |
accepted | How to Detect That WP is Using Mod Rewrite or $_GET variables? |
|
Feb 7 |
comment |
Pagination for multiple queries merging into one Loop @Josh Or "query_posts": stackoverflow.com/questions/11086315/… |
|
Feb 7 |
asked | How to Detect That WP is Using Mod Rewrite or $_GET variables? |
|
Feb 7 |
awarded | Commentator |
|
Feb 7 |
comment |
Pagination for multiple queries merging into one Loop @Josh As I know get_posts not support to return total post number, you need to use WP_Query still, than merge two total numbers |
|
Feb 6 |
answered | Pagination for multiple queries merging into one Loop |