Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter anythinggraphic

    (@anythinggraphic)

    Nothin’?

    Plugin Author Hal Gatewood

    (@halgatewood)

    Are you comfortable modifying PHP files?

    Thread Starter anythinggraphic

    (@anythinggraphic)

    Yes.

    Plugin Author Hal Gatewood

    (@halgatewood)

    I will look into a more elegant solution for the future but this may get you started:

    You can copy your archive.php file in your theme and name it archive-testimonial.php

    You need to remove whatever is inside the “loop” (look for have_posts()) and replace it with this:

    echo testimonial_single_shortcode( array( 'id' => get_the_id() ));

    There may be a few more things you need to do depending on your theme. You may have to add some wrapper stuff to make it look properly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Archive Page – Author Information’ is closed to new replies.