Different banner on home page

if you like a simple solution, you can use WordPress Frontpage Banner plugin, it shows a banner or article only on frontpage http://wordpress.org/extend/plugins/wp-frontpagebanner/

Can I change the “Home” text in the menu?

What I did was really simple…In the admin panel I left the name as home, then I used conditional statements to change the name. For the navigation I used: <ul> <li <?php if ( is_home() ) { ?>class=”current_page_item”<?php } ?>><a href=”https://wordpress.stackexchange.com/questions/32328/<?php bloginfo(“url’) ?>”>About Us</a></li> <?php $args = array(“exclude” => “”.page_name(‘Homepage’).”, “title_li” => “”); wp_list_pages( $args … Read more

Finding the index page using the admin panel of wordpress

Take a look at WordPress’ Template Hierachy. You will need to find which theme is active, and investigate the theme files. Also check Settings → Reading to see if a static page is being set as the homepage. If it is not it should be one of the following template files: index.php home.php front-page.php Hope … Read more

Single-page wordpress theme navigation

I’ve done a few templates that essentially are on one page. I used this code as the starting block for all of them: <?php $my_wp_query = new WP_Query(); $all_wp_pages = $my_wp_query->query(array(‘post_type’ => ‘page’,’posts_per_page’ => -1)); foreach ($all_wp_pages as $value){ $post = get_page($value); $slug = $post->post_name; $title = $post->post_title; $content = apply_filters(‘the_content’, $post->post_content); }; ?> It … Read more

Extra Text in URL

The extra “nathantornquist” in the URL happens when you don’t have the trailing slash on http://www.nathantornquist.com/wordpress. What are the contents of your .htaccess file?

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