View Single Post
  #1  
Old 09-28-2012, 12:48 PM
semchie semchie is offline
Registered User
 
Join Date: Sep 2012
Posts: 1
Default 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?