Konu
Echo href içerisinde php nasıl kullanabilirim?
22-09-2018, 15:17:15
#2
metin_nn
PHP - WORDPRESS - YAZILIM
$p = get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) );
echo '<a class="button" style="margin-top: 10px; margin-left: 12px;" href="'.$p.'">Users Posts</a>';