Date before title
-
Hi
I am using “List Category Posts” (great tool) in a WordPress Multisite environment I want to show first the date before the title and changed plugins/list-category-posts/template/default.php according to this recommendation:
——————————————————–
just move
//Show date:
$lcp_display_output .= $this->get_date($single).’ ‘ ;
before
//Show the title and link to the post:
$lcp_display_output .= $this->get_post_title($single);
——————————————————–
I did the change on the multisite network level, but the result of catlist shows the same result as before. Do I have to the above changes somewhere else?Best regards Jean
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Date before title’ is closed to new replies.