Tagged: category page
-
AuthorPosts
-
July 3, 2018 at 9:45 am #980473
Hi,
I copied the archive.php file to category.php and added the category widget to some sidebars.
Is there a chance to link the category.php to a page in order to be able to use the avia editor to style the category pages?Thanks,
Joerg- This topic was modified 6 years, 4 months ago by Wynnphotodesign.
July 4, 2018 at 4:03 am #980886Hey Wynnphotodesign,
Thank you for using Enfold.
This is not possible but you can redirect a category page to a custom page built with the advance layout builder. There are a lot of available plugins that can help you do that. Here’s a few.
// https://wordpress.org/plugins/simple-301-redirects/
// https://wordpress.org/plugins/redirection/Best regards,
IsmaelJuly 4, 2018 at 11:39 am #981099Ismael,
thanks for this advice. I am just wondering how to address a customized page for redirection. I would need a URL of the page itself on the server, wouldn’t I? But the page is generated on the fly. Any idea?
Thanks,
JoergJuly 5, 2018 at 11:44 am #981534Hi,
You need to create an actual page and then redirect an archive or category url to the url of that page.
Best regards,
IsmaelJuly 5, 2018 at 1:43 pm #981592Hi,
the trouble with redirections was that in the wordpress parameter settings I used a German term instead of the the default which is set to category. Switching back to the default made redirections work.
Redirecting
/category/(.*)
to
https://my-site/my-category-page/$1
works fine, there just has to be a single page for each category.Thanks,
JoergJuly 6, 2018 at 6:57 am #981851Hi,
Have you tried to redirect each category page to its designated custom page manually instead of using wildcard search? I’m not really sure how you set up the permalinks but I guessed that you’re trying to do a single wild card search to redirect all categories to their designated custom pages. How many categories are there in the site?
works fine, there just has to be a single page for each category.
Yes, you have to create a single page for each category. That is the suggestion.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.