Desraj Meenu
@desraj on WordPress.org, @Desraj on Slack
- Member Since: June 16th, 2017
- Location: Jaipur, Rajathan India
- Job Title: Senior WordPress Developer
- Employer: Wordpress org
Bio
WordPress Origin Story
Contributions Sponsored
-
Posted a reply to page preview, on the site WordPress.org Forums:
can you please recheck your custom themes. there page.php exit or not. or pointed proper… -
Posted a reply to Under Product Data Block of woocommerce plugin, I am unable to change anything!, on the site WordPress.org Forums:
Sorry can you please let me know detials as well please -
Created a topic, Nice Wootalk plugin..Thanks, on the site WordPress.org Forums:
Wootalk really helpfully me for me. now i can easily c… -
Posted a reply to Restore WordPress website, on the site WordPress.org Forums:
Hi, Please contact your website hosting provider maybe they have to help you. because Sometime… -
Posted a reply to Changing background color of Donation button, on the site WordPress.org Forums:
Hi add like also form#give-form-107 button.give-btn.give-btn-modal { display: #fff; background: #da3434; } -
Posted a reply to Warning: Cannot modify header information, on the site WordPress.org Forums:
Please add this code before get_header() functions -
Posted a reply to Website title in Google shows ‘Home’, on the site WordPress.org Forums:
Hi, Please add this in function.php add_filter('wp_title','custom_page_title',10,1); function custom_page_title($title){ $title='Your new title'; //define your title… -
Posted a reply to How to remove Breadcrumbs from shop page ?, on the site WordPress.org Forums:
Hi karsen Give a try with following: add_action('template_redirect', 'remove_page_breadcrumbs' ); function remove_page_breadcrumbs(){ if (is_page('YOUR_PAGE_ID_OR_SLUG')) remove_action(…