Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter imranmkg786

    (@imranmkg786)

    Thanks a lot it’s working ……..

    In my category post I found below issue

    Notice: Undefined variable: post_id in /home/u199577564/domains/freesarkarijobalert.in/public_html/wp-content/themes/FreeSarkariJobAlert.in-Theme/archive.php on line 18
    PSC IDO Exam Official Answer Key

    In That Archive.php line Code is :-
    <li><a href="" target=_blank><a href="<?php the_permalink(); ?>" target=_blank><?php echo get_the_title( $post_id ); ?></a> </a></li>

    But I tried as per your suggestion on same method ,I use below code and it’s working fine till now there have Any chance to create problem in future or using code is Ok …
    <a href="<?php the_permalink(); ?>" target=_blank><?php echo get_the_title(); ?></a>

    THANKS AGAIN…..

Viewing 1 replies (of 1 total)