laurena1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posts in chronological orderI have read the posts and know what to change and where to change it but I can not find it. when I go to the Editing wp-blog-header.php page this is all I get;
Its not in there
———————————————————–
<?phpif (! isset($wp_did_header)):
if ( !file_exists( dirname(__FILE__) . ‘/wp-config.php’) ) {
if ( strstr( $_SERVER[‘PHP_SELF’], ‘wp-admin’) ) $path = ”;
else $path = ‘wp-admin/’;
die(“There doesn’t seem to be awp-config.phpfile. I need this before we can get started. Need more help? We got it. You can create awp-config.phpfile through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”);
}$wp_did_header = true;
require_once( dirname(__FILE__) . ‘/wp-config.php’);
wp();
gzip_compression();require_once(ABSPATH . WPINC . ‘/template-loader.php’);
endif;
?>
Forum: Fixing WordPress
In reply to: Posts in chronological orderOk, I understand how to modify and what I need to modify. when I search in the string of code I cant find the one I need to alter, the …desc.. line. I did a search with notepad and one with word but I can not find the line of code to change. I even went line by line untill I couldn’t see out of my right eye any longer. Any help? All I want is for the oldest post to be read first. no special cat’s, just one. oldest one first.
Forum: Fixing WordPress
In reply to: Posts in chronological orderI have read all the post on the subject but I cant find an answer that shows me how to get to the area where I need to add the ASC = ascending order commands? Basically I need someone to tell me step by step how to add this. Starting just after the point where I turn my computer on. I figured that the computer has to be plugged in first.
Forum: Fixing WordPress
In reply to: Posts in chronological orderOk. dont laugh, but how do I add to my query string? I want to change my post so they start with the oldest and end and the newest. I assume I need to add ASC = ascending order to do this but how and where?