WordPress deleting blog (posts) by itself [closed] - wordpress

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
I have a WordPress website. I have 27 posts/blogs there. but after some days it reduces itself to 20 and after sometime 15. I have to recover it using backup everytime it happens, it's really annoying.
There are a lot of user registered on my website but their role is set as "subscriber".
Only I have the admin access and I also have 2 Step Verification enabled using WordFence plugin. So If someone tries to login then I need to approve that IP.
Or is it a database problem?

It could be caused by some plugin or your theme code. Check your plugins if there is something related to post expiration/pruning and also the functions.php file in your theme directory if there is some cron/schedule/remove filter. It certainly is not caused by the database itself.

Related

Wordpress - after installation, CSS files don't work [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 months ago.
Improve this question
I just created a new Wordpress project. I have managed to create a local domain to it, created db (without any data) and configurated my config.php (created from config.sample.php). Then I opened it in the browser to start the installation, but it is obviously broken - CSS is not working.
Please help, what can be wrong?
There is also another project where CSS files obviously don't work. I download that project from gitlab. That one was not from scretch. Both don't work correctly.
This problem usually occurs when you have not entered the correct website address during WordPress installation.
This guide will help you with:
https://wordpress.org/support/article/changing-the-site-url/
If the site is in an active domain, send its address so that the problem can be checked.

Headless Wordpress Next.js Blog Updates only on Redeployment? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed last year.
Improve this question
Is this normal for a Headless WP/Next.js setup? When a new post is published from the Wordpress admin, it does not update to the site. In order for it to show I have to go into Vercel and redeploy the site for the blog post to update. This seems a little much to have to redeploy an entire website every time you create a new post. Is this normal or am I missing something?
Assuming you're using getStaticProps/Paths to generate your blog posts, you're also going to want to implement Incremental Static Regeneration to revalidate the data at set intervals.

How do you create an account dashboard for each user registration using WordPress? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I am creating a website for online learning and I am not a coder.
My questions are:
Can we have our own user-base in WordPress? If yes, help me in the identification of that.
If Yes to the above question, do we need to maintain our own DB or something of that sort?
If Yes again, then how can I redirect to dashboard page/ upgrade page/ billing page based on the login credentials and other specific preferences?
Choice of the platform is WordPress + Elementor.
You can use the user-registarion plugin to get the job done.
where you can create
User registration form and login form.
No need to maintain your own DB.
You can redirect to dashboard page/ upgrade page/ billing page
based on the login credentials and other specific preferences.
check out their documentation

Server is hacked. How to get into wordpress [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a site, wordpress is install on it. The site is hacked. I can not login into the wordpress dashboard. I have tried two practices to get login into wp-admin but still I could not get where is the problem.
I have changed the password in the wp_users table through
phpMyAdmin in cpanel.
I have also added another database user+password
and then put the same user name+password on the wp-config.php.
Please me know please if i am wrong or any other solution to get into the wordpress dashboard.
Thanks in advance.
I would suggest ensuring that the email address for a full admin user is set to an address that only you have access to (you can change this using phpMyAdmin in wp_users) and then following the "forgotten password" routine via the interface for that user.

Change wordpress admin login url [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am searching for already an hour but cant find anything. So I actually want when someone goes to myblog.com/wp-admin to see 404 error or some other error. The same thing I want a user experience when he goes to myblog.com/wp-login.php. So basically I need to restrict access to that 2 URL and also how can I configure to have myblog.com/login to have the same login page that I would have in the myblog.com/wp-admin page? I am doing this for protecting my wp site from hackers.
You can configure your .htaccess file to accept only your IP address and you can also secure your wp-admin folder using a username/password.
The are lots of tutorials online about that.

Resources