Forums

Manual placement of plugins not working (2 posts)

  1. epicgeekfail
    Member
    Posted 1 year ago #

    Hi, I'm trying to install the Featured Articles Lite Plugin (http://www.php-help.ro/mootools-12-javascript-examples/wordpress-featured-content-plugin/)
    and i am manually placing the slider using this code (<?php FA_display_slider() ;?>)into my style.css right below the navbar (I'm using the Mystique theme)

    It doesn't display itself at all, I've tried placing it all over the style.css.

    any ideas on what i should do?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    style.css is definitively the wrong file to add any php code into.

    assuming that you want to show the featured article slider on the front page, look into index.php - possibly after this line:
    <div id="main">

    (totally untested; without seeing your site, it is impossible to tell, where you best add this plugin code without destroying your layout/design)

Topic Closed

This topic has been closed to new replies.

About this Topic