Make WordPress Themes

Changeset 159082 for bard


Ignore:
Timestamp:
12/13/2021 07:00:14 AM (4 years ago)
Author:
themedropbox
Message:

New version of Bard - 1.97

Location:
bard/1.97
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bard/1.97/readme.txt

    r157129 r159082  
    44Requires at least: WordPress 4.7+
    55Tested up to: WordPress 5.8.1
    6 Version: 1.96
     6Version: 1.97
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
  • bard/1.97/style.css

    r157129 r159082  
    55Author URI: http://wp-royal.com/
    66Description: Personal and Multi-Author Free WordPress Blog Theme. Perfect for personal, lifestyle, health & fitness, food, cooking, bakery, travel, beauty, fashion, wedding, photography, news, quotes blog, auto blog, small business website and any other kind of amazing blogs. Minimal, elegant & mobile friendly layout with WooCommerce shop (storefront) support will WOW and inspire your visitors. Well documented and very easy to use even for WordPress beginners. Clean and Modern Responsive design will perfectly showcase your content on any device, even on tablet, mobile & retina displays. Very fast, compatibility with many popular plugins & of course translation & RTL (right to left language) ready, coded with best SEO practices. The theme has features like Text & Image logo, Fullscreen Slider, Header image, Instagram slider widget support, footer menu support, GDPR compatibility plugins support and many more. Works perfectly with all major drag and drop page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi. You just need to write and be awesome! TEMPLATE DEMO: http://wp-royal.com/themes/bard-free/demo/
    7 Version: 1.96
     7Version: 1.97
    88Requires at least: 4.7
    99Requires PHP: 5.2.4
     
    18281828}
    18291829
    1830 .category-description h3 {
     1830.category-description h4 {
    18311831  margin-top: 5px;
    1832   margin-bottom:11px;
     1832  margin-bottom: 11px;
     1833  text-transform: capitalize;
    18331834}
    18341835
  • bard/1.97/templates/grid/category-description.php

    r140319 r159082  
    55$category_description = $categories->category_description;
    66
    7 if ( !empty( $category_description ) ) : ?>
     7?>
     8
    89<div class="category-description"> 
    910
    10     <h3><?php echo esc_html( $category_name ); ?></h3>
    11     <p><?php echo ''. $category_description; ?></p>
     11    <h4><?php echo esc_html( $category_name ); ?></h4>
     12
     13    <?php
     14        if ( !empty( $category_description ) ) {
     15            echo '<p>'. $category_description .'</p>';
     16        }
     17    ?>
    1218
    1319</div>
    14 <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.