How to include toplist into your web page

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
alice
Posts: 3
Joined: Sat Jul 02, 2016 10:29 am

How to include toplist into your web page

Post 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
Rock
Posts: 226
Joined: Tue Dec 16, 2014 6:11 pm

Re: How to include toplist into your web page

Post 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
I am a moderator on this forum and I handle part of TE support. ICQ: 651089602
Post Reply