unicom68
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to a PageHi moshu, yup, it’s that easy! Many Thanks!
Forum: Fixing WordPress
In reply to: Link to a PageMaybe, I should put it another way, I had used wordpress to create ‘disclosure’ page. But where can I find that page so as to establish the link using the html command as recommended by you? I have search throughtout the directory but found nothing like ‘disclosure.html’ or something close to!
Thanks!
Forum: Fixing WordPress
In reply to: Link to a PageHi moshu, pardon me, I am confused. When I create a new page from WordPress and say ‘Disclosure’ how could I link at the footer.php to that ‘disclosure’ page? I have searched in the director but I could not find the page that is named ‘disclosure’. Where is ‘discloure’ located? Also, I thought it is not possible to link page within the blog?
Thanks!
Forum: Fixing WordPress
In reply to: Link to a PageForum: Fixing WordPress
In reply to: Link to a PageHi moshu, how could I make the link in the footer.php to a page? This is the command line that I included in the footer.php:
assuming 39 is the page that I am linking to. It is not working!
Your advice please. Many thanks!
Forum: Fixing WordPress
In reply to: Link to a PageHi SRmarketing, I managed to sort out the reason. Your command is right. The reason it did not work is because, I was not aware that the number is actually dispalyed in post and page. I thought, by default the blog page is 0, the About page is 1 and so on…After I make the changes accordingly, I managed to exclude pages that I don’t wish to display.
However, I am still not able to link to the footer wording ‘disclosure’ to the disclosure page. Any recoomendations?
Many thanks!
Forum: Fixing WordPress
In reply to: Link to a PageThanks. But it don’t work.
Forum: Fixing WordPress
In reply to: Link to a PageOk, I noted that I can use the following code to exclude a page:
<?php wp_list_pages(‘exclude=arguments’ ); ?>
Based on the tutorial, I would like to know whenever I write a page, it will create a page no automatically? So if blog = page 1, about = page 2 and so on. In this case, if I want to exclude a page, say page 3, is it write to just
<?php wp_list_pages(‘exclude=3’ ); ?>
I tried that, but it doesn’t work.
Likewise, for the linking to the page, I understand the code is
<?php wp_link_pages(‘arguments’); ?>
but how could I first display the word say ‘disclosure’ so that when one click on the word ‘disclosure’ it will point to the disclosure page?
Forum: Fixing WordPress
In reply to: Link to a PageOk, according to the documentation, the page can be excluded by the following script:
-
<?php
wp_list_pages(‘title_li=’); ?>——
I have two questions:
1 Where should I add this? In the Stylesheet? Main Index Template? Page Template?
2 How do I link to that page from the footer?Thanks.
Forum: Fixing WordPress
In reply to: Link to a PageI want to display the disclosure terms. I understand that I can easily achieve that by creating a new page. However, as disclosure is not meant to be main topic, i thought it is neater to have that separate link where when one click – ‘disclosure’ in the footer, the disclosure will be displayed out. Please advice how that can be done. Thanks.
Forum: Fixing WordPress
In reply to: How to Export WordPressThank you for the reply. But HandySolo, I had tried Manage -> but found nothing on ‘Export’, to be exact, i see only posts, pages, categories, comments, awaiting moderation and files.
But Thanks both dansg and HandySolo for the information.