Viewing 1 replies (of 1 total)
  • Plugin Author loginradius

    (@loginradius)

    Hi Kcraighead,

    Please follow the steps mentioned below to get the required result:-
    1. Open “wp-content/plugins/loginradius-for-wordpress/LoginRadius_socialShare.php” (located in your wordpress website root folder) in your favorite code editor.
    2. Search following code:-

    if(isset($lrMeta[‘sharing’]) && $lrMeta[‘sharing’] == 1 && !is_front_page()){

    3. Replace the code searched above with following:-

    if((isset($lrMeta[‘sharing’]) && $lrMeta[‘sharing’] == 1 && !is_front_page()) || is_category()){

    4. Save the file back. Replace existing file, if prompted.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Switch off social icons on Category page’ is closed to new replies.