Forum Replies Created

Viewing 15 replies - 1 through 15 (of 30 total)
  • Forum: Fixing WordPress
    In reply to: XML Sitemap
    Thread Starter emberjd123

    (@emberjd123)

    Thanks, just rechecked the server control panel and both files xml and xml.gz have changed to sitemap.backup, so looks like done automatically. Take it don’t need to manually press a button and rebuild the Yoast sitemap as done automatically, so all now done. Thanks for your help Tim, it’s appreciated.

    Forum: Fixing WordPress
    In reply to: XML Sitemap
    Thread Starter emberjd123

    (@emberjd123)

    Thanks. I’ve looked in server control panel and there’s a sitemap.backup.xml and a sitemap.xml.gz files. I did have a all in one SEO plugin, but it wasn’t active. Now deleted the plugin. Under the WordPress dashboard, settings, XML sitemap, there was a button to delete the old sitemap, which I pressed and it now states removed. Should I also delete the xml.gz file under the server control panel? Thanks, sorry if not up to speed.

    Thread Starter emberjd123

    (@emberjd123)

    Thank you, works. New to this, ta.

    Thread Starter emberjd123

    (@emberjd123)

    ? Looks like you’re posted on the wrong thread.

    Any help for my issue would be appreciated, thanks.

    Thread Starter emberjd123

    (@emberjd123)

    I have found the category ID, just hoping for some help with the code and where to put it?

    Thread Starter emberjd123

    (@emberjd123)

    I’ve found the following code under single post, single.php file

    <?php get_header(); ?>
    <div id="content">
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
        <h4>Written on <?php the_time('j M Y') ?> by <?php the_author_meta('nickname'); ?></h4>
        <h1><?php the_title(); ?></h1>
        <?php the_content(); ?>
    <?php endwhile; endif; ?>
    </div>
    
    <?php get_footer(); ?>

    Any help would be great, thanks

    Thread Starter emberjd123

    (@emberjd123)

    sorry link is

    Forum: Fixing WordPress
    In reply to: IMG tag error
    Thread Starter emberjd123

    (@emberjd123)

    I’ve looked up page source and its the BIBA and Unitas icons in the sidebar. Always had alt text in image widget but because no link like the other icons it does show up when you hover over it.
    <img width="80" height="100" alt="" class="attachment-full" style="max-width: 80px;max-height: 100px;" src="http://www.emberjd.com/wp-content/uploads/2012/11/biba_member-jpeg.jpg"><img width="80" height="100" alt="" class="attachment-full alignleft" style="max-width: 80px;max-height: 100px;" src="http://www.emberjd.com/wp-content/uploads/2013/04/resized_5166694b4505f.jpg">

    Any advice would be useful. Thanks

    Forum: Fixing WordPress
    In reply to: IMG tag error
    Thread Starter emberjd123

    (@emberjd123)

    I thought it might be the quote buttons, but it only seems to affect pages. Shows error count of 2 on each page, even when there’s only one button or loads of buttons like The homepage. `Error Count Description

    2 The <img> tag does not have an ALT attribute defined.`

    Webmaster provides the following explanation:

    Low Severity Issue
    The <img> tag does not have an ALT attribute defined.
    Recommended Action:
    Use the <img alt> attribute to write descriptive content for the image: <img source="pic.gif" alt="Accurate and descriptive keyword text that represents the image."</img>.
    SEO Explanation:
    As a general rule, search engines do not interpret the content of image files. The text provided in the <img alt> attribute enables the site owner to provide relevant information to the search engine and to the end user. Alt text is helpful to end users if they have images disabled or if the image does not properly load. In addition, the Alt text is utilized by screen readers. Make sure that your Alt text is descriptive and accurately reflects what the image represents and supports the content on the page.
    Forum: Fixing WordPress
    In reply to: IMG tag error
    Thread Starter emberjd123

    (@emberjd123)

    I’ve just noticed the error is on pages but no posts. Yet I use the same code format.

    http://www.emberjd.com/

    Thread Starter emberjd123

    (@emberjd123)

    Thanks to the both of you. Only the <meta name=”msvalidate.01″ content=”92B028B04E0AD621921D2E522EF55EA2″ /> was needed.

    Thread Starter emberjd123

    (@emberjd123)

    Thanks. If I just remove the page contents will it disappear but I still have the site verified on Bing? Do I remove the <body> aswell?

    Thread Starter emberjd123

    (@emberjd123)

    Hi today I verified my site on Bing Webmaster. I copied the following code into header.php

    <html>
    <head>
    <meta name=”msvalidate.01″ content=”92B028B04E0AD621921D2E522EF55EA2″ />
    <title>emberJD</title>
    </head>
    <body>
    page contents
    </body>
    </html>

    Could it be the page contents element is showing up?

    Thread Starter emberjd123

    (@emberjd123)

    Thanks, errors removed.

    Thread Starter emberjd123

    (@emberjd123)

    Thanks. Under ul with li bullet points. A couple of h3 included aswell. A copy from W3C:

    Line 131, Column 4: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag

Viewing 15 replies - 1 through 15 (of 30 total)