Profiles

  • Member Since: September 19th, 2017
  • Job Title: Software Developer
  • Employer: Techmonastic Solution Pvt Ltd
  • Find me on:
  • Created ticket #42744 on Core Trac:
    Need to Modify Radio & Checkbox Label Class

  • Posted a reply to Category filted in admin console disappears, on the site WordPress.org Forums:
    Hi Bro Ogt,It is quite difficult to solve this problem this way.It might be some…

  • Posted a reply to Download button not working, on the site WordPress.org Forums:
    You should change the permalink structure from backend.In the settings panel you will find permalink…

  • Posted a reply to taxonomy actors, on the site WordPress.org Forums:
    You Should use taxonomy meta field for add image in taxonomy. For help: https://codex.wordpress.org/Function_Reference/update_term_meta

  • Posted a reply to Making Category loop order ASC, on the site WordPress.org Forums:
    <?php $args = array( 'taxonomy' => 'post_tag', 'orderby' => 'name', 'order' => 'ASC', ); $terms…

  • Posted a reply to Login And Logout Time, on the site WordPress.org Forums:
    Hi aditd, wordpress does't store that.you have to store it using two action. add_action( 'wp_login',…

  • Posted a reply to Header with background images is not showing full width in WP, on the site WordPress.org Forums:
    Hi Usman Ali, You should use container-fluid class instead of container.After that you need to…

  • Posted a reply to Advice Needed: Taxonomy, Custom Post Type, or Other, on the site WordPress.org Forums:
    Hi asadsnowman, You can try a custom taxonomy or custom post type anyone.In case taxonomy…