Overriding defaults with HTML
-
I followed the FAQ
<?php echo '<div class="paginate-container hidden-lg hidden-md hidden-sm col-xs-12">'; wp_paginate('title=<div class="paginate-title col-xs-12"><span class="title">Pages:</span></div>&before=<div class="paginate-pages col-xs-12">&after=</div>&range=1&anchor=1&gap=0'); echo '</div>'; ?>
I feel like that should work but it doesn’t. ‘title’ comes out OK but not ‘before’ and ‘after’.
Have I made a mistake? Also, I find it odd that ‘title’ can take HTML arguements but those still get wrapped in a <span>
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Overriding defaults with HTML’ is closed to new replies.