Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andrew Bartel

    (@andrew-bartel)

    Hey Tom, thanks for the feedback and thanks for using the plugin. We’ll look into adding options on what kind of markup is generated for the title in the release we roll out after WordPress 3.6 is released.

    + 1 for this. Another nice touch would be to streamline the plugin with the rest of recent WP (3.6) This means using an “aside” with a class “widget” as a wrapper.

    Changing line 191
    $recent_comments = '<div id="disqus_rcw_title"><h4 class="widgettitle">Recent comments</h4>';

    to

    $recent_comments = '<aside id="disqus_rcw_title" class="widget"><h3 class="widget-title">Recente reacties</h3>';

    Plugin Author Andrew Bartel

    (@andrew-bartel)

    Hey Bram,

    Great suggestion, I’m going to release 1.1 this weekend and I’ll add an option what wraps the title and have aside be the default.

    Thanks! (Don’t forget the “widget” class. :D)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘disqus_rcw_title’ is closed to new replies.