How to add about us and contact us page?

Posted in: Newspaper
Post count: 15

I have made a page (contact page) but page is immediately shown on the home page. I don’t want to show it on home page.But instead it should show on footer-menu and a separate page should open when clicked on contact-us/about-us link.

Post count: 23312

Hello smishra,

First of all, if you want to do not be shown your page as frontpage/homepage please do not set it as homepage like this -> http://screencast.com/t/b6MGdVbp4 After you have created the contact page, you have to add it in Footer menu, like this -> http://screencast.com/t/S2ms5BKGvL and the result you should see here -> http://screencast.com/t/4EyacMRy

If is not what you mean, please provide more details about this regard so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 15

Hi Catalin,

Thanks for prompt reply.
I have done as you said but the about us page is getting displayed as a post on the front page. I have not set it as homepage my url is http://www.techcresendo.com. If you like to check it. When you open it home page will show about us content as well. I just do not want to show it there but I want to show it when clicked on about us link given at bottom of homepage.

Thanks and Regards
smishra

Post count: 23312

Hello smishra,

I suppose that you are referring to ABOUT US field from footer section, like this -> http://screencast.com/t/vw9KlN5jb If you want to not display this, please check your footer section and delete your content from here -> http://screencast.com/t/qWXaQc9MXwiB or simply you have to use a bit of CSS code to hide it.

The code is ->

.footer-text-wrap {
display:none;
}

Hope this helps!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.