category page

category pagination

i was using infinite scroll and due to some reasons wanted to come back to pagination for categories. now the that pagination is showing very awkward. how to correct it. if i am not asking too much how to get it more beautiful like other pagination stuff.

How to show more page numbers on this selector

Hi all! I have this page (http://www.kajaaninharrastajateatteri.fi/category/menneet/) that shows articles from a specific category. At the end of the page there’s the selector for pages 1 to 10. Is there a way to show more of these numbers at once (as there’s certainly room for that)? And even better, is there a way to display … Read more

Category image header CSS

I was playing with category pages today and looked at some other questions in the support forum about changing the header image with this .category-xx .site-header { background-image: url(‘CUSTOM IMAGE URL’); } I tried it as, .category-chechnya .site-header { background-image: url(https://dalecameronlowry.com/wp-content/uploads/2017/06/chechen-rainbow-2000px.jpg ); } and got this: Thoughts?

Layout Category Page and a question

Hi, I’m using for my blog page (http://amuddyroad.com/index.php/stories/) columns and the first post is full width. This is also the layout for my category page (http://amuddyroad.com/index.php/category/travel/india/trivandrum/). Can I change the layout of the category page, so that there the first post is NOT full width? What happens when I have for example 100 posts on … Read more

styling category pages

Hi, I’m interested in styling my category pages to look different from one another. What I want to be able to do is have a unique background for each category, as well as information about the category and perhaps a picture at the top of the page, followed by posts in the category. I’ve tried … Read more

Remove Category Page Header

I found code in the forums… but it doesn’t seem to be working on my site – so I must be doing something wrong. I’ve added the following code with the “WP Add Custom CSS” plugin: <!– Remove Category Page Header –> .category .page-header { display: none; } .category .page-title { display: none; } <!– … Read more

archeive and category pages

Tom, i use categories on navigation because its easy to handle and for posts also but i face two problems these days i hope nobody else can help me in these two topics better than you . 1. when i click on any menu it shows archieve in tab.. why its showing ? how can … Read more

Can I edit a Category Page?

I want to be able to change the headline on a Category Page and add some additional text + style. I also want to remove the right sidebar. I am using a child theme and added an edited version of single.php, removing the “do_action(‘generate_sidebars’);” line, but the right sidebar is still there.