Title: Gespaa 2 Columns
Last modified: August 18, 2016

---

# Gespaa 2 Columns

 *  [jinsan](https://wordpress.org/support/users/jinsan/)
 * (@jinsan)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/)
 * Anyone know how to make the following work with the theme:
 * 1) enable/display multiple page posts – ie. you make a post broken up into several
   pages using the page tag, and it displays them – currently only the first page
   displays.
 * 2) the theme currently lacks any navigation to go back and forth between the 
   main page where you would have your latest posts, as well within the post itself–
   in others words you have to click the archives in order to find the post which
   is next or previous.
 * The second one I think I can solve if it will apply to both instances (not sure
   if it will)
 * The first problem I’m clueless with

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177087)
 * For number 2, add the following
    `<?php }?> **<div class="prev_next_nav"> <?php
   posts_nav_link('','','« Earlier entries'); ?>     <?php posts_nav_link('','Later
   entries »',''); ?> </div>  <?php } else { // end foreach, end if any posts ?>
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177090)
 * Sorry, I meant add the bit in bold to the index.php file.
 *  Thread Starter [jinsan](https://wordpress.org/support/users/jinsan/)
 * (@jinsan)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177091)
 * `<div class="prev_next_nav">
    <?php posts_nav_link('','','Â« Earlier entries');?
   > <?php posts_nav_link('','Later entries Â»',''); ?> </div>
 * for number 2 I copied the above into the index.php and after the get_header
 * and got the following:
 * `Parse error: parse error, unexpected '<' in /home/jinsan/public_html/wp/wp-content/
   themes/gespaa/index.php on line 4`
 * Where did I enter the exta < I can’t see it.
 * Any idea on numero uno?
 * EDIT: having followed you instructions properly the second time around it works,
   but it’s a bit odd at the bottom of the page.
 * Anyway I can get it at the top where the first post is? Additionally the >> turned
   into questions marks.
 * Might be better if I give a link to take a look at:
 * [http://sekhu.net/wp](http://sekhu.net/wp)
 * EDIT: I jut noticed that the icon for the comments does not appear in previous
   posts just on the main page. Very odd
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177092)
 * Apologies. The « and » arrows should be &laquo; and &raquo; respectively
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177093)
 * BTW, by default, the theme has been setup to not display the comments icon if
   there have been no comments:-)
 *  Thread Starter [jinsan](https://wordpress.org/support/users/jinsan/)
 * (@jinsan)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177096)
 * ah you sneaky thing! well come on, I can pretend there might be a comment right?
   Sort of hope against hope?
 * Yeah will try the arrow thingy, I was going to do that anyway, wasn’t sure if
   you were doing some special voodoo. Is theme also designed for single posts without
   multiple pages? Just so I’m aware – I’ll check out other themes and hwo they 
   do em until someone posts a solution
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177099)
 * To be honest, I didn’t even know about multiple page posts. Learn something everyday:-)
   I’ll have to look into that one…
 *  Thread Starter [jinsan](https://wordpress.org/support/users/jinsan/)
 * (@jinsan)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177102)
 * I guess no one writes as much shit I do – thanks again
 *  Thread Starter [jinsan](https://wordpress.org/support/users/jinsan/)
 * (@jinsan)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177407)
 * OK well I solved problem one having just woken up – wasn’t too difficult.
 * The problem with number 2 is a bit more annoying.
 * The previous/next will display at the bottom of the page, but not at the top –
   it keeps giving me that error.
 * Aside from that, the bigger “problem” is that it simply ignores it within a post–
   click on a post offers no way to go to the next or previous entries.
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177409)
 * Try downloading the [gespaa_v2.zip](http://www.ifelse.co.uk/gespaa) and then 
   uploading the single.php file to your theme directory.
 *  [ifelse](https://wordpress.org/support/users/ifelse/)
 * (@ifelse)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177410)
 * BTW, how did you solve no 1?
 *  Thread Starter [jinsan](https://wordpress.org/support/users/jinsan/)
 * (@jinsan)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177412)
 * template tag 🙂
 * `<?php wp_link_pages(); ?>`
 * Placed it after category as you can see on the site, but you can play around 
   with it.
 *  Thread Starter [jinsan](https://wordpress.org/support/users/jinsan/)
 * (@jinsan)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177414)
 * Ok that worked well enough – not sure I’m happy with the placement but, I guess
   I got other stuff to worry about for now.
 * Cheers
 *  [Root](https://wordpress.org/support/users/root/)
 * (@root)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177418)
 * Well php code and placement are two different things. Obviously. 🙂
 *  Thread Starter [jinsan](https://wordpress.org/support/users/jinsan/)
 * (@jinsan)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177469)
 * Well since the topic is Gespaa and 2 columsn and rather than start a new thread,
   can someone help me on a couple of problems again:
 * 1) how to remove the white space bottom right of the page.
 * 2) how to shift credit text into the footer image
 * Thanks in advance
 * [http://www.sekhu.net/wp/](http://www.sekhu.net/wp/)

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Gespaa 2 Columns’ is closed to new replies.

 * 15 replies
 * 3 participants
 * Last reply from: [jinsan](https://wordpress.org/support/users/jinsan/)
 * Last activity: [21 years, 1 month ago](https://wordpress.org/support/topic/gespaa-2-columns/#post-177469)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
