tuhinbiswas98
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JustWrite] Advertisingty ty ty its worrking ??
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Titlei try all that code you give to to do that but stil non of them worrking :O
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Titleoh sorry sorry i am realy new and not good at eng ?? sorry but you now i can see this this is a test befor my related posts name now what i have to do to Limit Characters in related post Title?
Forum: Themes and Templates
In reply to: [JustWrite] Advertisingany way to do this with child theme?
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Titleits wp-content/themes/your-child-theme/related-posts.php with other file like functions.php.style
Forum: Themes and Templates
In reply to: [JustWrite] justwrite social icon in sidebarty ty ?? but now i have another problem in acosmin tabs latest posts how to remove featured image?
Forum: Themes and Templates
In reply to: [JustWrite] category and tagok i fix it
Forum: Themes and Templates
In reply to: [JustWrite] category and tagany one can help me :(?
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Titleok i did ad that code but nothing change look plz https://pom111.tk/
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Titlethis is my full code of related-posts.php new one without any change ok
<?php $related = alx_related_posts(); ?> <?php if ( $related->have_posts() ): ?> <h4 class="heading"> <i class="fa fa-hand-o-right"></i><?php _e('You may also like...','hueman'); ?> </h4> <ul class="related-posts group"> <?php while ( $related->have_posts() ) : $related->the_post(); ?> <li class="related post-hover"> <article <?php post_class(); ?>> <div class="post-thumbnail"> <a>" title="<?php the_title(); ?>"> <?php if ( has_post_thumbnail() ): ?> <?php the_post_thumbnail('thumb-medium'); ?> <?php elseif ( ot_get_option('placeholder') != 'off' ): ?> <img src="<?php echo get_template_directory_uri(); ?>/img/thumb-medium.png" alt="<?php the_title(); ?>" /> <?php endif; ?> <?php if ( has_post_format('video') && !is_sticky() ) echo'<span class="thumb-icon small"><i class="fa fa-play"></i></span>'; ?> <?php if ( has_post_format('audio') && !is_sticky() ) echo'<span class="thumb-icon small"><i class="fa fa-volume-up"></i></span>'; ?> <?php if ( is_sticky() ) echo'<span class="thumb-icon small"><i class="fa fa-star"></i></span>'; ?> </a> <?php if ( comments_open() && ( ot_get_option( 'comment-count' ) != 'off' ) ): ?> <a>"><span><i class="fa fa-comments-o"></i><?php comments_number( '0', '1', '%' ); ?></span></a> <?php endif; ?> </div><!--/.post-thumbnail--> <div class="related-inner"> <h4 class="post-title"> <a>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> </h4><!--/.post-title--> <div class="post-meta group"> <p class="post-date"><?php the_time('j M, Y'); ?></p> </div><!--/.post-meta--> </div><!--/.related-inner--> </article> <!--/.related--> <?php endwhile; ?> <?php wp_reset_postdata(); ?> <!--/.post-related--> <?php endif; ?> <?php wp_reset_query(); ?>
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Titleyou want me to add that in my related-posts.php?
before <h4 class=”post-title”>?
Forum: Themes and Templates
In reply to: [Hueman] Change the wordshow did you change that 2 FOLLOW:???
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Titleyes that file in my child theme
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Titlei try <?php echo wp_trim_words( get_the_title(), 5 ); ?> but stil same noithing change ??
Forum: Themes and Templates
In reply to: [Hueman] Limit Characters in related post Title