• Resolved marklock

    (@marklock)


    Thanks for all the work on such a great theme, can’t wait to get my site live – 2 questions.

    1/ Footer. I set-up a child theme and editted the footer.php to add a bit more text. I noticed whenever you visit a category page the text “Mesocolumn Theme by Dezzain” dissappears (happens using the main footer.php too).

    ie. it’s here http://demo.dezzain.com/?wptheme=mesocolumn then dissappears here http://www.dezzain.com/news-and-updates

    2/ Read your great article on Schema markup (http://www.dezzain.com/wordpress-tutorials/how-to-add-schema-markup-for-wordpress-blog-with-multi-authors) and checked it out with the the theme on http://www.google.com/webmasters/tools/richsnippets, everything worked great apart from a few errors:

    Error: Missing required field “entry-title”.
    Error: Missing required field “updated”.
    Error: Missing required hCard “author”.

    I copied the single.php to my child theme and modified the title line.
    <h1 class=”post-title entry-title”><?php the_title(); ?></h1>

    And editted lib > templates > post-meta.php lines:

    <span class=”post-author vcard author”><i class=”icon-user”></i><span class=”fn”><?php the_author_posts_link(); ?></span></span>

    <span class=”post-time date updated”><i class=”icon-time”></i><?php echo the_time( get_option( ‘date_format’ ) ); ?></span>

    Not sure if that’s right/easier way of doing it?

    Thanks again, keep up the good work, Mark.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    hi marklock
    1) yes it was intended to, i don’t want a sitewide link:)
    2) the schema only work for single post/page and not homepages.
    you could try install social-jet plugin from my site for easier implement.

    Thread Starter marklock

    (@marklock)

    Thanks Richie.

    Great theme 🙂
    But, why couldn’t i change footer.php, i just want to remove tags there. please help..

    Warning: fopen(C:\….\httpdocs/wp-content/themes/mesocolumn/footer.php) [function.fopen]: failed to open stream: Permission denied in C:\……\httpdocs\wp-admin\theme-editor.php on line 85

    Warning: Cannot modify header information – headers already sent by (output started at C:\…..\httpdocs\wp-admin\theme-editor.php:85) in C:….\httpdocs\wp-includes\pluggable.php on line 899

    my site: http://www.sristudentsolutions.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer and Schema’ is closed to new replies.