I have a WordPress theme which contains multiple pages one is a contact page, I didn't like this contact page so created another page so the old page
The problem:
What do I need to do solve this problem?
You have to change the permalinks for the specified page.
For that , Go to the pages section and select your desired page from wordpress admin dashboard
Now in the right side, click on permalinks option and update your slug in the url-slug box
Hopefully , That'd resolve your proble
Related
I am trying to set my shop page as a homepage for site. It's an easy action in wp-admin. The problem that I am getting message No products were found matching your request.
At the same time everything OK on shopPage.
I've tried to play with visibility, categories, attributes but still can't customize them properly. I believe, there should be some settings I've missed.
Homepage set to shop page - http://52.58.27.104/
Usual shop page - http://52.58.27.104/shop
Edit
Setting->Reading
WooCommerce->Settings->Products
Settings->Permalinks
Usually to change the page that shows as default you should login to the admin panel then go to Settings -> Reading -> Static Page and from there pick your site. If that's the way you did it then that will remove the extension off your page like the www.site.com/shop will be www.site.com which now means woocomerce is trying to find a /shop section. You have to change the woocomerce section to select the new page that the items are located. Either one by one or through the woocomerce general settings.
Hope that helps
I created a category in WordPress and I gave to this category the url of my blog page. It gave me a 404 error so i deleted the category. The problem is that now my blog page redirect to my homepage.
I don't know how to start . Any idea of what to do ?
You can start by ensuring the blog page is different from the homepage in dashboard->settings->reading
In your admin dashboard, go to Settings > Permalinks and make note of the current setting since you need to temporarily change it. Select the Plain radio button and click Save Changes at the bottom of the page.
Once saved, click the previous pretty permalink option you had and click Save Changes one more time.
Your permalink settings have been reset and you can check your blog page. You shouldn’t see any more 404 errors. Please check the blog page in other browser to prevent also the cache.
I chose Wordpress for my last project but I have a question. I'll use Pages so the client is able to change the content himself. For the moment there are no Post or blog in it. Is it possible to run Wordpess without a blog? It'll be a blog in a future but not now. Thanks.
Absolutely you can have a WordPress site without a blog. You just need to do a couple of things in the admin.
First you need to create 2 pages: a static 'home' page, and a 'blog index' page. The home page is what will be displayed when a visitor comes to the site. The blog index page is just a blank page, with a title you can remember.
Next, in Settings > Reading, select Front page displays a 'static page', then set 'Front page:' to the home page you made, and 'Posts page:' to the blog index page you made.
Yes, for sure you can do this.
Just do the following:
In your admin backend click on Settings -> Reading and set "A Static Page"
Go to Appearance and build a custom menu and add there your pages to a active menu.
Disable all widgets which link to posts.
In fact you need only the first step, but with the second you allow users to navigate on your site. To make the UX better, just add a plugin like Map Categories to Pages to add a category widget or something in this way, to let people browse your site more nicely.
Can i able to change the default landing page of my wordpress blog from 'mydomain.com' to a page 'mydomain.com/about'
By default in wordpress, 'mydomain.com' shows up with the list fo blog posts, but rather I need a page 'domain.com/about' to be my default landing page and using some link i need the blog posts to shown. Is it possible to change it??? if so how???...
In your dashboard got to settings (bottom left sidebar) and then under the reading tab there are options to change your front page.
read this
http://codex.wordpress.org/Creating_a_Static_Front_Page
http://bloggingexperiment.com/archives/wordpress-page-as-home-page.php
and you can ask worpress questions here
https://wordpress.stackexchange.com/
I would like to show a custom page when activate my theme with an Enter link instead of posts in the content area and also need to show same header, sidebar and footer as other pages. When click on the Enter our blog works same as other thems.Please help me.
I would create the page that you want to use as the index page in your wordpress admin panel. Then go to Readings Settings, and select Static Page, then select the new page you just created in the drop down menu to set it as the front page. Click Save Changes and the new index page will now be the first thing that visitors see when they go to your site. Does that solve your problem?