• Hi All,

    What i am actually plan is to create a static page in my wordpress blog. Presently, i am using the “Connection” Theme.

    1) How do i create the static page? I have actually done that but it doesn’t show up in the blog. I want to create a page like “Contact me” with the contact form (plug-in) or a static page for my welcome gift to the visitors to download my gift.

    2) How to i link that new page to the side bar, after i have created the page i can’t find the link in my sidebar?

    Please help me all my forum friends.

    Thanks in advance.

    cheers,
    flwong

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. You create a page with Administration > Write > Write Page and then follow the contact form plugin to put the proper ‘identifying text’ in that page.

    2. You can find a theme that displays pages in the sidebar or modify your theme to use the Template Tag, wp_list_pages. The default theme’s sidebar uses:
    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

    Thread Starter flwong

    (@flwong)

    Hi MachaelH,

    Thanks for your reply. To be frank i am not so good at the php, i have done as per your instruction, but how do i make a link to my side bar, do you mean that we have to pasted the code given by you. But i am idiot in this, may be if you can show step by steps doing it.

    How do i modify the theme by using the code as per the code given in the wordpress site as shown by you, wher do i paste the code, and which are the one:(

    Sorry for all this.

    Hope you can help.

    Thanks in advance.

    cheers,
    flwong

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do i create a new static page with link to the side bar?’ is closed to new replies.