In the theme there is a custom post type called faq
I just want to get certain post by its name (NOT by id cause no id exist).
<?php query_posts('post_type=faq') ?>
how to get the_tile()
and the_permalink()
by its name?
In the theme there is a custom post type called faq
I just want to get certain post by its name (NOT by id cause no id exist).
<?php query_posts('post_type=faq') ?>
how to get the_tile()
and the_permalink()
by its name?
1 comment