Thread Starter
v2gbr
(@v2gbr)
Is there a way to modify the output of post_modified in this string <? print mysql_result($result,$start,”post_modified“); ?> ?
Thread Starter
v2gbr
(@v2gbr)
i was actually using a query of my own
$query=”select * from wp_posts where post_date < post_modified and post_title like ‘%M.%’ and post_status like ‘%publish%’ order by post_modified DESC”;
Thread Starter
v2gbr
(@v2gbr)
The problem is its not the modified time of that specific post. Its the modified time of the top entry in the list on the page.