redeemerrsa
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Fixing WordPress
In reply to: Static Page does not work (yet another post like this)Hi Vtxyzy
i tried to change the permalinks with no success.
if it is designed to only use categories, would i not be able to take that part out and put in the code that requests the static page ?thanks for your help
Forum: Fixing WordPress
In reply to: Static Page does not work (yet another post like this)Code updated as per moderater request
Header.php code
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/reset.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/default.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/widgets.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/comments.css" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/glide-flash.css" type="text/css" media="screen" /> <?php wp_enqueue_script('jquery'); ?> <style type="text/css"> <?php if(is_home()): ?> #container { background:transparent url(<?php bloginfo('template_directory'); ?>/images/container-bg.gif) repeat-x 0 0; } <?php endif ?> </style> <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/css/style-ie.css" /> <![endif]--> <?php wp_head(); ?> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.easing.min.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.cycle.all.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($){ $('#top-s').val('Type text to search').focus(function(){ $(this).val(''); }).blur(function(){ if($(this).val() == '') $(this).val('Type text to search'); }); }); </script> </head> <body> <div id="header"><div class="wrapper"> <div id="marquee" class="icon"><?php echo show_marqueeplus1(); ?></div> <div id="top-search-wrap"> <form id="top-search" action="<?php echo get_option('home') ?>/" method="get"> <fieldset> <input type="text" id="top-s" name="s" value="Type text to search" class="input-text"/> <input type="submit" id="top-search-submit" value="" class="input-submit"/> </fieldset> </form> </div><!-- /top-search-wrap --> <div id="branding"> <?php if (is_home()) : $home = ' current_page_item'; ?> <?php else: $home=''; ?> <?php endif ?> </div><!-- /branding --> <div id="page-menu" class="menu clearfix"> <ul> <li><a href="https://sample1.snappingturtle.co.za/">Home</a></li> <li><a href="https://sample1.snappingturtle.co.za/category/finance/">Finance</a></li> <li><a href="https://sample1.snappingturtle.co.za/category/it-jobs/">I.T</a></li> <li><a href="https://sample1.snappingturtle.co.za/category/electronics/">Electronics</a></li> <li><a href="https://sample1.snappingturtle.co.za/category/Telecomms">Telecomms</a></li> <li><a href="https://sample1.snappingturtle.co.za/upload-my-cv/">Upload Your CV</a></li> <li><a href="https://sample1.snappingturtle.co.za/about/">About Us</a></li> <li><a href="https://sample1.snappingturtle.co.za/contact-2/">Contact</a></li> </ul> </div><!-- /page-menu --> <!-- Flash Page banner --> <div id="flash"> <object width="960" height="180" data="https://sample1.snappingturtle.co.za/wp-content/flashfader/banner.swf" type="application/x-shockwave-flash"> <param value="https://sample1.snappingturtle.co.za/wp-content/flashfader/banner.swf" name="movie"/> </object></div> <!-- /Flash Page banner --> </div></div><!-- /header --> <div id="container"><div class="wrapper clearfix">
Does anyone know where i might be able to look, is it in the header ? or page that might be telling it to point to posts on the front page?
Viewing 2 replies - 1 through 2 (of 2 total)