WordPress Category as Page

knopper

Senior Member
Joined
Dec 24, 2008
Messages
1,093
Reaction score
704
Hello Guys,

I'm building a website where I want the category to be a page that can be edited by gutenberg or elementor.
Unable to find plugins that can do this job.

Any Help?



Thanks.
 
You could redirect the category to an actual editable page.
Otherwise you could add your own code in the category using a hook and if(is_category('category name')) { custom code }
 
This doesn't help - It's an outdated plugin, with no updates.
True, what i did is, I unfollowed/unindexable all my category pages, and made me via Pages and interlinked them through there instead.
As opposed to having so many plugins, can be quite bloating.
 
Back
Top