View Single Post
  #2  
Old Jul 31, 2010, 05:13 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
To get rid of the current Auto Draft entries you need to go to ATO>Configure SEO and turn on Use Post/Page Options. Then when you open the posts that are showing Auto Draft you will see that in the Atahualpa Post or Page options. Just delete the lines and they will be recreated from the the title of the post or page.

Then to prevent this from being an issue you can continue as follows but before you do download a copy of functions.php which is in the Atahualpa theme folder as a backup.

Please read this carefully... You will be changing a line not adding one. You can edit functions.php by going to Appearance>Editor
and click on functions.php on the right.

Edit the functions.php (in the Atahualpa theme folder)
At about line 603 replace the line that is there with the following

$title = ($post_id->post_title !== 'Auto Draft') ? $post_id->post_title : '';



The line you are changing is right after
$thePostID = $post->ID;
$post_id = get_post($thePostID);
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Last edited by lmilesw; Jul 31, 2010 at 05:17 PM.