Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions templates/archive-project.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@

<?php endif; ?>

<?php do_action( 'projects_archive_description' ); ?>
<?php
do_action( 'projects_archive_description' );
dynamic_sidebar( 'projects-by-woothemes-archive-description' );
?>


<?php if ( have_posts() ) : ?>

Expand Down Expand Up @@ -93,4 +97,4 @@
do_action( 'projects_sidebar' );
?>

<?php get_footer( 'projects' ); ?>
<?php get_footer( 'projects' ); ?>