Forums

$wp_post_slug? (2 posts)

  1. akella
    Member
    Posted 7 years ago #

    im using themes and the question is
    Can i get in "header.php" my page slug variable?
    i thought this would work:
    if(is_page()) {$class="class=\"".wp_title()."\"";}
    else $class="class=\"home\"";

    But wp_title is not variable and it echoes pagetitle and not pageSLUG.... :(
    Is there some variable like $wp_post_slug?

  2. Ryan Boren
    WordPress Dev
    Posted 7 years ago #

    $post->post_name

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.