Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/dplugins-code/htdocs/code.dplugins.com/wp-includes/functions.php on line 6131

Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/dplugins-code/htdocs/code.dplugins.com/wp-includes/functions.php on line 6131
Change the default loop with CodeBlock – Code DPlugins

Change the default loop with CodeBlock

<?php
	global $query_string; // required
	$posts = query_posts($query_string."&orderby=title&order=ASC");
?>

Place it above Repeater or East Posts

Click to Copy