wordpress menu, post and pages appeared triple after transferred hosting - wordpress

Hi I just moved hosting from Bluehost to Wealthy Affiliate. I used a paid theme called Streamstore. But now I have all my menu, page and post appear 3 times in my site.
My site shows all my menu 3 times, when I go to WP admin, the display says I have 33 pages where there are only visible 11 pages???? I can't even find them to delete them. Posts are just the same, I have 100 posts, but now they are all tripled so it shows I have 300 posts.
Where can I find the duplication and delete them for good please?

Click "All Posts" and "All Pages" in your admin dashboard, and check this tabs:
and this one for pages
Usually this is where your posts could hide. If not, then most probably you have duplicated your database records, but that's not such a common issue. If needed I will explain what to do in that case.

Related

Woocommerce products not being displayed

I'm using Woocommerce Woodmart theme for an online shop, we have a lot of different products but despite correct settings and ERP software some items are not displayed at all. Mostly its the case when I open the shop and it says 20 Items are being displayed but in fact only 16 I see on the product page and they are cutted off as well like this
The same problem occurs when I say 23 Items should be displayed but actually it shows less and cuts off the items again. When I choose category not all items are being displayed despite the fact that those can be found on search. Where can I find respective file for woocommerce responsible for showing items and how can I eventually fix the issue? I tried to deactivate some plugins but it didnt help out.

woocommerce: SOLD is not displayed for unregistered users

Having trouble since last wordpress and woocommerce updates.
Cant get any idea what my be reason for such behavior. While I'll registered on site all "SOLD" signs shows correctly, but as soon as someone whos not registered on site checks item it doesn't display SOLD on single product page (but on catalogue view it`s visible).
For me this doesn't make any since, as site doesn't have any extra role and permission plugins..
any idea where might be issue?

woocommerce pages missing in admin settings

I have woocommerce installed and using the Mystile theme. Right now the Shop page shows all of the (hundreds of) products paginated. I google how to set it to show categories instead. The answers to this and other questions I have all show screen shots that don't match my Woocommerce->Settings tabs. I see "Wishlist Magnifier General Products Tax Checkout Shipping Accounts Emails" Where is the 'Catelog' tab?
I see other answers that say to Woocommerce->System Status->Tools and 'Install Woocommerce Pages'. They say existing pages won't be affected and missing pages will be added. I've done it several times with no effect. I google that. Someone says to delete these pages from my trash and then Install. How would I go about finding my pages in the trash? Googling that gets no relevant results. I'm new to Wordpress and Woocommerce both.
Bottom line... how do I access the settings for all the pages I'm supposed to be able to?
There are other forums with questions about missing pages in the Settings tabs, but usually none have answers. I love Stackoverflow and usually find all my web developer questions answered here. Hopefully this one will be too.
In the WooCommerce -> Settings -> Products tab there should be an option called "Shop Page Display" and it will be set to "Show Products", changing that to "Show subcategories" (and saving the changes) should do what you are looking for (showing categories instead products on the shop page).

Limit wordpress posts loop to continue onto another page

Theres a site i did that on the home page, i created kind of like a news box type
of thing which is what the client wanted...
the posts bit im using to limit the posts on the index page is
query_posts('posts_per_page=4');
Now, this limits my posts to "4" or whatever number i want etc, when the user clicks on the
"news" page button, it takes them to a page which has the full posts loop without the
query_posts('posts_per_page=4'); which essentially shows them all the posts.
Now the problem is that, this person is posting A LOT now and the page now has a bunch of posts one after the other.
Is there a way to limit these to any number (that i choose) and show the rest of the posts on another page???
So essentially something that says
filter out 20 messages/excerpts for example, BUT after 20 show a "next" page or something like that?
is that possible? Because as it stands now, by years end this ONE page will have hundreds of posts.
ive looked around but not sure exactly what im looking for. This one came close (here on SO)
Wordpress loop show limit posts
And although its similar, i need a way to limit the posts on the page AND continue them on another page so that one page doesnt hold ALL the posts.
Thanks in advanced.
The homepage is controlled by index.php or a template file used by a page which you can set up to be your homepage at Settings > Reading.
You must check your index.php file or the template file used the page from the homepage.
If your queries in the code are not including any "posts per page" arguments, you can control this numbers from Settings > Reading.
There is also a plugin which can help you:
http://wordpress.org/extend/plugins/custom-post-limits/
Now, clicking on news page, you must check if that is a page or a category listing?
If it's a page, then it is handled by page.php or an attached/used template for it. Again, the code is important, how the queries are written. It it's a category listing, then the category.php is handling that page.
Pay attention for the template files are using each every page/post and learn this: http://codex.wordpress.org/Class_Reference/WP_Query
Good luck! :)
http://codex.wordpress.org/Settings_Reading_Screen
In the settings you can set a default max limit of how many posts per page.

Limit number of posts in WP Carrington JAM framework

While using the Wordpress Carrington JAM framework, the number of posts being shown in my Search Results, Archives, and Category pages does not follow the value I typed in Settings > Reading.
In my Settings, I typed the number 2 in the field "Blog pages show at most" but whenever I view those 3 pages it shows all results instead of only 2.
For some reason the setting is not included in the theme options page for Carrington JAM. But I found it anyway in the file themes/carrington-core/ajax-load.php in the function cfct_posts_per_archive_page_setting().
Default was 25 which is why so many results were being displayed. I changed it to something lower.

Resources