Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Forum: Fixing WordPress
    In reply to: Link to a Page
    Thread Starter unicom68

    (@unicom68)

    Hi moshu, yup, it’s that easy! Many Thanks!

    Forum: Fixing WordPress
    In reply to: Link to a Page
    Thread Starter unicom68

    (@unicom68)

    Maybe, 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 Page
    Thread Starter unicom68

    (@unicom68)

    Hi 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 Page
    Thread Starter unicom68

    (@unicom68)

    Sorry for the typo error, the command line should read as follows:

    |Disclaimer|

    Thanks and Regards.

    Forum: Fixing WordPress
    In reply to: Link to a Page
    Thread Starter unicom68

    (@unicom68)

    Hi 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:

    “>Disclaimer.

    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 Page
    Thread Starter unicom68

    (@unicom68)

    Hi 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 Page
    Thread Starter unicom68

    (@unicom68)

    Thanks. But it don’t work.

    Forum: Fixing WordPress
    In reply to: Link to a Page
    Thread Starter unicom68

    (@unicom68)

    Ok, 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 Page
    Thread Starter unicom68

    (@unicom68)

    Ok, 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 Page
    Thread Starter unicom68

    (@unicom68)

    I 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.

    Thread Starter unicom68

    (@unicom68)

    Thank 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.

Viewing 11 replies - 1 through 11 (of 11 total)