Well if your concern is about the theme and data stored in the database, I suggest you also start with a “new install” of the theme.
And as far as the DB goes, I’ve had a similar experience where I took the hacked DB and installed it on my localhost, then exported the wp_users
, wp_usermeta
, wp_posts
, and wp_postmeta
tables ONLY.
Then I did a clean install (on the hosting server) of WP with a NEW DATABASE as well, and imported the wp_users
, wp_usermeta
, wp_posts
, and wp_postmeta
tables into my clean DB. Typically when a site gets hacked and the DB is affected, it’s the wp_options
table that has problems.
Related Posts:
- Change WP-Login or WP-Admin
- Can I rename the wp-admin folder?
- What is the best method to close off the backend?
- Change Login URL Without Plugin
- Share same domain for wp-admin but for different website
- Securing wp-admin folder – Purpose? Importance?
- Can I rename the wp-admin folder?
- Options for restricting access to wp-admin
- How to change “wp-admin” to something else without search-replacing the core?
- Block access to wp-admin
- Should I add the IP of the server that hosts my sites to the list of authorized IPs in the wp-admin/.htaccess?
- FORCE_SSL_ADMIN not working
- Limit access to wp_admin
- I want to disable login of admin (/wp-admin) with email and make it accessible only with username
- password reset link being sent as HTTP?
- How to Change The WordPress Login URL Without Plugin
- 404 redirect wp-login and wp-admin after changing login url [closed]
- Logout USER form backoffice after 30 minutes of inactivity [closed]
- Do I have to face security problems if I changing default role to Contributor
- wp-admin folder removed by hacker [closed]
- Hide username discovery
- Renaming wp-admin without hard-coding it. Is it really possible?
- Need help for WordPress User Session Management?
- Is there a simple way to set wordpress site files back to out of the box?
- Developer/Designer asking for admin access
- Is WordPress secure enough for a multi-user article directory?
- How to log into WordPress via GET/POST
- Can I rename the wp-admin folder?
- CSRF attack to create USER
- Can I rename the wp-admin folder?
- Why WordPress not logout after I have close my browser?
- How to protect wp-admin from third party access?
- Couple questions about .htaccess, login page, updates
- is exposed wp-admin site a serious security vulnerability
- How to restrict dashboard access to Admins only?
- How to disable the “Post Lock/Edit Lock”?
- Check if user is admin by user ID
- Unable to login to my wordpress site. reauth=1 redirection loop
- Highlight custom widgets in the admin area?
- create users to site with specific language
- Hide a page in the admin end without a plugin?
- Prevent from deleting any user role but subscriber
- How to disable or hide “collapse menu”
- How can I find security hole in my wordpress site?
- Prevent Admin gui output from page added using add_submenu_page
- wp-admin blank in a clean install of WordPress on PHP 5.4 [closed]
- Has anyone experience w/ WordPress (MultiSite) hidden users (possibly hacked)?
- After changing Site url to https, can’t access login page
- Add custom content in user-edit.php page
- How to use Yoast SEO backend in english even if WPLANG variable is not english?
- Admin first hook that outputs HTML?
- wp-admin edit user url wont show up correct url [closed]
- Which HTTP headers to use for subdomain embedding?
- To remove default dashboard items and add quick draft widget for custom post type
- Can’t access WordPress as an admin – but I can log in as a user!
- lock meta box position on post edit screen for contributors
- How to create a WP Admin user in phpMyAdmin for WordPress 4.6
- How do I host WordPress on a hidden domain through a reverse proxy?
- Clicking On View Post In Draft Opens New Tab
- Users disappeared from wp-admin
- WordPress (behind HAProxy and Jetty), not multisite, in sub folder – and /en/wp-admin/ keeps redirecting to /wp-admin/
- Created a new subdomain with same content. Should I add a redirect in my old subdomain?
- What are the requirements to make the admin toolbar show up on the front end
- Sorry, you are not allowed to access this page
- Cookie Domain is preventing Admin login
- How to get Role Subscribe Users on Admin Menu only in Pages in WordPress
- Custom Admin Pagination links
- Have different site location for wp-admin in IIS
- Lost administrator privileges and can’t find a fix
- Why does do_robots() Allow: /wp-admin/admin-ajax.php by default?
- What is the meaning or function of this notice?
- How to set where user is redirected to after logging in at wp-login?
- How to display site title with post title?
- 100+ terms in any taxonomy slows down post updates?
- Is WordPress Suitable for my site?
- Disable or lock parent pages from being edited in wordpress admin
- How login is possible, if I deny login page via .htaccess with allow ip
- Troll the hackers by redirecting them
- how can provide access to wp_admin page for non wp_users?
- jQuery UI Datepicker error
- Can’t connect to WP-Admin, blank error message
- 404 errors when updating options in admin dashboard
- WordPress /wp-admin redirect to wrong port in docker
- How do I fix the 403 error for wp-admin/admin-ajax.php?
- Strange Popup Ad on my WordPress Admin Dashboard
- Trying to list user and post information from (wp_includes/post.php ) causes Fatal error
- Unable to Add User after Site Migration
- Get Post ID in Admin Edit screen otherwise generate it?
- Cannot login in WordPress even after changing hash password in phpmyadmin
- WordPress User profile page fields missing
- Trying to use and understand JSON API and get_posts
- I want to know if it’s good for SEO [closed]
- My WP site and password was hacked, what to do? [closed]
- My website’s wp-admin redirects to another website’s wp-admin after pointing the site url to a subdirectiory
- Help please i cant login to wordpress panel [closed]
- After Upgrade: $user becomes unknown (id: 0) after successful login?
- Redirect users based on their roles, is_admin()
- insert an admin table inside another admin page
- /wp-admin/ – this link showing me “Index of /wp-admin”/ instead of dashboard
- What methods are you using to transfer individual WP site components from one site to another?