Hi, anyone could help please? Mondo Zen Theme 2.2 by Catarina Yamamoto, I can not change order of pages, what ever I do (order numbers) - does not work. please help!
Also can not reduce post size. What could be a problem?
Hi, anyone could help please? Mondo Zen Theme 2.2 by Catarina Yamamoto, I can not change order of pages, what ever I do (order numbers) - does not work. please help!
Also can not reduce post size. What could be a problem?
katya,
Have you defined widgets on your theme? If not the theme will default to listing pages in alphabetical order. So you either have to define widgets for your sidebar or modify the sidebar.php template file by changing
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
to
<?php wp_list_pages('sort_column=menu_order&title_li=<h2>Pages</h2>' ); ?>
This topic has been closed to new replies.