| bio | website | |
|---|---|---|
| location | Dhaka, Bangladesh | |
| age | 25 | |
| visits | member for | 1 year, 9 months |
| seen | 2 days ago | |
| stats | profile views | 34 |
|
2d |
accepted | WordPress Loop: List All Posts by a Category & Subcategory |
|
2d |
comment |
WordPress Loop: List All Posts by a Category & Subcategory For me, new WP_Query( 'cat=4' ); returned only posts from parent category, not the subcategory under category ID 4. |
|
2d |
asked | WordPress Loop: List All Posts by a Category & Subcategory |
|
May 13 |
asked | WordPress & External Page: 404 error in IE and some others |
|
Mar 12 |
awarded | Yearling |
|
Feb 20 |
comment |
Create posts on user registration @Bainternet, I was trying to use use user_register hook. S2Member was installed there with Firstname, Lastname field enabled. So while user were registering, I could retrieve user fields but not user meta fields like firstname/lastname etc. I've also tried with get_user_meta, but no luck. But those fields were updated in profile fields. Any suggestion? |
|
Feb 11 |
comment |
Query by post title Worked, thanks a lot man :) |
|
Feb 11 |
accepted | Query by post title |
|
Feb 11 |
asked | Query by post title |
|
Jan 21 |
comment |
IPN for s2member They won't answer support related questions from non-paying users. |
|
Jan 21 |
comment |
IPN for s2member You probably missed to catch my point. Or I was failed to tell. I'll forward the received (from my gateway) response to s2member. S2member Free version cannot process returned response from other gateway (Only payapl). So using a php file I'll process the response (from my gateway) so that s2member can understand that. I followed this link primothemes.com/forums/viewtopic.php?f=36&t=3154 and tried to do using a form. But nothing was happened. |
|
Jan 21 |
comment |
IPN for s2member So adding an gateway in a WordPress plugin is an off topic in this forum? |
|
Jan 21 |
revised |
IPN for s2member added 131 characters in body |
|
Jan 21 |
comment |
IPN for s2member s2member is a WordPress plugin, and I want to add an additional gateway there. So why it's an off topic? |
|
Jan 21 |
comment |
IPN for s2member I'm not facing issue to send data, my issue is that the format I'm using isn't correct perhaps. For s2memeber, I need to know correct format to send data to PayPal proxy IPN handler. |
|
Jan 21 |
asked | IPN for s2member |
|
Nov 4 |
accepted | Show Posts to Author Only |
|
Nov 4 |
comment |
Show Posts to Author Only Actually I want to display to admin and author. Anyway, got the point you mentioned. current_user_can('level_10') || ($post->post_author == $current_user->ID) can work for me. |
|
Nov 4 |
asked | Show Posts to Author Only |
|
Sep 26 |
comment |
Custom Post Type menu name Sorry but your answer was not correct, @alisspers just explained. Anyway, thanks for your time. |