appthemes_list_blog_comments

This function executes in the comments-blog.php file and loads in the page comments. This is where the blog comments are hooked and loaded from.

Usage

This hook provides no parameters. You use this hook by having your function echo output to the browser, or by having it perform background tasks. Your functions shouldn’t return, and shouldn’t take any parameters.

add_action( 'appthemes_list_blog_comments', 'your_function' );

Example

<?php
// remove the default ClassiPress blog comments code
remove_action( 'appthemes_list_blog_comments', 'cp_list_comments' ); 
 
// now load your own comments code
function insert_your_code_block() { 
    global $post;
 
    wp_list_comments( array( 'callback' => 'my_custom_comments_callback', 'type' => 'comment' ) );
}
add_action( 'appthemes_list_blog_comments', 'insert_your_code_block' ); 
?>

Changelog

  • since 1.1

Source File

appthemes_list_blog_comments() is located in comments-blog.php.

Your rating: none
Rating: 0 - 0 votes

Popular Add-ons

Coups

A clean and advanced clipper child theme with extended features.


(10)
$39

A-Z Business Listing

Inserts an A to Z listing of Business's for Vantage


(5)
$19
WP Smart Export

WP Smart Export

A highly customizable WordPress data exporter plugin.


(7)
$19