How do they do this?
-
This is my solution for replicating something like this https://s3.envato.com/files/151749/screenshots/2_Homepage.jpg
the “about us”, “what we do”, and “our mission” columns.
<?php query_posts('page_id=2'); query_posts('page_id=3'); query_posts('page_id=4'); ?>
those are the codes to retrieve content from separate pages for each column.. and I’ll have to display them as excerpts and give them a
<li>
to align them like in the image.But the theme from the image has theme settings in which you write what you want for each column on the homepage instead of retrieving pages.
How would one be able to get those functions? Is it something very difficult?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do they do this?’ is closed to new replies.