Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bbpress should support schema


  • odevbul
    Participant

    @odevbul

    Hello there
    I love bbpress. But schema doesn’t support it. Is there a study on this topic?

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

  • Robin W
    Moderator

    @robin-w

    sorry, but bbpress is a wordpress plugin, that’s it


    odevbul
    Participant

    @odevbul

    @Robin I did that. Can I add codes to those who want to?


    odevbul
    Participant

    @odevbul

    bbpress/templates/default/bbpress/pagination-replies.php line:15

    div class="bbp-pagination" temprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
    	<link itemprop="interactionType" href="http://schema.org/CommentAction" />
    	<div class="bbp-pagination-count" itemprop="userInteractionCount">

    bbpress/templates/default/bbpress/loop-single-reply.php line:42

    <span itemprop="author" itemscope itemtype="http://schema.org/Person">
    	<span itemprop="name"><?php do_action( 'bbp_theme_before_reply_author_details' ); ?>

    your template page.php edit

    <article itemid="<?php the_permalink(); ?>" itemscope itemtype="http://schema.org/DiscussionForumPosting" id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?>>
    								<h1 class="post-title" itemprop="headline"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>

    Robin W
    Moderator

    @robin-w

    are you talking about scheme.org or the schema theme?


    odevbul
    Participant

    @odevbul

    Yes I added schema.org discussforumposting this way and it works smoothly. It only gives picture warning. The room is not a must


    clementineraynor
    Participant

    @clementineraynor

    Is there any inbuilt option for schema markup?


    Robin W
    Moderator

    @robin-w

    no

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar