Changeset 197568 for viral-news
- Timestamp:
- 07/26/2023 04:51:21 PM (2 years ago)
- Location:
- viral-news/1.4.75
- Files:
-
- 1 added
- 1 deleted
- 5 edited
- 1 copied
-
. (copied) (copied from viral-news/1.4.74)
-
css/editor-style.css (added)
-
functions.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
-
screenshot-o.jpg (deleted)
-
screenshot.jpg (modified) (previous)
-
style-rtl.css (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
viral-news/1.4.75/functions.php
r193133 r197568 39 39 'gallery', 40 40 'caption', 41 'style', 42 'script' 41 43 )); 42 44 … … 54 56 )); 55 57 58 // Add theme support for selective refresh for widgets. 59 add_theme_support('customize-selective-refresh-widgets'); 60 61 // Add support for responsive embedded content. 62 add_theme_support('responsive-embeds'); 63 64 // Add support editor style. 65 add_theme_support('editor-styles'); 66 56 67 // Add support for Block Styles. 57 68 add_theme_support('wp-block-styles'); … … 60 71 add_theme_support('align-wide'); 61 72 62 // Add theme support for selective refresh for widgets.63 add_theme_support('customize-selective-refresh-widgets');64 65 // Add support for responsive embedded content.66 add_theme_support('responsive-embeds');67 68 73 add_theme_support('custom-line-height'); 69 74 … … 72 77 add_theme_support('custom-units'); 73 78 79 /* 80 * This theme styles the visual editor to resemble the theme style, 81 * specifically font, colors, icons, and column width. 82 */ 83 add_editor_style(array('css/editor-style.css')); 84 74 85 // Add theme support for AMP. 75 86 add_theme_support('amp'); -
viral-news/1.4.75/readme.txt
r194955 r197568 8 8 Requires at least: 5.6 9 9 Tested up to: 6.2 10 Stable tag: 1.4.7 410 Stable tag: 1.4.75 11 11 Requires PHP: 5.6 12 12 License: GPLv2 or later … … 22 22 23 23 == Changelog == 24 = 1.4.74 - Jun 21, 2023 = 24 = 1.4.75 - Jul 26, 2023 = 25 * Support for editor style added 26 27 = 1.4.74 - Jun 22, 2023 = 25 28 * Front Page Sections Notice added to know its active state 26 29 -
viral-news/1.4.75/style-rtl.css
r194955 r197568 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 AMP Compatible, 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.4.7 47 Version: 1.4.75 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
viral-news/1.4.75/style.css
r194955 r197568 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 AMP Compatible, 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.4.7 47 Version: 1.4.75 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.