Tagged Questions
0
votes
1answer
856 views
How to use get_page_by_title() with qTranslate?
Any idea how I can use the WP function get_page_by_title() with qTranslate installed?
for example:
$page_contact = get_page_by_title( '_e("[:en]contact");' ,'page' );
$page_contact_ID = ...