New Landing How can we help? Cardinal hentry issues

Viewing 10 posts - 16 through 25 (of 25 total)
  • Posted in: Cardinal
  • #218635
    rwolfenden
    Member
    Post count: 66

    In the first post there should be two screenshots – one from my webmaster console – this is what’s still showing even after the update.

    R

    #218636
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    I see that – but what is the “last seen date” now? The structured data testing tool should show the latest info, whereas the webmaster tool will be a log of previous messages.

    – Ed

    #218644
    rwolfenden
    Member
    Post count: 66

    Webmaster tools say last seen 3rd October 2015.

    Thanks,
    Rob

    #218655
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    On the URL you provided? Can you provide any others which have this so that I can check a few?

    – Ed

    #218659
    rwolfenden
    Member
    Post count: 66
    This reply has been marked as private.
    #218895
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you try adding this to your/a child theme functions.php file?

     if ( ! function_exists( 'sf_post_detail_heading' ) ) {
            function sf_post_detail_heading() {
                global $post;
                ?>
                <header class="article-heading hidden-hatom">
                    <div class="container">
                        <div class="entry-title" itemprop="name"><?php the_title(); ?></div>
                        <span class="date updated"><?php the_date(); ?></span>
                        <span class="vcard author">
                        	<span class="fn"><?php the_author_meta( 'display_name' ); ?></span>
                        </span>
                    </div>
                </header>
            <?php
            }
        }
        add_action( 'sf_post_article_start', 'sf_post_detail_heading', 10 );

    Unable to replicate the error locally, so difficult to test. Hopefully that sorts it.

    – Ed

    #218902
    rwolfenden
    Member
    Post count: 66
    This reply has been marked as private.
    #218904
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Add it before the:

    ?>

    at the bottom of the file.

    – Ed

    #218976
    rwolfenden
    Member
    Post count: 66
    This reply has been marked as private.
    #219151
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Let us know if necessary. thanks Ed.

    -Ryui

Viewing 10 posts - 16 through 25 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register