The best way to modify how a theme presents an archive is to create a child theme and then create a specific altered version of the page you want “fixed”.
Template files follow a hierarchy with the most specific file available used.
In your case, you could create a file called something like category-finanzasya.php
(depending on the slug the category has – I’ve picked what it would probably default to). Copy the contents of category.php from your parent theme (that’s the one you are making a child version of) and then edit it as much as you like.
For everything else, WordPress will use the original theme but, just for that one category archive, it will use your custom version.
Related Posts:
- How to remove category titles?
- How to Remove a Title from All Category and Tags Page?
- How to get category and archive title?
- Get rid of WordPress category, tag and author archives?
- Category archive by year with permalink support /category/YYYY
- get_categories for custom post type with a specific custom taxonomy attached
- How To Modify The Loop in archives.php To Have 11 Posts Per Page and CSS Styling
- 404 Error On Category and Tags Pages
- Force WordPress to Show Pages Instead of Category
- What’s the URL for a category archive?
- Sort posts by tags in category pages
- How to get the category of the post and link it to the archive (of the category)
- How to hide a specific category posts in my monthly archive?
- Optimal way to redirect home page to category archive?
- How would you create a “weekly” archive?
- Remove “Category Archives: title” at the top of a category page [duplicate]
- Display all posts with same title
- Sticky Posts Not Sticking to Top of Category Archive
- Root level category, tag, author and archive pages to work
- Are Custom Taxonomy Templates Possible?
- I want exclude the particular category in sidebar
- How to filter archives both by category and tag?
- Remove Archive Headline and Archive Intro Text fields on category and tag archive pages in WordPress Admin with Genesis framework
- Display only posts from referred category on date archive page
- Using widget logic I want to show only a widget on the archive page if there are no posts
- What type of page should i use? static page or category page? and what’s the difference? [closed]
- Creating archive pages for children categories
- Display “add to cart” button on every listing in product category page?
- How to get post category title within the loop?
- Single_cat_title() print the title before text
- WordPress categories being called “archives” in google links. How to remove?
- Add title, post content, and category like add_post_meta and update_post_meta
- conditional for sub category on archive page
- Sorting posts by season
- weekly archive for custom category
- WP_Query() returns null when results exist!
- How to remove “Category : …”
- WordPress subcategories return 404 in custom template
- Archives for each category on WP Multisite
- Hard coded main navigation
- Category index featured image
- How to change category and year archive permalinks/rewrite rules?
- How can I define a custom archive for childs of a specific category?
- Get parrent category name
- Restoring default article pagination on archives – Removing custom limits
- Category archive rewrite rule to include category/subcategory?
- add_rewrite_endpoint returns 404 on archives
- Multiple category archive page
- Custom archive.php: retrieve right post categories?
- wp_dropdown_categories() scripts working erratically on sidebar
- Yearly Archive for Categories with dropdown
- Category archives with monthly pagination
- Customize category page for different custom taxonomies
- how to remove the default title of Categories widget
- Category archive is displaying all posts rather than the specific category
- Do not show sub categories in the loop on archive-product.php
- why get_the_post_thumbnail( the_ID()) echos extra post id
- Set category page title in custom theme [closed]
- Show different title on category page
- display category list year wise in wordpress
- WordPress showing wrong category name
- Problem with multiple loops in wordpress theme
- Displaying year once in category.php [duplicate]
- what file I need to create to work date archive links?
- Show Secondary Sidebar on Category pages (archive)
- Displaying a custom field in Category Archives
- show only sub categories if available?
- Redirect Problems with Archive Page and GET variables
- exclude certain categories form archive widget
- Different post slug based on archive
- List of post categories only associated to another custom taxonomy
- How do I make an array to get the category name, dynamically, in an archive template?
- How to prevent WordPress from redirecting single page to prefixed category archive with same name?
- How Can I Display the Category Description in a Theme with no Category.php or Archive.php?
- Display Category yearly wise in wp
- Display all posts from specific category
- Meta Box: display single image on an archive-template
- Make category archives page in menu non-clickable
- Category name as page title
- Custom Category Archive Pages
- How to get get_categories()’s ‘hide_empty’ argument to work with global year var in the archive template?
- How to display total views of all posts of one category?
- How to auto update post title and slug with category name when post status is updated
- Create monthly archive for parent category
- How do you add Author and date Published on Category Pages?
- How to count the number of monthly archive?
- Transfering static site to wordpress and retaining category by month paginations
- Conditional statements based on custom meta value in category archives
- date.php shows all posts. how to fix it?
- Archives and category of authors
- Search tag within category
- how to display page title only for child category pages
- Determine the category that an archive-page is for
- Easiest way to display post archives in category-then-alphabetical order?
- How to show monthly archive posts?
- Weird html output of single_cat_title – is not inside of the html element?
- AZ Directory posts directory index
- Category archive page has two URLs even when default theme is active with no active plugins
- Sorting past events by month
- How to hide my categories pages’ names, and how as well to reduce the space beween my sidebar’s widgets?