Random Post

Post Reply
agg1401
Sr. Bludit
Posts: 30
Joined: Wed Oct 06, 2021 7:49 am
Been thanked: 5 times

Hi all.

Here I share the random writing system that I co-produced with a friend.

Download: https://github.com/agg1401/random-page- ... m-page.zip

Locate your theme's topbar.php file. You can also put it in bl-themes/temaniz/php/topbar.php.

Code: Select all

      <li class="nav-item">
      <?php $plugin = getPlugin('RasgeleYazi'); echo "<a class='nav-link' aria-current='page' href=".$plugin->random_post().">Random Post</a>"?>
      </li>
You can write whatever you want in the Random Post section.
Post Reply