Skip to content

Commit

Permalink
towards seminardesk-wordpress compatibility (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolfst committed Sep 23, 2020
1 parent 6cf5c25 commit fd65b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parts/single-heading.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<h1 class="post-title entry-title"><?php the_title(); ?></h1>
<?php if (!(is_singular ( array ('ev7l-event', 'ev7l-event-category', 'ev7l-referee') ) ) ) {
<?php if (!(is_singular ( array ('ev7l-event', 'ev7l-event-category',
'ev7l-referee', 'sd_cpt_event', 'sd_cpt_date', 'sd_cpt_facilitator' ) ) ) ) {
get_template_part('parts/single-author-date');
}
?>

0 comments on commit fd65b56

Please sign in to comment.