<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
The theme I am using 'one-theme' looks nice but there is a major problem with it. When a user clicks the 'older' button, for listing older articles not displayed on the homepage, pagination, the next pages show up but you still have the same template file used for the older pages.<BR>
&nbsp;<BR>
In other words, you are still presented with the feature article and featured categories above the older articles. This really confused the readers because they think they are on the same page enless they scroll down the page.<BR>
&nbsp;<BR>
I need&nbsp;to&nbsp;modify in the code below to have wordpress change the template page for all the 'older' pages when the button is clicked.<BR>
&nbsp;<BR>
Just let me know how much you want and how long it will take.<BR>
&nbsp;<BR>
thank you<BR>
shawn <BR>
<A href="mailto:imtiedup@hotmail.com">imtiedup@hotmail.com</A><BR>
&nbsp;<BR>
--code<BR>
function ot_paginate() {<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// Some info<BR>&nbsp;&nbsp;global $paged;<BR>&nbsp;&nbsp;$on_page = intval($paged);<BR>&nbsp;&nbsp;$no_prev = false;<BR>&nbsp;&nbsp;$no_next = false;<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// Fix page<BR>&nbsp;&nbsp;if ($on_page == 0) {<BR>&nbsp;&nbsp;&nbsp;$on_page = 1;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// Get the max number of pages<BR>&nbsp;&nbsp;global $wp_the_query;<BR>&nbsp;&nbsp;$max_pages = $wp_the_query-&gt;max_num_pages;<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// Are we near the start?<BR>&nbsp;&nbsp;$start_pos = $on_page - 2;<BR>&nbsp;&nbsp;if ($start_pos &lt;=&nbsp; 0) {<BR>&nbsp;&nbsp;&nbsp;$amt_from_zero = ($start_pos * $start_pos) + 1; // to account for 0<BR>&nbsp;&nbsp;&nbsp;$start_pos = 1;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// Are we near the end?<BR>&nbsp;&nbsp;$end_pos = $on_page + 2;<BR>&nbsp;&nbsp;if ($end_pos &gt;= $max_pages) {<BR>&nbsp;&nbsp;&nbsp;$amt_from_end = $end_pos - $max_pages;<BR>&nbsp;&nbsp;&nbsp;$end_pos = $max_pages; <BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// How does this affect the range?<BR>&nbsp;&nbsp;if (isset( $amt_from_zero ) &amp;&amp; isset( $amt_from_end )) {<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// Leave them both alone<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;elseif(isset( $amt_from_zero )) { // try and add the remainder on to the end_pos<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;$end_pos = $end_pos + $amt_from_zero;<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;if ($end_pos &gt;= $max_pages) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;$end_pos = $max_pages;<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;elseif(isset( $amt_from_end )) { // try and subtract the remainder from the start_pos<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;$start_pos = $start_pos - $amt_from_end;<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;if ($start_pos &lt;=&nbsp; 0) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;$start_pos = 1;<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// Sort out next and prev<BR>&nbsp;&nbsp;if (($on_page - 1) &lt;= 0) $no_prev = true;<BR>&nbsp;&nbsp;if (($on_page + 1) &gt; $max_pages) $no_next = true;<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// How many pages do we have?<BR>&nbsp;&nbsp;$links_to_print = ($end_pos - $start_pos) + 1;<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// print the list<BR>&nbsp;&nbsp;echo '&lt;div id="pagination"&gt;' . "\n";<BR>&nbsp;&nbsp;echo &nbsp;'&lt;ul&gt;' . "\n";<BR>&nbsp;&nbsp;echo&nbsp;&nbsp;'&lt;li class="extreme"&gt;&lt;a href="' . clean_url(get_pagenum_link(1)) . '"&gt;&amp;laquo;&lt;/a&gt;&lt;/li&gt;';<BR>&nbsp;&nbsp;echo &nbsp;&nbsp;$no_prev ? '&lt;li class="inactive"&gt;' . ot_lang( 'newer' ) . '&lt;/li&gt;' : '&lt;li&gt;&lt;a href="' . clean_url(get_pagenum_link($on_page - 1)) . '"&gt;' . ot_lang( 'newer' ) . '&lt;/a&gt;&lt;/li&gt;';<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;for ($i = $start_pos; $i &lt;= $end_pos; $i++) {<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;if ($i == $on_page) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;echo '&lt;li class="active"&gt;';<BR>&nbsp;&nbsp;&nbsp;} else {<BR>&nbsp;&nbsp;&nbsp;&nbsp;echo '&lt;li&gt;';<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;echo '&lt;a href="' . clean_url(get_pagenum_link($i)) . '"&gt;' . $i . '&lt;/a&gt;&lt;/li&gt;'; <BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;echo &nbsp;&nbsp;$no_next ? '&lt;li class="inactive"&gt;' . ot_lang( 'older' ) . '&lt;/li&gt;' : '&lt;li&gt;&lt;a href="' . clean_url(get_pagenum_link($on_page + 1)) . '"&gt;' . ot_lang( 'older' ) . '&lt;/a&gt;&lt;/li&gt;';<BR>&nbsp;&nbsp;echo&nbsp;&nbsp;'&lt;li class="extreme"&gt;&lt;a href="' . clean_url(get_pagenum_link($max_pages)) . '"&gt;&amp;raquo;&lt;/a&gt;&lt;/li&gt;';<BR>&nbsp;&nbsp;echo &nbsp;'&lt;/ul&gt;' . "\n";<BR>&nbsp;&nbsp;echo '&lt;/div&gt;' . "\n";<BR>&nbsp;&nbsp;<BR>&nbsp;}<BR><br /><hr />When your life is on the go—take your life with you. <a href='http://clk.atdmt.com/MRT/go/115298558/direct/01/' target='_new'>Try Windows Mobile® today</a></body>
</html>