Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Christian Wach

    (@needle)

    @chickymonkey At present, you have to use a filter:

    function my_custom_template_navigation() {
    	return get_stylesheet_directory() . '/path/to/your/navigation.php';
    }
    add_filter(	'cp_template_navigation', 'my_custom_template_navigation' );

    The forthcoming version of CommentPress Core will allow you to override in the same way you would a “normal” theme file.

    Cheers, Christian

    Thread Starter Kelvin Truong

    (@chickymonkey)

    Thanks for that, Christian.

    My apologies, but can you direct me to which file I would add this filter to?

    Kelvin

    Plugin Author Christian Wach

    (@needle)

    Sorry, to your child theme’s ‘functions.php’ file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize Sidebar of Modern Theme’ is closed to new replies.