Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: RSS feed error
    Thread Starter design2343

    (@design2343)

    could i identify line 3 at column 6 through my hosting provider or in my dashboard?

    Forum: Fixing WordPress
    In reply to: RSS feed error
    Thread Starter design2343

    (@design2343)

    Tried that, still that issue. Last week there was no problem, it was only since then. It says there’s an error in the code, the only thing I touched was the header document, I added a couple lines and then deleted them. Is it saying there’s something wrong in the header?

    What else could it be?

    First few header lines:

    <?php if ( !defined( ‘ABSPATH’ ) ) exit; ?><!DOCTYPE html>

    <html <?php language_attributes(); ?>>

    <head>
    <title><?php echo wp_title( ‘-‘, false, ‘right’ ) ? wp_title( ‘-‘, false, ‘right’ ) : get_bloginfo( ‘name’ ); ?></title>
    <?php wp_head(); ?>

    </head>

    Thread Starter design2343

    (@design2343)

    thanks!

    Thread Starter design2343

    (@design2343)

    RIght I coded it to change the size of the image so the nav bar would fit better, but when the browser window is large the logo is still sometimes unredeabely tiny. It happens about half the time…. which is so weird. already cleared cache etc.

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