• hi everybody
    i’m using WP-Paginate plugin in a rtl blog.
    when i use html and css code without wp-paginate everything is ok but when i use wp-paginate with same code everything is broken ??

    Screenshot:
    https://dl.dropbox.com/u/63447/other/myproblem.jpg

    And my code:

    <div class="navigation">
    	<ol class="wp-paginate">
    		<li><span class="page current">1</span></li>
    		<li><a href="https://localhost/wp3/page/2" title="2" class="page">2</a></li>
    		<li><a href="https://localhost/wp3/page/3" title="3" class="page">3</a></li>
    		<li><a href="https://localhost/wp3/page/4" title="4" class="page">4</a></li>
    		<li><a href="https://localhost/wp3/page/5" title="5" class="page">5</a></li>
    		<li><a href="https://localhost/wp3/page/6" title="6" class="page">6</a></li>
    		<li><a href="https://localhost/wp3/page/7" title="7" class="page">7</a></li>
    		<li><span class="gap">...</span></li>
    		<li><a href="https://localhost/wp3/page/15" title="15" class="page">15</a></li>
    		<li><a href="https://localhost/wp3/page/2" class="next">???? ?</a></li>
    	</ol>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Similar code and different output!!’ is closed to new replies.