Suggestions for a theme with a Project archive or similar.
-
Hello There! I need help with either getting my pitch project archive to work OR choosing a theme which can showcase my work properly.
I need this website to be a portfolio of my work so I need a theme that has a large picture and “caption” page available.
Ideally I’d want a theme that has a project archive that works as this is going to be the main part of my website but I can’t get anything at all to work.
I have tried the suggestions here but the code quoted in the “loop-projects.php” doesn’t seem to appear. My code appears below:
<p style="margin-bottom: 20px"> <?php _e("This is just a demo page. When you add your own projects or disable demo mode, it'll disappear.", 'pitch') ?> </p> <div id="projects" class="loop-projects"> <?php for($i = 0; $i < 8; $i ++) : ?> <div class="project type-project status-publish hentry"> <div class="wrapper"> <a href="<?php echo esc_url(site_url('index.php?demo_project=1')) ?>" class="image"> <img width="225" height="200" src="<?php echo esc_url(get_template_directory_uri().'/demo/project-loop.jpg') ?>" class="preload wp-post-image" /> </a> <div class="overlay"></div> <a href="<?php echo esc_url(site_url('index.php?demo_project=1')) ?>" class="info"> <h3><?php _e('This is A Project Title', 'pitch') ?></h3> <p><?php _e('View Project', 'pitch') ?></p> </a> </div> </div> <?php endfor; ?> <div class="clear"></div> </div>
- The topic ‘Suggestions for a theme with a Project archive or similar.’ is closed to new replies.