Make WordPress Themes


Ignore:
Timestamp:
04/17/2025 05:43:34 PM (7 months ago)
Author:
themedropbox
Message:

New version of Blocksy - 2.0.96

Location:
blocksy/2.0.96
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blocksy/2.0.96/inc/components/hero/elements.php

    r239587 r268083  
    304304        } else {
    305305            if (! is_search()) {
    306                 if (! empty(get_the_archive_description())) {
     306                if (
     307                    ! is_author()
     308                    &&
     309                    ! empty(get_the_archive_description())
     310                ) {
    307311                    $description = '<div class="' . $description_class . '">' . get_the_archive_description() . '</div>';
    308312                }
Note: See TracChangeset for help on using the changeset viewer.