Include subtitle display to slideshow

Subtitles aren’t standard in wordpress so it’s hard to know where to find yours. This code needs to be placed in the frontpageSlideShow function. Below where it says //format informations add: $subtitle = //wherever your post subtitles can be found, probably in a custom //meta Then, you need to add your subtitle to the $fscontent … Read more

How to display comments list by order when clicking on newest or oldest link?

Just open the comments.php file from your theme. Find the following line (or similar) <?php foreach ($comments as $comment) : ?> Add this lines just above it if (isset($_GET[‘comOrder’]) && $_GET[‘comOrder’] == ‘Newest’ ) $comments = array_reverse($comments, true); so your code looks like this: <?php if (isset($_GET[‘comOrder’]) && $_GET[‘comOrder’] == ‘Newest’ ) $comments = array_reverse($comments, … Read more

Query is not work

I think the problem is in your transient set_transient( “7677recent_$my_paged”, $my_query, 60 * 60 ); This is currently refreshing every 1 hour you could try changing it to 3 or 5 mins for testins

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)