$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'); ?>Page Template Dropdown - Missing In WordPress MultiSite|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)

Page Template Dropdown - Missing In WordPress MultiSite

matteradmin10PV0评论

I am using WordPress Multi-Site and on the page edit screen I am completely missing the Page Template drop down.

I have tried looking in Page Options and it's missing from there as well. If I enable the same theme in standard WordPress then the page templates show up

Anyone any ideas?

I am using WordPress Multi-Site and on the page edit screen I am completely missing the Page Template drop down.

I have tried looking in Page Options and it's missing from there as well. If I enable the same theme in standard WordPress then the page templates show up

Anyone any ideas?

Share Improve this question edited May 1, 2013 at 16:30 fuxia 107k39 gold badges255 silver badges461 bronze badges asked Apr 30, 2013 at 8:57 fightstarr20fightstarr20 1,1358 gold badges26 silver badges47 bronze badges 1
  • Ain't your theme which doesn't have page templates? – brasofilo Commented Apr 30, 2013 at 14:06
Add a comment  | 

1 Answer 1

Reset to default 0

Problem resolved, turns out there was references to BuddyPress is my theme which were causing a conflict

My theme was originally a BuddyPress theme, I had since ditched BP and was using the theme as a standard WP theme.

Still lingering in the template information file was....

Template: bp-default
Tags: buddypress

With these tags the theme still functioned but the templates were not being displayed, removed them and everything is fixed

Post a comment

comment list (0)

  1. No comments so far