• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

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

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

    is that closer to what you are looking for?

    Thread Starter wkwebsite

    (@wkwebsite)

    Thanks alot~! THAT is what i want. ??
    MUaaaaksssss~!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Get Page URL / Links’ is closed to new replies.