10. October 2010
von Blackbam

Just a short overview about the most useful variables in WordPress to use in wp-config.php:

WP_POST_REVISIONS(false,integer) // the bigger the protject, the smaller the value (performance)

WP_DEBUG(true,false) // only true to show errors in development

SAVEQUERIES(false,true) // shows all wordpress database queries, useful for debugging

WP_MEMORY_LIMIT(integerM) // the maximum file-size for WordPress to load

WP_LANG(language) // define the default language

LANGDIR(directory) // folder for language-files, possibility to create own lanugage files

CUSTOM_USER_TABLE // possibility to use same user-database for more than one installation of WordPress
Share

Warning: Undefined variable $time_since in /home/.sites/609/site1266/web/blackbams-blog/wp-content/themes/SilentWoodsByBlackbam/single.php on line 42 Dieser Eintrag wurde am 10. October 2010 um 18:18 in der Kategorie WordPress veröffentlicht. You can book the comments for this article RSS 2.0. Feedback, discussion, commendation and critics are welcome: Write a comment or trackback.


Tags: ,

Fatal error: Uncaught Error: Undefined constant "Ext_related_links" in /home/.sites/609/site1266/web/blackbams-blog/wp-content/themes/SilentWoodsByBlackbam/single.php:75 Stack trace: #0 /home/.sites/609/site1266/web/blackbams-blog/wp-includes/template-loader.php(106): include() #1 /home/.sites/609/site1266/web/blackbams-blog/wp-blog-header.php(19): require_once('/home/.sites/60...') #2 /home/.sites/609/site1266/web/blackbams-blog/index.php(17): require('/home/.sites/60...') #3 {main} thrown in /home/.sites/609/site1266/web/blackbams-blog/wp-content/themes/SilentWoodsByBlackbam/single.php on line 75 WordPress › Error

There has been a critical error on this website.

Learn more about troubleshooting WordPress.