Make WordPress Themes

Changeset 193064


Ignore:
Timestamp:
05/31/2023 08:41:19 AM (2 years ago)
Author:
themedropbox
Message:

New version of Ashe - 2.214

Location:
ashe/2.214
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ashe/2.214/readme.txt

    r190579 r193064  
    33Author: Royal-Flush wp-royal-themes.com
    44Requires at least: WordPress 4.7+
    5 Tested up to: WordPress 6.2
    6 Version: 2.213
     5Tested up to: WordPress 6.2.2
     6Version: 2.214
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
  • ashe/2.214/style.css

    r190579 r193064  
    55Author URI: https://wp-royal-themes.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: https://ashe-free.wp-royal-themes.com/demo/
    7 Version: 2.213
     7Version: 2.214
    88Requires at least: 4.7
    99Requires PHP: 5.2.4
    10 Tested up to: 6.2
     10Tested up to: 6.2.2
    1111License: GPLv3 or later
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.en.html
  • ashe/2.214/templates/grid/blog-grid.php

    r140318 r193064  
    4848                    <?php if ( get_the_title() ) : ?>
    4949                    <h2 class="post-title">
    50                         <a href="<?php esc_url( the_permalink() ); ?>"><?php the_title(); ?></a>
     50                        <a href="<?php echo esc_url( get_the_permalink() ); ?>"><?php the_title(); ?></a>
    5151                    </h2>
    5252                    <?php endif; ?>
  • ashe/2.214/templates/grid/blog-list.php

    r140318 r193064  
    4848                        <?php if ( get_the_title() ) : ?>
    4949                        <h2 class="post-title">
    50                             <a href="<?php esc_url( the_permalink() ); ?>"><?php the_title(); ?></a>
     50                            <a href="<?php echo esc_url( get_the_permalink() ); ?>"><?php the_title(); ?></a>
    5151                        </h2>
    5252                        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.