I have a block in which I’d like to display a link based on the site url. So for example, when the user enters “Futuristic”, the link will display as https://my-site.com/futuristic/
my company is working with different restaurants to digitize their menus so that people dont touch the menu cards in this Covid 19 pandemic, so every table in a restaurant will have a unique qr placed on it, when a customer scans it the menu will open and he can order it from there, the issue i am facing is how to set all those unique urls linked with the table number, and how to show the table number on the dashboard of woocommerce so that the restaurant knows the table number from which the order came.
thanks and regards
Aetzad
I have edited functions.php file recently and also added a new folder to themes folder for custom endpoint and after that I wasn’t able to login to wp-admin. I deleted the folder and code line from functions.php but it still doesn’t let me to login. I have cleared all cache and cookies but still I get the same error 🙁
I am running a site for a German NGO under the domain sub.example.org
.
Recently, I added sub.example.ch
for its Swiss spin-off.
My understanding is that site_url()
returns the location where the WordPress core files are.
I am developing a plugin.
I’m not sure if I phrased this question correctly…
I have a WordPress site hosted on GoDaddy, it’s a Windows server, (i have the web.config
set up). and .htaccess
correctly configured. The site was working on example.com/wordpress
, as it was a development test. I moved the site to example.com
.
I am in the process of moving a WP site from one host to another. I copied the database and all the files, created a new database and imported the old one. I then changed the wp-config file. The home page shows fine, but when I try to access /wp-admin it takes me back to the old site.