Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #980886

    Hey 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,
    Ismael

    #981099

    Ismael,

    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,
    Joerg

    #981534

    Hi,

    You need to create an actual page and then redirect an archive or category url to the url of that page.

    Best regards,
    Ismael

    #981592

    Hi,

    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,
    Joerg

    #981851

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.