Ver Fonte

Minor fix on home page link

Md Mozahidur Rahman há 1 ano atrás
pai
commit
23d78267bc
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      page-template/page-home.php

+ 2 - 2
page-template/page-home.php

@@ -445,7 +445,7 @@ get_header(); ?>
                                 </div>
                                 <div class="news-sm-img-text">
                                     <h5><?php the_field('news_date'); ?></h5>
-                                    <h4> <a href=""> Seminar</a></h4>
+                                    <!-- <h4> <a href=""> Seminar</a></h4> -->
                                     <a href="<?php echo get_permalink(); ?>">
                                         <p><?php echo get_the_title(); ?></p>
                                     </a>
@@ -498,7 +498,7 @@ get_header(); ?>
                                     </div>
 
                                     <div class="event-details">
-                                        <a href="">
+                                        <a href="<?php echo get_permalink(); ?>">
                                             <h3><?php echo get_the_title(); ?></h3>
                                             <h2><?php the_field('event_venue'); ?></h2>
                                         </a>