Wednesday, January 28, 2015

Page link by slug [solved]

<?php echo get_page_link(get_page_by_path('contact-us')->ID); ?>

No comments:

Post a Comment

Wordpress debug log function

Wordpress error log code: if ( ! function_exists ( 'write_log' ) ) { function write_log ( $data ) { if ( defined ( '...