link to the frontend pages
This commit is contained in:
parent
c19f2e573e
commit
d7a4d83b46
|
@ -507,7 +507,9 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
|
||||
}
|
||||
|
||||
if ( ! $error ) echo '<mark class="yes">#' . absint( $page_id ) . ' - ' . str_replace( home_url(), '', get_permalink( $page_id ) ) . '</mark>';
|
||||
if ( ! $error ) {
|
||||
echo '<mark class="yes">#' . absint( $page_id ) . ' - <a href="' . get_permalink( $page_id ) . '" target="_blank">' . str_replace( home_url(), '', get_permalink( $page_id ) ) . '</a></mark>';
|
||||
}
|
||||
|
||||
echo '</td></tr>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue