Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Content Views

    (@pt-guy)

    Dear Mr Glenn,
    To insert custom html for each post, Please add this code to file functions.php of your active theme:

    // CV - Display custom HTML at end of post
    add_action( 'pt_cv_item_extra_html', 'cvp_item_extra_html' );
    function cvp_item_extra_html( $post_id ) {
    	echo 'YOUR_CUSTOM_HTML';
    }

    Best regards,

    Thread Starter Glenn

    (@rglennnall)

    thanks

    Plugin Author Content Views

    (@pt-guy)

    did it work for you?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wish to insert custom html for each post’ is closed to new replies.