$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'); ?>Sidebar visibility in {WordPress template Hyerarchy, Newspaper Theme, TagDiv Composer}|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)

Sidebar visibility in {WordPress template Hyerarchy, Newspaper Theme, TagDiv Composer}

matteradmin11PV0评论

I have to admit that I often find Wordpress not so intuitive but let me explain what I mean in this specific case:

The right sidebar is not whowed on the homepage? Why? How can it be?

But ok.. let me investigate..

Does this means that PageBuilder delete the Widgetized Side Areas?

And this is what happens if I try to add the Widget Sidebar (which makes no sense to me.. a sidebar shouldn't be related to the whole page?)

I have to admit that I often find Wordpress not so intuitive but let me explain what I mean in this specific case:

The right sidebar is not whowed on the homepage? Why? How can it be?

But ok.. let me investigate..

Does this means that PageBuilder delete the Widgetized Side Areas?

And this is what happens if I try to add the Widget Sidebar (which makes no sense to me.. a sidebar shouldn't be related to the whole page?)

Share Improve this question asked Oct 22, 2018 at 10:01 ReviousRevious 3233 silver badges16 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

The right sidebar is not whowed on the homepage? Why? How can it be?

The theme author has opted not to include it in that template. It's that simple.

Does this means that PageBuilder delete the Widgetized Side Areas?

Possibly. Although the theme might be responsible for this. You would need to ask the developers of each.

And this is what happens if I try to add the Widget Sidebar (which makes no sense to me.. a sidebar shouldn't be related to the whole page?)

This appears to be a feature of your page builder, and something you should ask them about.

Your issue here is ultimately how your 3rd-party theme and page builder have decided to handle sidebars. If the way they have change the default behaviour is confusing to you, all I can suggest is that you ask them for help. Since this is not standard WordPress behaviour, the broader community is unlikely to be much help.

Post a comment

comment list (0)

  1. No comments so far