소스 검색

Minor fix on home page link

Md Mozahidur Rahman 1 년 전
부모
커밋
23d78267bc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>