ads and categories not showing, 404
Hi,
I am getting 404 error when clicking on category/subcategory and ads links.
I did perm links (in my situation its /index.php/%postname%/) (saved couple times)
I did changes in theme-function.php
(// set global path variables
define('CP_DASHBOARD_URL', get_bloginfo('url').'/index.php/dashboard/');
define('CP_PROFILE_URL', get_bloginfo('url').'/index.php/profile/');
define('CP_EDIT_URL', get_bloginfo('url').'/index.php/edit-item/');
define('CP_ADD_NEW_URL', get_bloginfo('url').'/index.php/add-new/');
define('CP_ADD_NEW_CONFIRM_URL', get_bloginfo('url').'/index.php/add-new-confirm/'); )
(thanks that the rest is working)
It is clean install – no migration.
Can somebody help? Was trying to find something on forum – I cant find anthing