Changeset 299861
- Timestamp:
- 11/24/2025 04:11:02 AM (4 hours ago)
- Location:
- newsup/5.1.7
- Files:
-
- 5 edited
- 1 copied
-
. (copied) (copied from newsup/5.1.6)
-
readme.txt (modified) (2 diffs)
-
search.php (modified) (1 diff)
-
style-rtl.css (modified) (2 diffs)
-
style.css (modified) (2 diffs)
-
template-parts/content-search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
newsup/5.1.7/readme.txt
r299652 r299861 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 5.1. 68 Version: 5.1. 67 Stable tag: 5.1.7 8 Version: 5.1.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 1251 1251 = Version 5.1.6 1252 1252 * Fixed Product Meta Issue on Search Page 1253 1254 = Version 5.1.7 1255 * Fixed Post Meta on Search Page. -
newsup/5.1.7/search.php
r276932 r299861 11 11 <div id="content"> 12 12 <!--container--> 13 <div class="container-fluid ">13 <div class="container-fluid search-class"> 14 14 <!--row--> 15 15 <div class="row"> -
newsup/5.1.7/style-rtl.css
r299652 r299861 5 5 Author URI: https://themeansar.com 6 6 Description: Newsup is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsup is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsup is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsup and documentation at https://docs.themeansar.com/docs/newsup/ 7 Version: 5.1. 67 Version: 5.1.7 8 8 Tested up to: 6.8 9 9 Requires PHP: 7.4 … … 461 461 font-size: 17px; 462 462 margin-top: 5px; 463 } 464 .search-class .mg-posts-sec-post.type-product .post-form{ 465 display: none; 463 466 } 464 467 /* Sidebar*/ -
newsup/5.1.7/style.css
r299652 r299861 5 5 Author URI: https://themeansar.com 6 6 Description: Newsup is a fast, clean, modern-looking Best Responsive News Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Newsup is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Newsup is SEO friendly, WPML,Gutenberg, translation and RTL ready. Live preview : https://demo.themeansar.com/newsup and documentation at https://docs.themeansar.com/docs/newsup/ 7 Version: 5.1. 67 Version: 5.1.7 8 8 Tested up to: 6.8 9 9 Requires PHP: 7.4 … … 530 530 font-size: 17px; 531 531 margin-top: 5px; 532 } 533 .search-class .mg-posts-sec-post.type-product .post-form{ 534 display: none; 532 535 } 533 536 /*--------------------------------------- -
newsup/5.1.7/template-parts/content-search.php
r299652 r299861 13 13 <?php if ( have_posts() ) { /* Start the Loop */ 14 14 while ( have_posts() ) { the_post(); ?> 15 <article class="d-md-flex mg-posts-sec-post">15 <article <?php post_class('d-md-flex mg-posts-sec-post') ?>> 16 16 <?php newsup_post_image_display_type($post); ?> 17 17 <div class="mg-sec-top-post py-3 col">
Note: See TracChangeset
for help on using the changeset viewer.