Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter txsigma

    (@txsigma)

    thanks for the help so far team…now the code i posted above came from inside the header.php file from the edit theme feature in wordpress. but when i ftp into the site and view header.php it gives me the following

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <?php
    	global $inove_nosidebar;
    	$options = get_option('inove_options');
    	if (is_home()) {
    		$home_menu = 'current_page_item';
    	} else {
    		$home_menu = 'page_item';
    	}
    	if($options['feed'] && $options['feed_url']) {
    		if (substr(strtoupper($options['feed_url']), 0, 7) == 'HTTP://') {
    			$feed = $options['feed_url'];
    		} else {
    			$feed = 'https://' . $options['feed_url'];
    		}
    	} else {
    		$feed = get_bloginfo('rss2_url');
    	}
    ?>
    
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head profile="https://gmpg.org/xfn/11">
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    
    	<link rel="alternate" type="application/rss+xml" title="<?php _e('RSS 2.0 - all posts', 'inove'); ?>" href="<?php echo $feed; ?>" />
    	<link rel="alternate" type="application/rss+xml" title="<?php _e('RSS 2.0 - all comments', 'inove'); ?>" href="<?php bloginfo('comments_rss2_url'); ?>" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    	<!-- style START -->
    	<!-- default style -->
    	<style type="text/css" media="screen">@import url( <?php bloginfo('stylesheet_url'); ?> );</style>
    	<!-- for translations -->
    	<?php if (strtoupper(get_locale()) == 'ZH_CN' || strtoupper(get_locale()) == 'ZH_TW') : ?>
    		<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/chinese.css" type="text/css" media="screen" />
    	<?php elseif (strtoupper(get_locale()) == 'HE_IL' || strtoupper(get_locale()) == 'FA_IR' || strtoupper(get_locale()) == 'UG_CN' || strtoupper(get_locale()) == 'CKB') : ?>
    		<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/rtl.css" type="text/css" media="screen" />
    	<?php endif; ?>
    	<!--[if IE]>
    		<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie.css" type="text/css" media="screen" />
    	<![endif]-->
    	<!-- style END -->
    
    	<!-- script START -->
    	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/base.js"></script>
    	<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/menu.js"></script>
    	<!-- script END -->
    
    	<?php wp_head(); ?>
    </head>
    
    <?php flush(); ?>
    
    <body>
    <!-- wrap START -->
    <div id="wrap">
    
    <!-- container START -->
    <div id="container" <?php if($options['nosidebar'] || $inove_nosidebar){echo 'class="one-column"';} ?> >
    
    <?php include('templates/header.php'); ?>
    
    <!-- content START -->
    <div id="content">
    
    	<!-- main START -->
    	<div id="main">

    is this the correct code i should be giving you guys? what gives? what else could cause to all in one seo plugin not to work?

    Thread Starter txsigma

    (@txsigma)

    vtxzzy – thanks alot for your help, thats definitely a step in the right direction!

    I have it working so far, but it posts the full version of the post…i was hoping to have more of a directory of posts something similar to

    https://gameimprovementirons.com/game-improvement-irons-list.html

    (on the left hand side with the summary/pictures)

    any ideas? thanks again!

    Thread Starter txsigma

    (@txsigma)

    Could it possibly be something with the css? Im still new to WP, especially WP 2.5

    Thread Starter txsigma

    (@txsigma)

    https://www.gulfcoastfishingforum.com/?page_id=3

    Thanks for your help Moshu and Otto! Got it working somewhat, does anyone know why it looks like that?

    Moshu – I guess I just dont have the wordpress Lingo down,what I mean by a “regular” page was something such as a contact page or the about us page.

    Thread Starter txsigma

    (@txsigma)

    ok I am gonna try that now. Then what exactly is archive.php…and how do I tell the difference between a template page and a regular page?

    Thread Starter txsigma

    (@txsigma)

    Ive noticed there is an archive.php template included in with the theme and uploaded onto the server. I guess I just need help with assigning that one to a certain page?

    Thread Starter txsigma

    (@txsigma)

    ok i will have to try that out, do i just need to make a themes folder and put an archive.php file in there?

    Forum: Fixing WordPress
    In reply to: displaying feeds?

    did anyone find a solution to this problem? i too have had problems with getting anything other than the firstrss footer to show up…

Viewing 8 replies - 1 through 8 (of 8 total)