WP Manifestindependent plugin directory
manifest / themes / wp-bootstrap-comment-walker

WP Bootstrap Comment Walker

A custom WordPress comment walker class to implement the Bootstrap 3 Media object in wordpress comment list.

by WP-Bootstrap · github.com/wp-bootstrap/wp-bootstrap-comment-walker · website

10stars
8forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wp-bootstrap/wp-bootstrap-comment-walker/archive/refs/heads/master.zip

Declares an update source (https://github.com/wp-bootstrap/wp-bootstrap-comment-walker), so updates arrive through the plugin's own updater.

From the readme

wp-bootstrap-comment-walker A custom WordPress comment walker class to implement the Bootstrap 3 Media object in wordpress comment list. Installation and Usage If you haven't already add the HTML5 theme support for comment list, add this first in your functions.php Place class-wp-bootstrap-comment-walker.php in your WordPress theme folder /wp-content/your-theme/ Open your WordPress themes comments.php file /wp-content/your-theme/comments.php and in this file you should see a snippet like this: The above snippet copied from the comments.php of twentyfifteen theme. Now replace the similar code in your comments.php with this following code:

Read the full README on GitHub →