Forums

Show title of permalink only (3 posts)

  1. garsan
    Member
    Posted 4 years ago #

    Hi, im using WP 1.5.1.3 and i want to show only the permalink title of the post like this:

    /the-title-of-my-post/

    instead of:

    http://mysite.tld/the-title-of-my-post/

    How can i do this?

    Thanks.

  2. alphaoide
    Member
    Posted 4 years ago #

    You could get it this way.
    <?php echo '/' . $post->post_name . '/'; ?>

  3. garsan
    Member
    Posted 4 years ago #

    Great, thanks!!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags