Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Mosterd3d

    (@mosterd3d)

    There is no shortcode yet! I’ll fix it in the next update!

    Thread Starter monitor

    (@oomskaap)

    Can’t wait! Thanks.
    Any chance to support thumbnails perhaps?

    I”m planning to use this plugin on a users “profile” page on ecommerce to show 10 thumbnails of his last viewed posts.

    Plugin Author Mosterd3d

    (@mosterd3d)

    You mean only showing the thumbnails?

    Thread Starter monitor

    (@oomskaap)

    Titles and thumbnail.
    My goal is to create something like this:

    View post on imgur.com

    I use:

    <h1><a>"><?php the_title(); ?></a></h1>
    <a>" rel="bookmark" class="xxxx" title="<?php the_title_attribute(); ?>">
    <?php the_post_thumbnail(); ?> </a>
    Plugin Author Mosterd3d

    (@mosterd3d)

    First of all, you will get most out of SEO if you have a single h1 tag on each page. So to use it multiple times like you describe, it’s not a good idea! Second, I can make a checkbox for the thumbnail to behave like a link( or not) and one for show/hide excerpts, but that’s all! I will not change the html-structure or tags, just to make it custom for you. If you want too, you can hack it by yourself, or use css like position absolute.

    Last: The shortcode is still coming!

    Plugin Author Mosterd3d

    (@mosterd3d)

    I updated the plugin to version 0.9.0! Now you can use a shortcode inside your pages or posts. Use [dd_lastviewed widget_id=”14″] eg.
    I hope you like it (if so don’t forget to rate!). I mark this topic as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Template tag?’ is closed to new replies.