Blog Archives

The New WordPress Gutenberg Demystified

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.

Posted in Guest Posts, WordPress Tagged with: ,

4 Well Maintained Plugins To Display Interactive Maps in WordPress

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

Posted in Guest Posts, WordPress Tagged with: ,

10 Effective Cleanup Strategies to Enhance Functionality of Your WordPress Site

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

Posted in Guest Posts, WordPress Tagged with: , ,

Remove Website Field From WordPress Comment Form

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

Posted in WordPress Tagged with: , , ,

Remove Comment Author Link In WordPress Comment List

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

Posted in WordPress Tagged with: , ,