Forums

Get Page URL / Links (4 posts)

  1. wkwebsite
    Member
    Posted 3 years ago #

    i can't find any solution to display the links of the current page.
    this code: <?php the_title(); ?> is to show the page title
    Is there any function to shows the page links?

  2. petit
    Member
    Posted 3 years ago #

    Beats me.
    How do you want to display "the links of the current page"?

    It may be me, but I'd think that the links of a current page are displayed. On the current page.

    Please describe so that even I understand what you want to do!

  3. miklb
    Forum Concierge
    Posted 3 years ago #

    <?php bloginfo('url'); ?> returns the blogs url

    <?php the_permalink(); ?> returns the posts url

    is that closer to what you are looking for?

  4. wkwebsite
    Member
    Posted 3 years ago #

    Thanks alot~! THAT is what i want. :)
    MUaaaaksssss~!!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags