Wordpress - Homepage Index - wordpress

Need help.
The homepage and the navigation of the wordpress website I made have a different content once i search and click it from google index.
But once i directly open it thru address bar the orginal homepage and nav bar displayed.
What could be the problem here?
This one is when searched on google:
This one is the correct one:

Related

Wordpress navigation link menu issue

I am facing a problem with my wordpress site.
I configured the drop down navigation menu.But after clicking on the contents of the menu my page doesn't redirect to the destination page.Although the url in the address bar changes according to the selected option,but I need to explicitly refresh the page to display that page
can anyone please suggest on this.

Wordpress:Page Title Appears twice

I am in the process of setting up my own e-commerce website powered by wordpress and woocommerce but i have come up against some issues.
Specifically when i click on a product category the page title bar appears twice and i have been trying to eliminate this issue.Whereas the shop page is behaving correctly,only spawning the page name only once.
What i have done so far is:
Disabled the yoast SEO wordpress plugin(read somewhere that it might be the issue).Nothing happened.
Tried to edit the style.css by adding the class"page-title" of the bar that appears twice and using the display:none feature.The bar disappeared but the other bar did as well since they share the same exact path and class as the one in the shop page.
The proper format of the page is located here - www.survivalmotion.com/shop/
The one that has the issues is any product category such as - http://www.survivalmotion.com/product-category/backpacks/
The topbar is the one i want to eliminate.
Any idea on how should i proceed to fix this?
Add this to your css:
.main-content-inner-full>.page-title{display:none;}
.main-content-inner>.page-title{display:block !important}

Static front page in wordpress as categories

Hey guys, I am trying to make a wordpress website like this one in the image.
But i cannot find a way to put categories as a static front page for the website.
Can anyone help me with this?
Thanks.
My website - thewikipedia.net
Theme link - https://wordpress.org/themes/mywiki/
You've to include wp_list_categories(); into your theme index.php file.
This will display all your categories on main page. You can change style and align them according to your requirement using CSS.
By default, clicking a category link will then open the category page, which uses the category.php template, and this will show all the posts in that category.

WordPress: How to link post to particular page?

I'm new in WordPress and trying to do the following:
I have main menu with some options (Home, File, Edit, View...). I also want to have posts. The posts can belong to different categories that match the menu options. The only last post should be displayed on Home page (Home menu option). Other older posts should be on pages under appropriate menu options.
I've searched the internet but not found the right solution.
Can I do that with WordPress?
I don't know PHP.
I don't get your question properly. As you said you don't know PHP so it will be little difficult but you can make it by custom template or editing your index page of template.
Or if you want to show 1 post(last) at your website without any php, you can go to your Dashboard->Setting->Reading and make "Blog pages show at most" from 10 to 1. But the problem is your website will show like blog. If you are using "Twenty Twelve" let me know i will make it for you.

Redirecting posts in Wordpress to a specific page

I created a page so that it would appear in my navigation menu. This page would however be my posts page (i.e. all posts would go here) and would also be my front page.
I am unable to find anything other than editing the 'Home' in the theme file (none of the themes I tried had the 'Home' editable).
In other words, I'm looking for something that would redirect all of my posts as a stream into my homepage that also has a link in the navigation menu.
I tried looking at a lot of places for help in this, however I couldn't find anything useful.
Thanks!
Under Settings -> Reading edit "Front page displays" to display "Your Latest Posts" then provide a link in your navigation menu to the root, mysite.com
If you want to style it you can use the editor to change the appearance.

Resources