Changeset 144817 for viral-news
- Timestamp:
- 03/17/2021 04:25:51 PM (5 years ago)
- Location:
- viral-news/1.3.1
- Files:
-
- 4 edited
- 1 copied
-
. (copied) (copied from viral-news/1.3.0)
-
functions.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (1 diff)
-
welcome/sections/footer.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
viral-news/1.3.1/functions.php
r140489 r144817 54 54 'header-text' => array('.vn-site-title', '.vn-site-description'), 55 55 )); 56 57 // Add support for Block Styles. 58 add_theme_support('wp-block-styles'); 59 60 // Add support for full and wide align images. 61 add_theme_support('align-wide'); 62 63 // Add theme support for selective refresh for widgets. 64 add_theme_support('customize-selective-refresh-widgets'); 65 66 // Add support for responsive embedded content. 67 add_theme_support('responsive-embeds'); 56 68 } 57 69 … … 188 200 'family' => urlencode(implode('|', $fonts)), 189 201 'subset' => urlencode($subsets), 202 'display' => 'swap', 190 203 ), '//fonts.googleapis.com/css'); 191 204 } -
viral-news/1.3.1/readme.txt
r140489 r144817 17 17 18 18 == Changelog == 19 = 1.2.9 - Mar 17, 2021 = 20 * Added theme support for Gutenberg blocks and align wide 21 * Added display swap in Google Fonts 22 19 23 = 1.2.8 - Dec 16, 2020 = 20 24 * New Year Banner Added -
viral-news/1.3.1/style.css
r141394 r144817 5 5 Author URI: https://hashthemes.com 6 6 Description: Viral News is a Magazine, News WordPress theme focused on a news portal, magazine, newspaper, blog, publishing website. The theme has a clean and minimal design that can be suited for any kind of magazine or blogging website. The theme offers multiple ways to design your website - either from the Elementor Page Builder plugin or Customizer. The theme has 20+ magazine based elements for Elementor that you can drag & drop and play with to create the website of your imagination. Or you can even create your website from the customizer panel with a live preview. The theme has a repeatable drag and drop news/magazine modules in the customizer as well. So it’s upon you to either user Elementor or Customizer. There are 5 widgets that are specially built for news/magazine websites that you can add in the widget areas in the sidebar or footer. Viral News is translation ready, SEO optimized, highly customizable, and is compatible with all the major WordPress Plugin. The theme has everything needed to build a complete news, magazine, blog website. Moreover, the theme provides 12+ ready-made demo that you can import with just one click. View our multiple demos - http://demo.hashthemes.com/viral-news 7 Version: 1.3. 07 Version: 1.3.1 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 Text Domain: viral-news 11 11 Tags: blog, entertainment, news, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-image-header, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready 12 Tested up to: 5. 512 Tested up to: 5.6.2 13 13 Requires PHP: 5.6 14 14 -
viral-news/1.3.1/welcome/sections/footer.php
r140489 r144817 38 38 39 39 <div class="plugin-title-wrap"> 40 <div class="plugin-title">News </div>40 <div class="plugin-title">News One</div> 41 41 <div class="plugin-btn-wrapper"> 42 42 <a target="_blank" href="https://demo.hashthemes.com/viral-pro/viral-news-one/" class="button button-primary"><?php echo esc_html__('Preview', 'viral-news'); ?></a> … … 51 51 52 52 <div class="plugin-title-wrap"> 53 <div class="plugin-title">News </div>53 <div class="plugin-title">News Two</div> 54 54 <div class="plugin-btn-wrapper"> 55 55 <a target="_blank" href="https://demo.hashthemes.com/viral-pro/viral-news-two/" class="button button-primary"><?php echo esc_html__('Preview', 'viral-news'); ?></a> … … 64 64 65 65 <div class="plugin-title-wrap"> 66 <div class="plugin-title">News </div>66 <div class="plugin-title">News Three</div> 67 67 <div class="plugin-btn-wrapper"> 68 68 <a target="_blank" href="https://demo.hashthemes.com/viral-pro/viral-news-three/" class="button button-primary"><?php echo esc_html__('Preview', 'viral-news'); ?></a> … … 77 77 78 78 <div class="plugin-title-wrap"> 79 <div class="plugin-title">News </div>79 <div class="plugin-title">News Four</div> 80 80 <div class="plugin-btn-wrapper"> 81 81 <a target="_blank" href="https://demo.hashthemes.com/viral-pro/viral-news-four/" class="button button-primary"><?php echo esc_html__('Preview', 'viral-news'); ?></a>
Note: See TracChangeset
for help on using the changeset viewer.