Function names for article title and permalink
I'm trying to find the PHP function name for an article title and permalink in Genesis.
In the regular wordpress theme it is something like this:
<?php the_permalink(); ?>
<?php the_title(); ?">
Is it the same in Genesis, or different?
|