Skip to content

Commit

Permalink
update modal
Browse files Browse the repository at this point in the history
  • Loading branch information
pattyok committed Apr 9, 2022
1 parent 52f19ea commit da93273
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Primary Branch: main
* Description: Series of blocks designed to work with this site's custom Theme
* Author: Patty O'Hara
* Version: 2.2.38
* Version: 2.2.39
* Author URI https://carkeekstudios.com/
* Text Domain: carkeek-blocks
*/
Expand Down
10 changes: 6 additions & 4 deletions templates/custom-archive/modal_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ class="ck-modal-item-name"
<?php } ?>
<?php do_action( 'ck_custom_archive_layout_modal_dialog__after_image' ); ?>
<!-- Shows up on small and big item -->
<?php do_action( 'ck_custom_archive_layout__before_title', $data ); ?>
<p class="ck-modal-item-name"><?php the_title(); ?></p>
<?php do_action( 'ck_custom_archive_layout__after_title', $data ); ?>
<?php do_action( 'ck_custom_archive_layout_modal_dialog__after_title' ); ?>
<div class="ck-modal-item-header">
<?php do_action( 'ck_custom_archive_layout__before_title', $data ); ?>
<p class="ck-modal-item-name"><?php the_title(); ?></p>
<?php do_action( 'ck_custom_archive_layout__after_title', $data ); ?>
<?php do_action( 'ck_custom_archive_layout_modal_dialog__after_title' ); ?>
</div>
<div class="ck-modal-item-details">
<?php the_content(); ?>
</div>
Expand Down

0 comments on commit da93273

Please sign in to comment.