windhamdavid 10 months ago
parent
commit
4171da1ca4
1 changed files with 4 additions and 1 deletions
  1. 4 1
      page-now.php

+ 4 - 1
page-now.php

@@ -114,7 +114,10 @@ get_header(); ?>
 						</ul>
 					</div>
           <div class="col-lg-4">
-
+            <h5 class="fw-bold mt-2">Playing</h5>
+            <ul style="margin:0">
+            <?php playing(); ?>
+						</ul>
 					</div>
 				</div>
 			</div>