56 F
Los Angeles
Friday, April 26, 2024

Trump Lawyer Resigns One Day Before Trial To Begin

Joseph Tacopina has filed with the courts that he will not represent Donald J. Trump. The E. Jean Carroll civil case is schedule to begin Tuesday January 16,...

Judge Lewis A. Kaplan Issues Order RE Postponement

On May 9, 2023, a jury found Donald J. Trump liable for sexual assault and defamation. The jury awarded Ms. Carroll $5 million in damages. Seven months ago,...

ASUS Announces 2023 Vivobook Classic Series

On April 7, 2023, ASUS introduced five new models in the 2023 Vivobook Classic series of laptops. The top laptops in the series use the 13th Gen Intel® Core™...
WebdesignWordPressWordPress Export Tools: Fix For Incomplete Exports

WordPress Export Tools: Fix For Incomplete Exports

Loren’s blog is being moved off the old server and onto the new one. I started the move months ago and ran into a problem that the export file was cutting off too soon.

The solution is fairly simple.

/**
* Dynamically increase allowed memory limit for export.
*
*/
function my_export_wp() {
  ini_set('memory_limit', '1024M');
}
add_action('export_wp', 'my_export_wp');

Adding the code to the theme functions.php file worked like a charm. All of Loren’s posts from 2003 to 2010 are now sitting in a nice XML file.

Latest news

Related news