Question regarding wordpress plugins

obiwan69

Junior Member
Joined
Dec 26, 2015
Messages
168
Reaction score
35
Hi, so basically Im a newbie and trying to figure things out on WP, Im about to start my first amazon project however I am wondering about a few things: Please look at the screenshot I have attached.

wordpress question.jpg

Sorry for the mess, just didn't want to give out my niche, hope you understand.

The first thing is how do I get rid of the "Home" text that is marked in a red circle?
2: How do I get my homepage filled with the most recent reviews I've written?

3: What plugin can do this?

Any help would be greatly appreciated as once Ive figured those things out I can start focusing on getting content out, thank you for taking time to read this thread and have a wonderful day.

( If this is in the wrong section please move it )
 
I know it is a nooby question but id be extremly happy if someone had the answer for my question:(
 
For #2

Go to Settings/Reading and select "your latest posts" for Front Page Displays.
 
If you just start using wordpress try watch few videos on youtube. It will take you about 1 hour to understand wordpress 100%
 
Regarding 1st, the easiest way is to edit template file in the theme you are using. If it's home page check index.php and start from there, they may have other phps included, like content.php... Or view source and do a search in your theme files with any html editor with peace of code that's around "home".
 
Regarding 1st, the easiest way is to edit template file in the theme you are using. If it's home page check index.php and start from there, they may have other phps included, like content.php... Or view source and do a search in your theme files with any html editor with peace of code that's around "home".
Any editing of files for wordpress must always be done with a child theme, never ever edit main files as they will get over ridden when there is a new update. Best not to advise anyone who is new to wordpress to edit actual theme files
 
Any editing of files for wordpress must always be done with a child theme, never ever edit main files as they will get over ridden when there is a new update. Best not to advise anyone who is new to wordpress to edit actual theme files


There are also wordpress plugins that will create a child theme for you. Its really easy to create them that way.
 
Back
Top