- Timestamp:
- 12/13/2021 07:00:14 AM (4 years ago)
- Location:
- bard/1.97
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from bard/1.96)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (2 diffs)
-
templates/grid/category-description.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bard/1.97/readme.txt
r157129 r159082 4 4 Requires at least: WordPress 4.7+ 5 5 Tested up to: WordPress 5.8.1 6 Version: 1.9 66 Version: 1.97 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.en.html -
bard/1.97/style.css
r157129 r159082 5 5 Author URI: http://wp-royal.com/ 6 6 Description: 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.9 67 Version: 1.97 8 8 Requires at least: 4.7 9 9 Requires PHP: 5.2.4 … … 1828 1828 } 1829 1829 1830 .category-description h 3{1830 .category-description h4 { 1831 1831 margin-top: 5px; 1832 margin-bottom:11px; 1832 margin-bottom: 11px; 1833 text-transform: capitalize; 1833 1834 } 1834 1835 -
bard/1.97/templates/grid/category-description.php
r140319 r159082 5 5 $category_description = $categories->category_description; 6 6 7 if ( !empty( $category_description ) ) : ?> 7 ?> 8 8 9 <div class="category-description"> 9 10 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 ?> 12 18 13 19 </div> 14 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.