oceanboy2
Forum Replies Created
-
Forum: Plugins
In reply to: [CMS Page Order] Re-arranging of pages does not affect order in webSorry, I am quite a newbie in WP. Sure, I should have looked into the themes folder, but where? I opened header.php and page.php there but no ‘sort* ‘ term is involved in the code. Which files should I check for? Thank you very much for any advice.
Forum: Plugins
In reply to: [CMS Page Order] Re-arranging of pages does not affect order in webHi, the code in my wp-includes/post-template.php is
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
function wp_page_menu( $args = array() ) { $defaults = array('sort_column' => 'menu_order, post_title', 'menu_class' => 'menu', 'echo' => true, 'link_before' => '', 'link_after' => ''); $args = wp_parse_args( $args, $defaults ); $args = apply_filters( 'wp_page_menu_args', $args );
but if I change page order manually in the set-up form of a page it had no effect on the order being displayed on the web just like with your plugin. Any idea?
Forum: Plugins
In reply to: [Maintenance Mode] Not workingSorry, sorry, my fault, I was in Admin mode. After logging off I got the correct message.
Forum: Plugins
In reply to: [Polylang] WP Default Denominations won't be translatedThank you very much, Chouby, for taking the time to explain this to me! Now I understand a lot better what internationalization of a theme means and why this is still necessary. Thank you as well for the links provided!
Forum: Plugins
In reply to: [CMS Tree Page View] [Plugin: CMS Tree Page View] Not loading in MultisieHi, I have also a multisite network, this time without WPML. If we change the order of pages in the dashboard of a site it does not change the order being displayed on the web ??
Hi, I am facing exactly the same problem with the buttons not showing up in the sub-blogs editor of a multisite after having done all the settings in the respective settings section. I have only two other plugins. One is a backup device to dropbox the other is polylang, a translator plugin which I cannot deactivate if I do not want to lose all translations.
Forum: Plugins
In reply to: [Polylang] WP Default Denominations won't be translatedOK, thank for the quick response! I am a WP newbie trying to understand what is going on. The theme is not translated to German but I thought it is like a template using elements of WP in the themes own structure. Why does polylang automatically translate “Categories” into “Kategorien” and “Select month” into “W?hle den Monat” but leaving “Monthly archives” to English without translation?