[wp-hackers] Re: Post pages...

Idled Soul idledsoul at gmail.com
Tue Nov 4 10:25:17 GMT 2008


Well even if this was added after the "the_content" call..

<?php link_pages("\t\t\t\t\t<div class='page-link'>".__('Pages: '), 
"</div>\n", 'number'); ?>

Then this in the Default / Classic css stylesheet... would help. Of 
course, they would need styling for those themes, unless someone chose a 
good color scheme to fit / work for both. :D I'd do up a ticket w/patch 
for this, if I had the time.

.entry-content .page-link {
    margin: 15px 0;
    text-align: center;
    font: 0.9em/130% verdana, geneva, sans-serif;
    }
.entry-content .page-link a:link, .entry-content .page-link a:visited {
    padding: 0.2em 0.4em;
    background: none;
    border: 1px solid #e7e4d8;
    }
.entry-content .page-link a:hover {
    background: #e7e4d8;
    border-color: #e7e4d8;
    }



More information about the wp-hackers mailing list