How to css style it all
-
Hi, I managed to get everything working like I wanted (stay in category & loop & use previous / next instead of post titles)… BUT by simply putting in my Singles php the codes they are not identifiable via css.. I bet this fix would be simple.. any tips most appreciated!!!
Here’s the code I put in my singles php page:
c2c_next_or_loop_post_link( $format='« %link', $link='previous', $in_same_term = true, $excluded_terms = '', $taxonomy = 'category' ); c2c_previous_or_loop_post_link( $format='%link »', $link='next', $in_same_term = true, $excluded_terms = '', $taxonomy = 'category' );
- The topic ‘How to css style it all’ is closed to new replies.