• Resolved ekothari

    (@ekothari)


    Hi,
    My website – environmentpress.in – was recently created, and I had to reload my theme dark autumn due to some error. Now the links to all my pages – about us, RSS (which is default) and Our Team are not working. Can someone guide me what I could have possibly done wrong. I event tried reverting back to the default theme, but the same error is occurring.
    Please help.
    Thanks,
    Ekta

Viewing 3 replies - 1 through 3 (of 3 total)
  • Run Settings > Permalinks

    Thread Starter ekothari

    (@ekothari)

    and heres the html for header.php. Please do let me know what went wrong…

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head>
    <title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <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(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”Shortcut Icon” href=”/favicon.ico” />
    <style type=”text/css”>
    div#banner{ background: #<?php echo get_option(‘da_maincolor’); ?>; border-bottom: 1px solid #<?php echo get_option(‘da_banner2color’); ?> }
    div.navigation ul li.current_page_item a, div.navigation ul li a:hover { background: #<?php echo get_option(‘da_maincolor’); ?>; }
    div#pagination a.current-page { color: #<?php echo get_option(‘da_maincolor’); ?>; }
    div#info p { border: #<?php echo get_option(‘da_maincolor’); ?> 1px solid; }
    .sitetitle h1 a {color: #<?php echo get_option(‘da_maincolor’); ?>; }
    .crss h1 a {color: #<?php echo get_option(‘da_maincolor’); ?>; }
    div#blurb p {color: #<?php echo get_option(‘da_blurbcolor’); ?>; }
    div.navigation ul li a { color: #<?php echo get_option(‘da_lightcolor’); ?>; }
    div.post-subtitle h3 { color: #<?php echo get_option(‘da_lightcolor’); ?>; }
    div.post-footer p {color: #<?php echo get_option(‘da_lightcolor’); ?>;}
    div#sidebar h2 { color: #<?php echo get_option(‘da_lightcolor’); ?>; }
    li.comment{ border: 1px dashed #<?php echo get_option(‘da_lightcolor’); ?>; }
    a, a:active { color: #<?php echo get_option(‘da_linkcolor’); ?>; }
    div#pagination a:hover{ color: #<?php echo get_option(‘da_linkcolor’); ?>;}
    div#sidebar > div ul li a:hover { color: #<?php echo get_option(‘da_linkcolor’); ?>; }
    div.secondary-module li a:hover { color: #<?php echo get_option(‘da_linkcolor’); ?>; }
    div#post-pagination a:hover { color: #<?php echo get_option(‘da_linkcolor’); ?>; }
    a:hover { color: #<?php echo get_option(‘da_hovercolor’); ?>;}
    div#comments div.comment-number a:hover { color: #<?php echo get_option(‘da_hovercolor’); ?>; }
    </style>
    <?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>

    <?php wp_head(); ?>
    </head>
    <body>
    <div class=”wrapper”>
    <div id=”banner”> </div>
    <div id=”branch”> </div>
    <div id=”primary” class=”clearfix”>
    <div class=”navigation”>

    </div>
    <div class=”sitetitle”>
    <h1>“><?php bloginfo(‘name’) ?></h1>
    <p><?php bloginfo(‘description’) ?></p>
    </div>

    Thread Starter ekothari

    (@ekothari)

    Thanks,
    That worked!

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

The topic ‘My pages have disappeared’ is closed to new replies.