zero-perfoliate
zero-perfoliate

Author Topic: a littlw help with a wordpress page  (Read 171 times)

Offline thintin

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
a littlw help with a wordpress page
« on: November 19, 2010, 02:55:21 PM »
Hello nice php experts :-)

I've just changed the theme on my wordpress page but wish to add a couple of links to my non-wordpress pages to it.

This is the line of code where I wish to add some more links. I'm going to use the page-link class to format the links but I'm not sure where I would add the extra divs in amongst all of those commas and brackets.

<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', '' ), 'after' => '</div>' ) ); ?>

Any help is gratefully accepted.