CakePHP-Blog-Plugin icon indicating copy to clipboard operation
CakePHP-Blog-Plugin copied to clipboard

A CakePHP Plugin for a blogging engine with posts, categories and tags

Results 6 CakePHP-Blog-Plugin issues
Sort by recently updated
recently updated
newest added

Hi, I have used your plugin in my fresh cakephp 2.6 setup. I can access mydomain.com/blog but am unable to access mydomain.com/admin/blog_posts It is showing 404 error. I have `Configure::write('Routing.prefixes',...

Followed your instructions, but still get missing controller notices

Admin routes are not working properly by default as specified in the README file. The url specified of `/admin/blog_posts` is not pointed at the 'blog' plugin. I had to instead...

When going to a specific category index (/blog/category:category-slug) the view shows all posts. It is not being filtered by the category.

I'm not sure exactly how it would be implemented yet, so I thought I'd ask here and get your opinion. I would like to be able to extend the BlogPost...

With the new CakePlugin architecture, Blog's routes.php file can be loaded in a more Cake way: `CakePlugin::routes('Blog'); // Load Blog plugin routes` or `CakePlugin::routes(); // Load all plugin routes` Not...