Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter bms123

    (@bms123)

    Thank you, giving it a try..

    Thread Starter bms123

    (@bms123)

    Great advise, thanks.
    I deactivated all plug-ins, turns out “Download File Manager” was the culprit. Too bad, I am still in need of a file manager to upload PDF files and docs for access online.
    Any recomendations???

    Thanks again for all your help.

    Hello,
    I have been reading everything I can find about this topic, I have also tried everything, however I suspect there is more to my situation. For some reason not only do the images NOT show up in any of the custom fields, but the expert nor the image will show on the Lead Article, I changed the names of the tabs, however from what I gather this should not effect this. I should add this problem had occurred before hand.
    I also noticed that my version of WP 2.6.5 does not display category IDs.
    Is there some thing I should be doing in the code to compensate?

    PLEASE help!
    Thanks
    Anita

    Hi All,

    I’m sorry…I am having the same problem, however I just cant figure out what past to delet within my header.php

    I have included the code, possibly someone could point out what to remove. I had removed the the following but….

    <?php wp_head(); ?>
    </head>
    <body<?php if (() ) {“<?php } ?>>
    <div id=”page” class=”clearfloat”>

    but this certainly was not the correct html.
    Here is the full Header.php
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?>
    » <?php
    foreach((get_the_category()) as $cat) {
    echo $cat->cat_name . ‘ ‘;
    } ?> <?php } ?>

    <?php wp_title(); ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/nav.css” type=”text/css” media=”screen” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/print.css” type=”text/css” media=”print” />

    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/js/dropdowns.js”></script>

    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_head(); ?>
    </head>
    <body<?php if (() ) {“<?php } ?>>
    <div id=”page” class=”clearfloat”>

    <div class=”clearfloat”>
    <div id=”branding” class=”left”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    </div>

    <div class=”right”><?php include (TEMPLATEPATH . ‘/searchform.php’); ?></div>
    </div>

    <ul id=”nav” class=”clearfloat”>

    Forum: Plugins
    In reply to: Plugin page blank
    Thread Starter bms123

    (@bms123)

    Thanks, only problem is I can access the plugins page to deactivate them, is there another solution to do this?
    Anita

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