For WordPress users, developers and third parties, the end of 2018 was marked by somewhat of a blow. The long-anticipated new version, WordPress 5.0, came out and with it came one huge, potentially game-changing thing – the new Gutenberg editor.…
For WordPress users, developers and third parties, the end of 2018 was marked by somewhat of a blow. The long-anticipated new version, WordPress 5.0, came out and with it came one huge, potentially game-changing thing – the new Gutenberg editor.…
WordPress is one of the most popular and best-known options for building a website, and that’s primarily due to the variety of plug-ins it offers for adding features to pages. Even beginning web designers and developers can use WordPress plug-ins…
Like many people, you may be quite pleased with the functionality of your WordPress site. With that said, if you’ve been running it for a while, the time may be now when you want to do a cleanup of your…
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…