Home > Aarti Khairnar

WordPress security checklist – How to secure your WordPress website?

Hosting Ideally on a dedicated instance or server For shared hosting, ensure that sites are isolated or “jailed” Run an https-only website.  User Management Grant only as much access as is needed Review your user list frequently, deleting those that are obsolete, downgrading roles where possible WordPress Core, Themes and Plugins Enable auto-updates wherever possible / practical Check for updates

This Article is TAGGED in , . Read more

CSS3: Standard media queries for responsive design

We need media queries for responsive design. By using media queries we can define the view. We can able to design any element in different style for different size of the device. Following are the standard media queries for standard devices which developers used mostly. [crayon-673623b6656d3606832212/]  

This Article is TAGGED in , , . Read more

Roles and capabilities of User in wordpress

In wordpress you can define different user roles having specific capabilities as per requirement. Following link gives you the brief idea about various roles and their capabilities. Wordpress user roles and capabilities You can also create new user role can say custom user role using wordpress function reference. <?php add_role( $role, $display_name, $capabilities );

This Article is TAGGED in . Read more