• We installed your plugin in hopes of replacing the deprecated KK I Like It plugin ahead of a required PHP upgrade (KK I Like It hasn’t been updated in years and is not PHP 7x compatible). We installed your plugin in our multisite instance and when we activate the plugin on a site, we see the like button if we click into the post itself from the main page (clicking on “read more”) but on the main page (Where all the recent posts are listed) the like button doesn’t appear at all. Any suggestions on what I should look at?

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

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

    (@webtechideas)

    This plugin uses the_content filter to load the buttons. This is used by themes on post details page so the buttons show up there near the post content.

    On main page (listing), the themes use the_excerpt filter to load the post excerpts or short description. Our plugin doesn’t work with excerpt. You can still modify the listing page code to include echo GetWtiLikePost() within the loop which lists the posts.

    Thread Starter dzarelli

    (@dzarelli)

    Thanks. How/Where do I modify the listing page code?

    Plugin Author webtechideas

    (@webtechideas)

    There must be an index.php file within your active theme folder. You need to edit that file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No botton showing on main page’ is closed to new replies.