Hi There,
I have been developing a one page WordPress personal portfolio theme for Themeforest submission.
I have some sections in the front page which is my main page for this one page theme. The sections are:
- Service Section
- Portfolio Section
- Testimonial Section
- Team Section etc. etc.
And most of them are populated by custom post type.
Now my queries are: - Is it mandatory to create single post page for each of the custom post types ?
- If not, then what about the ‘href’ attribute value(where we write this code the_permalink()) of the anchor tag ()? Should I keep it dead like href=”#”?
- Is it mandatory to design Section Page, Portfolio Page etc. which are created by custom page templates?
N. B. This is a onepage personal portfolio WordPress theme.
Thanks in advance.