fluentdesigns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a “Home” pageno help? I need to figure this out…
Forum: Fixing WordPress
In reply to: 5 headlines per category on the home page?Here is a good place to start..
Forum: Fixing WordPress
In reply to: 5 headlines per category on the home page?Im actually looking to do the same thing but have had no luck with someone replying.
Forum: Fixing WordPress
In reply to: Posting info to display seperatly??? 🙁
Forum: Fixing WordPress
In reply to: Adding a “Home” pageLooks like a tag is used to generate the menu coding.. here is my header.php file.
<html> <head> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta http-equiv="content-type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <style media="all" type="text/css">@import "<?php bloginfo('stylesheet_url'); ?>";</style> <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" media="screen"/><![endif]--> </head> <body> <div id="header"> <a href="<?php echo get_settings('home'); ?>/" class="logo">Side X Side Action</a> <ul> <?php wp_list_pages('sort_column=ID&title_li='); ?> </ul> </div>Forum: Fixing WordPress
In reply to: Adding a “Home” pagesidexsideaction dot com you will see the logo links to the home page all I want to do is add another link in the nav bar that goes to the home page of the site.
Forum: Fixing WordPress
In reply to: Posting info to display seperatlynobody has any info on this?
Forum: Fixing WordPress
In reply to: Adding a “Home” pagefor some reason that didnt seem to work. I did everything and now when I click the home button it would just go to a blank page with no information. Is there a way to make it link to my domain name?