Changeset 2881115
- Timestamp:
- 03/16/2023 10:20:21 AM (3 years ago)
- Location:
- setupad/trunk
- Files:
-
- 3 edited
-
public/includes/related-posts.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
setupad.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
setupad/trunk/public/includes/related-posts.php
r2881084 r2881115 105 105 while ( $my_query->have_posts() ) { 106 106 $my_query->the_post(); 107 $trimmed_title = strlen($post->post_title) > 35 ? substr($post->post_title,0,35)."..." : $post->post_title; 108 107 109 ?> 108 110 <?php if (has_post_thumbnail()) { ?> 109 111 <?php $image_url = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'medium'); 110 $trimmed_title = strlen($post->post_title) > 35 ? substr($post->post_title,0,35)."..." : $post->post_title;111 112 112 113 $related_category_content .= "<div class=\"relatedthumb\"> -
setupad/trunk/readme.txt
r2881084 r2881115 5 5 Requires at least: 4.4 6 6 Tested up to: 6.1 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 78 78 == Changelog == 79 79 80 = 1.0.1 = 80 = 1.1.2 = 81 - Bug fixes 82 83 = 1.1.1 = 81 84 - Related posts custom title 82 85 - Related posts category titles -
setupad/trunk/setupad.php
r2881084 r2881115 2 2 /** 3 3 * @package Setupad 4 * @version 1.1. 14 * @version 1.1.2 5 5 */ 6 6 /* … … 8 8 Description: Simple and powerful ad insertion and management tool for WordPress users with built-in integration with Setupad header bidding monetization platform. 9 9 Author: Setupad 10 Version: 1.1. 110 Version: 1.1.2 11 11 Author URI: https://setupad.com/ 12 12 */
Note: See TracChangeset
for help on using the changeset viewer.