Page 1 of 1

Random Post

Posted: Sun Sep 10, 2023 4:44 pm
by agg1401
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.