• I am using a full article on top followed by 10 excerpts below as my index landing page. Is there any way to get sociable in the full article but not in the excerpts. Looks like Hell! ??
    Thanx
    Kicker

Viewing 1 replies (of 1 total)
  • comment out line 451, or whatever line has this code
    add_filter( ‘the_excerpt’, ‘auto_sociable’ );
    to
    //add_filter( ‘the_excerpt’, ‘auto_sociable’ );
    it’s in the sociable.php file on the server

Viewing 1 replies (of 1 total)
  • The topic ‘sociable, remove from index page excerpts’ is closed to new replies.