Viewing 2 replies - 1 through 2 (of 2 total)
  • Very well built plugin. Works nicely for creating the posts. But, how do you display the associated posts? I don’t see any built in method to display them.

    Worst case, I will create a display that will pull the publication post type, and break them out by categories. But I thought I saw a means of doing this already, when I looked this over about a month ago. Must have been mistaken.

    Thanks,
    Scott

    Plugin Author Joan Junyent Tarrida

    (@jjunyent)

    The easiest way o display a publications page would be to create a new page template (e.g. cloning the archive or the index template) and add the following code before the loop.

    query_posts( 'post_type=publications');

    You can also create a custom template for the single publications view by naming it single-publication.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Publication Repository] How to start using the plugin?’ is closed to new replies.