$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>xampp - Why don't WP themes download completely on my localhost (XAMMP)?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

xampp - Why don't WP themes download completely on my localhost (XAMMP)?

matteradmin8PV0评论

When I active a WP theme, it does not completely download. The theme is not reproduced exactly (no graphics, no background, etc.). I was expecting a WYSIWYG. The widgets,etc. appear as random sentences. I localhosting using XAMMP.

When I active a WP theme, it does not completely download. The theme is not reproduced exactly (no graphics, no background, etc.). I was expecting a WYSIWYG. The widgets,etc. appear as random sentences. I localhosting using XAMMP.

Share Improve this question asked Jan 26, 2019 at 22:04 Tom AllenTom Allen 1 2
  • Your question not clear, as you say after theme activate it does not download. Okay I think do you mean after theme install. From where you download theme from themes page? Or with FTP. – maheshwaghmare Commented Jan 27, 2019 at 6:23
  • Add code define('WP_DEBUG', true ); define('WP_DEBUG_LOG', true ); define('WP_DEBUG_DISPLAY', true ); in wp-config.php to file it will show you the error on display and also generate log file in /wp-content/debug.log hope it helps – maheshwaghmare Commented Jan 27, 2019 at 6:26
Add a comment  | 

1 Answer 1

Reset to default 1

After Installing you need to import DEMO content provided by theme developer if not then try connecting with Theme Developers. Whenever you install a theme from WordPress store they will provide only the theme :), check if there is an option for demo content.

Post a comment

comment list (0)

  1. No comments so far