Page 1 of 1

How to include toplist into your web page

Posted: Sun Jul 03, 2016 2:54 am
by alice
form : http://wiki.tradeexpert.net/doku.php?id ... st_include
my site is wordpress
i want include include widget area how i do
help me

Re: How to include toplist into your web page

Posted: Mon Jul 04, 2016 7:19 am
by Rock
Hello, alice.

Simply include the toplist in your WordPress page template where you it to appear. For instance, if you want it in a sidebar, include it in sidebar.php like this:

Code: Select all

    <?php
    include "toplist.html";
    ?>
Be sure to use the correct path and toplist name.

Best regards,
Rock