Profiles

Bio

Senior WordPress Developer

Interests

Theme integration and Plugin development.
Multisite WordPress.

WordPress Origin Story

For me WordPress is everything, I got my first job as a WordPress developer in top MNC.
Wordpress is easy to use and customize according to user need. I love creating plugins and themes 🙂

  • Member Since: July 12th, 2016
  • Location: New Delhi
  • Job Title: Software engineer
  • Find me on:
  • Posted a reply to product permalink, on the site WordPress.org Forums:
    you have to change .htaccess file for correct url

  • Posted a reply to Site within a site?, on the site WordPress.org Forums:
    This could be solve by using wordpress Multisite feature.

  • Created ticket #44718 on Core Trac:
    Revision Error

  • Posted a reply to Temporary URL help, on the site WordPress.org Forums:
    Migrate your Db according to the dev url you want.

  • Posted a reply to Setting up a new user in phpMyAdmin, on the site WordPress.org Forums:
    You can change the password in wp_users table, but you have to use md5 hashing…

  • Posted a reply to Sub-menu Hover Color, on the site WordPress.org Forums:
    Welcome :)

  • Posted a reply to Sub-menu Hover Color, on the site WordPress.org Forums:
    First add custom CSS plugin. then add ul.sub-menu li:hover { color: red; } Replace the…

  • Posted a reply to WordPress not loading after removing Shopify from my domain, on the site WordPress.org Forums:
    If you see the source code its still Shopify. You have to correctly installed the…

  • Posted a reply to I can’t categorize my posts after updating, on the site WordPress.org Forums:
    Disable the plugin used for mass update and then try to roll back the posts.

  • Posted a reply to Error 404 – Dashboard not accessible – main site works fine – new installation, on the site WordPress.org Forums:
    you have used define(‘SUBDOMAIN_INSTALL’, true); make it define(‘SUBDOMAIN_INSTALL’, false);

  • Posted a reply to Help Needed to Understand Editing and Publishing Process, on the site WordPress.org Forums:
    you can use preview option after editing the published post and then publish it again.

  • Posted a reply to Database Issue, on the site WordPress.org Forums:
    Table does not support optimize, doing recreate + analyze instead. It is because the table…

  • Posted a reply to Backup to single site after MultiSite Install?, on the site WordPress.org Forums:
    Simply you just delete the sub-domain WordPress site from admin panel and after that export…

  • Posted a reply to Style.css won’t load, on the site WordPress.org Forums:
    Here your path is incorrect. wp_enqueue_style( 'style', get_stylesheet_directory_uri() . 'style.css' ); Correct one is wp_enqueue_style(…

  • Posted a reply to desktop posts updating but mobile not, on the site WordPress.org Forums:
    you to fix this issue with the help of CSS. its responsive issue.

  • Created a topic, Multisite CDN Setup, on the site WordPress.org Forums:
    Hi all , i am working on wordpress multisite network …