• Hello, the page targeted for an archive of custom post type is not the good one, it is the most recent post of this CPT. What to do?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi there,

    I would like to know which page groups have you enabled in the Placement option?

    Thread Starter pascaleb

    (@pascaleb)

    Hi,

    Thank you for your attention.

    I don’t select placement option because I use the shortcode in functions.php to add the buttons in the footer :

    add_action('wp_footer', 'ajout_menu_footer');
    function ajout_menu_footer(){
     wp_nav_menu( array( 'theme_location' => 'pied_de_page' ) ); // le menu des pages
     echo '<div id="partage_rs">' . do_shortcode('[Sassy_Social_Share]') . '</div>'; // le partage dans les réseaux sociaux
    };
    
    Plugin Author Heateor Support

    (@heateor)

    Okay. Then social share buttons will appear wherever the wp_footer hook is being called in the theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wrong page targeted’ is closed to new replies.