function childtheme_remove_price_tag() {
remove_action( 'appthemes_before_post_title', 'cp_ad_loop_price' );
}
add_action( 'appthemes_init', 'childtheme_remove_price_tag' );
function childtheme_add_user_status_buttons() {
// Your buttons goes here
}
add_action( 'appthemes_before_post_title', 'childtheme_add_user_status_buttons' );
There are currently 1 users browsing this thread. (0 members and 1 guests)