• acleber

    (@acleber)


    Hello everybody.

    I couldn´t change the class-content-post.php on my Customizr template to put the Facebook Comments and the Bio-Box content in the right place, after some terrible tests.

    Can anyone give a little help about this???

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is not a good idea changing customizr core files. That isn’t a template.
    What do you need? Are those plug-ins?

    Thread Starter acleber

    (@acleber)

    Dear d4z_c0nf.

    What i need is change the place of facebook comments, this where placed right bellow the post, in that case the positions are:

    1- Post
    2- Facebbok Comments
    3- Author Bio box
    4- WordPress Comments

    I want.

    1- Post
    2- Author Bio Box
    3- Facebbok Comments
    4- WordPress Comments

    This i can make manually, but it the worst way, what i wont make.

    So i think in make some changes in customizr files, like i already did in others templates but as you said, this is not a template

    something like that, if you have a shortcode.
    In your child theme functions.php

    add_action('__after_loop', 'move_fb_comments', 1);
    function move_fb_comments(){
        if ( ! is_single() )
            return;
        echo do_shortcode('YOURSHORTCODEHERE');
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Facebook Comments and bio-box’ is closed to new replies.