Edit File: mega-menu.php
<div class="orun-mega-menu-item"> <div class="orun-mega-menu-img"> <a rel="nofollow" href="<?php the_permalink(); ?>"> <?php if (has_post_thumbnail()) { the_post_thumbnail('orun-sm', array( 'alt' => the_title_attribute(array('echo' => false,)), )); } else { echo '<img src="' . get_template_directory_uri() . '/assets/img/nothumb.jpg" alt="No Thumbnail" width="390" height="220">'; } ?> </a> </div> <div class="orun-mega-menu-text"> <a rel="nofollow" href="<?php the_permalink(); ?>"><?php the_title(); ?></a> <br> <!-- Yeni satır ekleme --> <i class="far fa-clock"></i> <?php orun_posted_on(); ?> </div> </div>