Modify Page Title before output via wp_page_list

Very crude way of doing it: <?php $children = wp_list_pages(“title_li=&child_of=”.$post->ID.”&echo=0&exclude=&depth=1″); $children = str_replace(“Intro”, “Special”, $children); ?> Or alternatively you can look at using the new menus feature in WordPress 3.0. Build up you menu of pages, and in there you can assign a different menu name to the page title. http://en.support.wordpress.com/menus/

Change names of pages in wordpress

By default, WordPress uses a query variable structure for URLs because it doesn’t know for sure whether or not your system supports URL rewriting. But if your server does support rewriting, you can enable Pretty Permalinks. Basically, pages change from http://blog.url/?page_id=81 to http://blog.url/page-slug. Posts change from http://blog.url/?p=82 to http://blog.url/2011/05/post-slug. You can adjust the settings to … Read more

Sitewide page on all the blogs in the network

Guess you’re looking for a post or page broadcaster that can help you push post or page creation and update to your multisite blogs. Give these plugins a try: ThreeWP Broadcast Multipost MU (dead link, mirror at the Internet Archive : Wayback Machine)

Remove specific page/post from feed

The quick and dirty way is set the published date a year or so in the past, past the oldest posts in the feed. There’s also a nice plugin for this – Stealth Publish – where you set a flag in a custom field to exclude it from feeds and the home page feed.

Show child pages when on a child page

Add this code in sidebar.php.this code will help you. global $post; $parent_id = $post->post_parent; if(!empty($parent_id)){ $parent_post=get_post($parent_id); echo ‘<h1 class=”entry-title”>’.$parent_post->post_title.'</h1>’; echo ‘<ul>’; $children = wp_list_pages(‘title_li=&child_of=” . $parent_id . “&echo=0’); if ($children) { echo $children; echo ‘</ul>’; } } else { echo ‘<ul>’; $page =$post->ID; $children = wp_list_pages(‘title_li=&child_of=” . $page . “&echo=0’); if ($children) { echo $children; … Read more

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