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.
Related
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.
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.
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 2 years ago.
Improve this question
we did a relaunch of a website. The old site included an Google Analytics code and got tracked. The new site (on same domain) doesnt had an tracking code but got tracked why ?
how long after the launch was the site tracked for? Is it still being tracked? Many users of the site may have cached JS which could still be calling googles tracking script.
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 1 year ago.
Improve this question
I have an e-commerce website and now I want to integrate the DocuSign with it. The purpose is everyone has to sign the digital document before placing the order. I have used WooCommerce plugin for the shop page. So how to integrate the DocuSign API with WooCommerce?
DocuSign has a REST API that has the same functionality that they have on their website. You could call the REST API programmatically from your WordPress code and you should be able to send envelopes, get their status and do a lot more.
The documentation of the REST API is here https://developers.docusign.com/esign-rest-api
They also have a GitHub repo with some sample PHP code that you could use: https://github.com/docusign/docusign-php-client
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 moved my whole wordpress installation on my server from a folder called wordpress to a different place. Now, when I click on a post, the link still contains /wordpress.
I already replaced the url in the guid column in the table wp_posts.
What else can be the problem?
Do you have changed the installation path in the settings (wp-admin).
If all the links populated by wordpress are wrong it might be an issue with your settings? You cam verify this by creating a new post and check if the link is incorrect there as well.
Just go to Settings->General