Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress + WordPress (mu or not) leads to 404 errors, but p


chrishajer
Participant

@chrishajer

No listing in the plugins tab means the plugin is malformed and is seen as just a file in that directory, not a plugin. You are going to need a plugin header, something as simple as this:

<?php
/*
Plugin Name: No 404s
*/
?>

https://codex.wordpress.org/Writing_a_Plugin

Skip to toolbar