• Hello there,

    So I am using 2 plugins that only show up when you click to view the full post (even though I have the full post to be shown on main page) and I would like them to show up at the front page too.

    Is this possible somehow? (edit a file or something? since I can’t find any option under the plugins settings)

    The plugins are:
    I Recommend This
    Simple Social Icons

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please review with plugin dev.
    http://wordpress.org/extend/plugins/i-recommend-this/faq/
    http://wordpress.org/extend/plugins/simple-social-icons/installation/

    and perhaps close this post and ask same at the Plugins support section here).

    http://wordpress.org/support/forum/plugins-and-hacks

    Be sure to also add the plugin’s ‘tag’ when posting to get plugin dev.’s attention (hopefully). It may also be best to post for each plugin in question.

    Hi there,

    The I Recommend This plugin includes a code you can use in your template files.

    <?php if( function_exists('dot_irecommendthis') ) dot_irecommendthis(); ?>

    The file depends on the theme you use but it will probably be in index.php within the loop.

    The Social icons plugin just uses a widget. So the theme you use needs to have a widget area in the blog template.

    Thread Starter jmirko15

    (@jmirko15)

    Thank you for the replies!

    supportie can you please elaborate a bit more on the social icons? Because I have managed to make them show on another blog, but the thing is I don’t remember which one :/

    The theme is bouquet

    So once you install the social icons plugin. If you go into appearance -> widgets you should see a social icons widget which you can drag into the widget areas on the right. These widget areas depend on the theme, but generally most themes have a primary widget area which is usually the sidebar.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Show 2 plugins on main page instead of just post page..’ is closed to new replies.