• BelleT

    (@bellet)


    Hi Everyone,
    I’m loving this theme and I’ve been able to do a lot of the customisation for it on my own so far. However I have been having issues with my ‘pagination links’ as seen here:
    http://hillshealth.com.au/wp/category/canwehelpyou/

    I would like to
    – format the links so that they don’t bunch up on the right
    (is this an issue that needs to be addressed inside the ‘theme functions.php)
    – change the background + border color

    Sidenote, is there anyway to still feature the header even on category pages?

    Any help or advice would be greatly appreciated.
    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter BelleT

    (@bellet)

    Update:

    – I’ve managed to feature the header on category pages.
    For those of you with the same issue go to content.php and insert
    // <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
    <header class=”entry-header”><img src=”whatever_your_file_is”/>
    <h1 class=”entry-title”><?php the_title(); ?></h1>
    </header> //

    *** The only downside is that I couldn’t create a child version of the content.php

    – I’ve also managed to change the background and border colours of the pagination links
    // .paging-navigation .page-numbers {color: whatever; border: whatever}

    If anyone has any ideas regarding the alignment of the paging navigation I’d love to hear your thoughts. Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Paginated Links’ is closed to new replies.