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?
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?
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?
Thanks alot~! THAT is what i want. :)
MUaaaaksssss~!!!
This topic has been closed to new replies.