hi how do i change the order of the pages listed in the site map on the footer? here is a screenshot http://screencast.com/t/lCPA8K1DC
for example i want to move home to the top of the list and make the blog the third item
Hi yasin0424!
can you provide us admin access so we can take a deeper look into it? where can we find your sitemap element? please post a specific URL here.
Best regards,
Andy
http://104.154.48.54/wp-login.php?loggedout=true
login: admin
pw: Jnd2:8x8X^Tw9j
Hi,
If you go to Appearance–>Widget and edit the Widget in question you have 3 different sorting options, if you would like a custom order I think it would be easier to input the links manually using a text Widget like so:
<ul>
<li><a href="http://yoursite.com/subpage/">Sub page</a></li>
<li><a href="http://yoursite.com/subpage/">Sub page</a></li>
</ul>
Regards,
Rikard