Wordpress Blog Overview - Requested Page No Longer Available - wordpress

I was wondering could someone please help. I am working on a WordPress website. I have added blog posts and everything was going fine until unexpectedly I start getting the following message. (Side point: If you look at the message, available is actually spelled incorrectly also - AVAIBLE)
Now I have 11 blog posts, separated on the blog overview into 4 per page. So 1st page has 4 posts, 2nd page has 4 posts and 3rd page has 3 blog posts. When I set one of the posts as a draft, I should see 2 on the last (i.e. 3rd) page, but instead I see the 404 error page, even though there should be 2 posts on that page. When I publish the drafted post, everything works fine and I see the expected 3 posts on the last page.
Each of the posts themselves are fine, as I have tested clicking on each one and it brings me to their designated page as expected. But it's just in the main overview of the blogs that I'm having the issue.
This is a major issue as I now cannot add blog posts without this happening at certain time. Can anyone please help me resolve this issue?
Thanks

Seeing that the 404 page of the theme has text is both grammatically incorrect and contains a spelling error, the theme you are working with has, to put it nicely, issues, primarily with pagination and post queries. (I'd much rather say "the theme is junk).
Use deductive logic to rule out the theme and plugin(s). Switch to the default WordPress twentyfifteen theme and see if the blog pagination is correct. Deactivate Yoast and see if pagination works.
If the theme is broken, or if Yoast breaks the theme, find a better theme; a good place to look is https://wordpress.org/themes/ All themes in the WordPress directory have been checked out and there are dedicated support forums for each.
Besides that, this is really isn't a programming question. You need to show specific code that is causing the problem, like the page queries themselves. You're better off in the theme and plugin support forums and at https://wordpress.org/support/

Related

WordPress - translations not appended even strings are edited

Well after 5 days of trying to find solution, I think I need WordPress magician to help me solve this.
I am translating my WordPress site. So far I have translated over 80% of the content mainly accessing .po files via server or by using LocoTranslate
I have troubles with translating some specific content on the page:
When accessing Products section in WordPress Dashboard I can see that even the settings are translated (to Danish) but some content of the same product page are not.
Image Of PRODUCT page:
What I have tried so far:
Checked all In Stock strings via LocoTranslate plugin (for main theme po file and plugins file) and all are translated to Danish.
I changed Main language in General WP Settings
Tried TranslatePress plugin, and when accessing the page via it, it does not offer an option to translate In Stock part. Evan tough it offers an option to translate action button and I did that.
As I can see on the editing page In Stock is clearly part:
Product settings on Dashboard
This means "In Stock" and even here is translated, too.
Note: When refreshing the page the translation is seen for a part of a second for the BUTTON, then it changes back to English.
Well, I am desperate. Can someone offer some other solution how I can fix this?

Category pages blank, but shop works on WooCommerce on WordPress

At some point, we don’t know when, category pages stopped showing anything other than the header/footer of the page. This isn’t for just one category, but all categories and sub-categories.
The main store page, and products, display fine. For example, this is a product page.
https://thesmartspacer.com/product/conference/
But, when you click on one of the categories in the breadcrumb path, you get a blank page.
Similarly, if you click on any category at:
https://thesmartspacer.com/product-category/
Nothing comes up — blank page (except header/footer).
Even categories with only products in them (e.g., no subcategories), same result:
https://thesmartspacer.com/product-category/uses-and-applications/banquet-and-events/
I’ve tried disabling all the plugins that were added at any point in recent history … or that I suspected could impact categories, including Yoast and Yoast Premium. But, pages category and subcategory pages are still blank.
Ideas? I’m just baffled and if I cannot figure this out, I’m going to need to cleanse the site of categories so it’s functional … which is drastic, and I don’t want to go there.
Help!
Thanks!
Neil
Your site is showing the following error
thesmartspacer.com/:426 GET https://thesmartspacer.com/wp-content/themes/Divi/core/admin/fonts/modules.woff net::ERR_ABORTED 404 (Not Found)
check why link is not working
thesmartspacer.com/:426 GET https://thesmartspacer.com/wp-content/themes/Divi/core/admin/fonts/modules.woff
or
Try following solution, it's on divi theme
Refer: https://divi.help/threads/ttf-module-is-slowing-down-the-page.3062/
So that others benefit from the answer that took me days to figure out...
This answer only applies to products displaying, not categories and subcategories.
We found from elegant themes that the theme template had gotten changed (I believe overwritten by a global for the default), and that there needs to be a specific WooCommerce category template that has NO body defined for the template.
So that this is documented for others, see:
When using divi with theme templates, and WooCommerce, you must have a specific cateogry template with an empty body
If you use templates for a theme, WooCommerce will NOT display categories unless there's a specific template set up for WooCommerce category pages that removes the body.

Amending Radio Station Wordpress Plugin - Show pages

I'm still new to wordpress so forgive me if this is a simple question.
I'm using the ['Radio Station' plugin] on my wordpress site, however the 'show' pages do not feature a side-bar. I've tried to create a child theme, and amend the coding of the 'single-show.php' page, but I'm not sure whether the basis of the page is either a post or page.
The only thing i've managed to suceed in is adding the side bar which shows right-aligned under the rest of the 'whole page' content.
Ideally, I'd like the 'show' type pages to look like the 'post' type pages.
This question was posted six years ago from the date of my reply. We've taken over the plugin from it's original developer. You can find the latest version at https://wordpress.org/plugins/radio-station. We also have a PRO version at https://radiostation.pro. Both free and PRO resolve the issue noted in this post.

Wordpress: Posts and pages content not showing but title is

I have a wordpress site which was working all fine but suddenly it got hacked by someone. I immediately deactivate my theme and then after sometime activate it. it got recovered but all contents of pages and posts is not showing up but title is showing. I checked databse tables. It contains all posts, also checked wp-admin. It also contains all data. Also tried by deactivating plugins and then activating it. Dont know what to do. please help me, I badly need it. Pleaseee
here is the link
http://islamiroohanimission.org
index page is okay. But go on any menu. it will give the message no post is found.
go to your functions file and see if they messed with your DEFINE posts to remove those parts of the page.

Making a Whats Hot Section in TwentyTen (Wordpress)

Ok so, TwentyTen is a great new theme, fine.
However, I wish to add more functionality to it and make it like a theme having a magazine style front page (similar to Hybrid News) with mainly a "Whats Hot" Featured Section where I can pick up posts dynamically having the most activity on them (like checking the number of facebook likes or twitter shares or comments etc.) I need this feature as the number of authors on my site will increase and I would need this kind of a selection mechanism to mark out the trending posts.
From what I figured out till now, I would have to add some php to my theme, and do a bit of CSS.
But, How do I go about it? Because the codex is confusing me on this one.
#Pekka is correct. This does require a little more ingenuity than some PHP. Try this plugin out. It's built for 2.9.2, but does work with 3.0 just fine. I'm sure the author will update it eventually since it's a popular one.

Resources