A documentation of how I manage my WordPress websites using Git, GitHub and Local (by Flywheel / WP Engine). I am not claiming that this is the best way for everyone. But this works beautifully for me.
A documentation of how I manage my WordPress websites using Git, GitHub and Local (by Flywheel / WP Engine). I am not claiming that this is the best way for everyone. But this works beautifully for me.
In this modern era, no one can deny importance of technology, which has developed to great heights. Social media, website designing and website development have gained so much priority, that now we cannot expect our living without all these advancements.…
Every year, certain trends associated with web design head into the forefront. Beginning in 2016, a major shift took place that significantly impacted web design, a trend that will continue to come to fruition in 2018. In 2016, mobile device…
Remove the website / URL field in WordPress comment form. /** * Remove webiste field from WordPress comment form * * Removes the website field when comments form is displayed with comment_form() * * @since 1.0 */ function velocity_remove_comment_form_website_field( $fields…
Add the following code snippet to the functions.php of your theme to remove the links to the comment author website in WordPress comments list. Works when the comments list is generated with wp_list_comments(). /** * Remove comment author link in…