John Paul Posted January 17, 2023 Report Share Posted January 17, 2023 Hello all. Is it possible to add code to the randomphoto code I have in my template19 index.php. to center the media title, instead of having to do every media item manually? Here's the code I'm using in template19: <!-- Random Photo Code Starts Here --> <div class="callbox1"> <h4>Featured Photos</h4> <?php $rp_maxwidth = "100%"; include("randomphoto.php"); ?> </div> <!-- Random Photo Code Ends Here --> or would I need to edit randomphoto.php itself? Quote Link to comment Share on other sites More sharing options...
John Paul Posted January 17, 2023 Author Report Share Posted January 17, 2023 Never mind...I answered it myself in another post: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.