list child-pages as normal pages?

you can use get_pages() function, something like this: $mypages = get_pages(); echo ‘<ul>’; foreach($mypages as $page){ echo ‘<li class=”page_item page-item-‘.$page->ID.'”><a href=”‘.get_page_link($page->ID).'”>’.$page->post_title.'</a></li>’; } echo ‘</ul>’;

Problems in creating a static site with WordPress

First, check your permalink settings: Dashboard -> Settings -> Permalinks Second, check to ensure you don’t somehow have a Page slug conflict. Go to Dashboard -> Pages, click the “Trash” tab, and ensure you don’t have any Pages in the trash (if so, delete them if you don’t need them). Third, check the page-slug for … Read more

upgrade has caused page content to disappear

If content displays within WordPress itself when you are logged into the dashboard but does not display on the front end of your site it is almost always a theme problem. If you have access to server logs, such as error logs in cPanel, you can see what errors are being thrown up. The easy … Read more

custom page templating in WordPress

Yes you’d need to add shortcodes to the functions.php file in your themes folder in order to use code like [box]Contained content blah blah[/box] in the WYSIWYG editor learn more about shortcodes and how to use them here http://codex.wordpress.org/Shortcode_API

Pages that don’t look like blog posts?

Try searching the WPORG Theme Repository for a Theme updated sometime since Fall 2010 or so. The Theme Review Guidelines require that Pages not display time-related content (such as Post Date/Time stamp), and that Pages not display “comments are closed” type messages on Pages with comments disabled. The Son of Blue Theme was last updated … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)