Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Create Responsive One Page WordPress Theme with scrollable effects?

Tags:

wordpress

Where can I find a soucre that learn to create a Responsive One Page WordPress Theme so when I click on the menu item it scroll down.

Here is an example of what I want http://thememints.com/templates/?theme=Cingle%20WP.

like image 515
user2632980 Avatar asked Nov 27 '22 23:11

user2632980


1 Answers

I have had exactly the same question and after searching around found this post.

I was rather shocked to see the responses to this question. It seem to me like people are quick to answer questions without properly reading the question.

All the contributors have given solutions to responsive and parallax scrolling websites but not one has answered the real question.

It is not too broad, and it is not vague. All he is asking is how you go about creating a Single page theme in WORDPRESS.... no one gave any direction as to how to accomplish this.

Not sure why these answers got rated as usefull .

So after digging around with trial and error I found the following to answer the question as to how you go about to create a single page WORDPRESS theme.

One of the major aspect to understand is the Wordpress query-post function which allows you to post multiple page content such as home , about, service and content onto a single page.

To create the the menu structure to scroll to the different sections I found this tutorial to be usefull - create-a-single-page-wordpress-website

I hope this helps

like image 130
user3263807 Avatar answered Jun 08 '23 12:06

user3263807