1,444 reputation
1418
bio website
location Mauritius
age
visits member for 11 months
seen 19 hours ago
stats profile views 56

19h
reviewed No Action Needed Create a page selector using taxonomies
1d
reviewed No Action Needed Where To Find bb_profile_data(); In bbPress?
1d
comment Using AJAX with Forms
I'm not sure about that but you don't need to json_encode the admin url and your add_action and jp_ajax_process should be in a plugin file or your functions.php file
1d
reviewed No Action Needed Shortcode / plugin with custom (flexible) output
1d
reviewed No Action Needed How to add PHP code snippet to all Post pages?
1d
reviewed No Action Needed Remove Personal Options section from Profile
1d
reviewed No Action Needed Looking for advice for a mail sending plugin
1d
reviewed No Action Needed Find all posts via SQL beginning with A of type B
1d
revised get_page_by_title not working when used with a variable
Improved formatting
1d
comment get_page_by_title not working when used with a variable
This worked for me: $y = 'Sample Page'; $x = get_page_by_title( $y , OBJECT, 'page' ); var_dump( $x ); You should double check your code (and post type)
1d
revised How to import 10 xml files into wordpress at one time?
Improved formatting
1d
suggested suggested edit on How to import 10 xml files into wordpress at one time?
1d
comment get_page_by_title not working when used with a variable
Tried it with a page, it works. I suggest you replace print_r by var_dump so that you'll get NULL result if no post is found.
1d
reviewed Reviewed Pagination doesn’t work with page navigation
1d
suggested suggested edit on get_page_by_title not working when used with a variable
2d
reviewed No Action Needed Home in page/post not refer to homepage
2d
comment Why are menu tabs unrolling when loading pages?
You can hide it using css instead of using jQuery. jQuery will hide it after the page has loaded.
May
22
reviewed No Action Needed Custom Menu based off custom header
May
21
reviewed Reviewed Want to modify a Plugin - Tweetily - Can I make it tweet a Custom Field instead of Post Title?
May
21
comment Want to modify a Plugin - Tweetily - Can I make it tweet a Custom Field instead of Post Title?
Note that you will lose all modifications if you update the plugin afterwards.