Bunty
- Member Since: March 20th, 2014
- India
- https://bhargavb.wordpress.com
- WordPress Developer at rtCamp Solutions Pvt Ltd
- @bhargavbhandari90 on WordPress.org and Slack
- Translation Contributor
- Translation Editor
- Plugin Developer
Interests
-
Posted a reply to How do I register a 3rd party Plugin with wp_register_script, on the site WordPress.org Forums:
You can do it from this file wordpress-ajax-load-more\core\js\ajax-load-more.js at line number 504. Try to do…2 weeks ago
-
Posted a reply to How do I register a 3rd party Plugin with wp_register_script, on the site WordPress.org Forums:
Just provide your function from which your ajax request is generating.2 weeks ago
-
Posted a reply to How do I register a 3rd party Plugin with wp_register_script, on the site WordPress.org Forums:
As the error is saying Request-URI Too Long. So you should use POST method instead…2 weeks ago
-
Posted a reply to How do I register a 3rd party Plugin with wp_register_script, on the site WordPress.org Forums:
Can you provide me a screenshot or something?2 weeks ago
-
Posted a reply to Disable emoji on specific page?, on the site WordPress.org Forums:
Add one more line to your function for particular page. Here is the line :…2 weeks ago
-
Posted a reply to Post/Page editor only displaying HTML, on the site WordPress.org Forums:
@jdembowski. Thanks. I understand that.4 weeks ago
-
Posted a reply to Fatal error: Cannot use object of type WP_Query as array in path/class-wp-query., on the site WordPress.org Forums:
In which action you wrote the code?4 weeks ago
-
Posted a reply to How do I register a 3rd party Plugin with wp_register_script, on the site WordPress.org Forums:
Thanks buddy. All because of you. :). Have a good day.4 weeks ago
-
Posted a reply to How do I register a 3rd party Plugin with wp_register_script, on the site WordPress.org Forums:
Just add below code into your theme's functions.php and see. Do not do anything extra.…4 weeks ago
-
Posted a reply to Post/Page editor only displaying HTML, on the site WordPress.org Forums:
Can I check your site.? You can contact me on slack for this.4 weeks ago
-
Posted a reply to How do I register a 3rd party Plugin with wp_register_script, on the site WordPress.org Forums:
Not like that buddy. You need to define that constant in your plugin's main file…1 month ago
-
Posted a reply to Add more than just “Read More” to Child Pages?, on the site WordPress.org Forums:
Sure. And let me know if this won't work for you.1 month ago
-
Posted a reply to Continue Reading on Page only Mobile, on the site WordPress.org Forums:
Another way is that, you can do something like this <?php if ( wp_is_mobile() )…1 month ago
-
Posted a reply to How do I register a 3rd party Plugin with wp_register_script, on the site WordPress.org Forums:
First define any constant for your plugin in main file like this define( 'YOUR_THEME_CONSTANT', dirname(…1 month ago
-
Posted a reply to Add more than just “Read More” to Child Pages?, on the site WordPress.org Forums:
Yes this can be done by doing this if it is "Excerpt Read more" function…1 month ago
-
Posted a reply to Post/Page editor only displaying HTML, on the site WordPress.org Forums:
Sounds good. :). Otherwise, I was going to ask your credentials.1 month ago
-
Posted a reply to how to add clickable footer text, on the site WordPress.org Forums:
Thanks @dusanb17. :)1 month ago
-
Posted a reply to change footer credits, on the site WordPress.org Forums:
you can also check, how footer-details.php is included from the code.1 month ago
-
Posted a reply to how to add clickable footer text, on the site WordPress.org Forums:
<div class="footer-wrap"> <div class="container"> <?php wp_nav_menu( array( 'theme_location' => 'bottom-nav') ); ?> <p> Copyright ©…1 month ago
-
Posted a reply to Post/Page editor only displaying HTML, on the site WordPress.org Forums:
Is there any error in console? Did you check that?1 month ago
-
Posted a reply to Fatal Error: —load.php on line 284, on the site WordPress.org Forums:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); Add these lines in wp-congig.php. Run your site 2 3 times…1 month ago
-
Committed [1577723] to Plugins Trac:
Delete unwanted file1 month ago
-
Committed [1577719] to Plugins Trac:
Delete unwanted file1 month ago
-
Posted a reply to Post/Page editor only displaying HTML, on the site WordPress.org Forums:
Try to check with deactivating plugins one by one and selecting the default theme.1 month ago
-
Posted a reply to Fatal Error: —load.php on line 284, on the site WordPress.org Forums:
Can you show me the error log or something else so that I can check…1 month ago
-
Posted a reply to Fatal Error: —load.php on line 284, on the site WordPress.org Forums:
I think all files are not there try to replace wp-includes, wp-admin folder and all…1 month ago
-
Posted a reply to Showing Different results for localhost and live. How to check and solve, on the site WordPress.org Forums:
Closing this as I didn't get response.1 month ago
-
Posted a reply to Detect if a Background Image is in use, on the site WordPress.org Forums:
Ok. I hope you need to save that image url into options table. After that…1 month ago
-
Posted a reply to Trying to use custom PHP code in WordPress Page, on the site WordPress.org Forums:
You can achieve this by using posts_where filter. It's a simple filter and you can…1 month ago
-
Posted a reply to Trying to use custom PHP code in WordPress Page, on the site WordPress.org Forums:
Yes you are right. Anything you want to do in WP, then use WP functions…1 month ago
-
Posted a reply to Detect if a Background Image is in use, on the site WordPress.org Forums:
Are you using media library's image for background?1 month ago
-
Posted a reply to Single post navigation within selected category, on the site WordPress.org Forums:
<?php previous_post_link( $format, $link, $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' ); ?>…1 month ago
-
Posted a reply to Delete plugins with code, on the site WordPress.org Forums:
Thank You. :-)1 month ago
-
Posted a reply to How to get all categories only without tags in query result?, on the site WordPress.org Forums:
sorry @elearn2014 not like that. WP has their standers and methods. Its more sufficient that…1 month ago
-
Posted a reply to Trying to use custom PHP code in WordPress Page, on the site WordPress.org Forums:
Do this: foreach( $result as $row ) { // do your stuff here }1 month ago
-
Closed ticket #37633, in Core Trac:
Grid View for plugins list in backend1 month ago
-
Posted a reply to How to get all categories only without tags in query result?, on the site WordPress.org Forums:
Is there any specific reason for doing custom sql? Why can't you use wp function…1 month ago
-
Posted a reply to Trying to use custom PHP code in WordPress Page, on the site WordPress.org Forums:
What you are getting by doing print_r ($result); ?1 month ago
-
Posted a reply to get_the_post_thumbnail src attribute value, on the site WordPress.org Forums:
I tried by this: echo get_the_post_thumbnail( get_the_ID(), 'medium' ); And got this: <img width="300" height="225"…1 month ago
-
Posted a reply to Delete plugins with code, on the site WordPress.org Forums:
function delete_plugin_code() { $plugins = array( 'akismet/akismet.php', 'advanced-custom-fields/acf.php', 'contact-form-7/wp-contact-form-7.php' ); delete_plugins( $plugins ); } add_action(…1 month ago
-
Posted a reply to get_the_post_thumbnail src attribute value, on the site WordPress.org Forums:
You can do something like this. Just pass the image size as 2nd parameter. get_the_post_thumbnail(…1 month ago
-
Created a new ticket, #39577, in Core Trac:
Twenty Seventeen: Pages with sidebar1 month ago
-
Posted a reply to Rewrite Rule with Front Page, on the site WordPress.org Forums:
Ok found my solution. Above solution works for me after adding some conditions according to…2 months ago
-
Posted a reply to Rewrite Rule with Front Page, on the site WordPress.org Forums:
For me this is not working. I don't know what I am doing wrong. I…2 months ago
-
Posted a reply to Fatal error: Allowed memory size exhausted, on the site WordPress.org Forums:
add this to wp-config.php define('WP_MEMORY_LIMIT', '128M');2 months ago
-
Bunty's profile was updated
2 months ago
-
Created a topic, Notice: Undefined index: action, on the site WordPress.org Forums:
Showing notice in backend: Undefined index: action in…2 months ago
-
bhargav bhandari's profile was updated
2 months ago
-
Created a new ticket, #39212, in Core Trac:
Replace is_super_admin() check with current_user_can( ...2 months ago
-
Committed [1548811] to Plugins Trac:
Change tested up to WordPress 4.73 months ago
-
Multi Blog Slider
Active Installs: Less than 10
-
rtMedia for WordPress, BuddyPress and bbPress
Active Installs: 20,000+