Forums

get current page slug outside the loop (2 posts)

  1. Argonisius
    Member
    Posted 4 months ago #

    Hi,
    is there a way to get current page's slug outside the loop?

  2. dkotter
    Member
    Posted 4 months ago #

    If you know the page ID, you can do something like this:

    <?php
    $post_id = 11;
    $post = get_post($post_id);
    $slug = $post->post_name;
    ?>

Reply

You must log in to post.

About this Topic

Tags