Editing WordPress Homepage to not show article

I realize how to create a static home-page in WordPress. But the merely thing I realize how to do is produce WP " Page" this means an article showing on my home page. I do not desire to show an post on my home-page. I want to indicate links to all my articles(In the biggest market of the page), and possibly a short synopsis of each(a section or so underneath the article’s title). I’ve seen the following on other sites but have no idea how to take action myself. Let me know in case you have any advice.

Thanks
Sean

The approaches I’ve seen done because of this have the WP install from a different directory through the main site underlying.

Certainly they create a " custom" page for your home page… But you’ll find multiple ways of doing it… It just simply requires some php awareness…

I want your Homepage domain to become this page. So I don’t want it to be in a different directory such as wwww. mydomain. com/thisdirectory. On the web create a " custom" internet page in WP
Thanks for your reply!
Sean

Sean…

You’ll only possibly be editing files as part of your WP Themes listing.

And so, open the themes directory then open the directory you happen to be using for your current theme.
Each and every theme has it is own directory.

You are going to see files including:
header. php
footer. php
list. php
principal. php
system. php
individual. php
sidebar. php

Every theme author seems to name them different things.

You will not be editing index chart. php

On the other hand, there is one script utilized for the most important WP page.
It could be called " principal. php", " property. php"…
Not sure what your theme author named the item.

When you can find that, ok , i’ll know… and place it here.
Don’t edit header. php or perhaps footer. php… because those are utilized on EVERY site.
You only want to affect the chief page.

I’ve just started using around with WP( customizing )… I knew an individual would give the best logical answer…

  • Here are usually my files, there’s no " main" or perhaps " home" but we have a " main listing template. " I attached the primary Index Template program code.
  • Archives Internet page Template
    (page-archives. php)
  • Comments
    (comments. php)
  • Footer
    (footer. php)
  • Header
    (header. php)
  • Main List Template
    (index. php)
  • Search Form
    (searchform. php)
  • Sidebar
    (sidebar. php)
  • Theme Functions
    (functions. php)
  • Stylesheet
    (style. css)

There you!
That’s the script for your main page.
When you find yourself editing that 1. Like I say, each theme author picks his or her filenames.

I type of expected to discover more scripts… like single. php, internet page. php, blog. php… that adheres to that.
It’s possible the theme editor is using one script for those pages. That type of sucks.
You may have to try the steps below to view if that does work or not.

Before you edit anything, produce a safe copy.
I produce a copy named this way: main_index_template_old. php
Add the term " old" after it and that means you don’t overwrite them with changes.

These days… you have this particular file to update: main_index_template. php

View your WP website using your browser and reach the main internet page.
Subsequently, view the HTML source using your browser. click on view, mouse down to source,
or perhaps if using FireFox, right click. Whatever… you wish to see the HTML for your page.

Inside HTML, note various < div> and < class> tags, and what they’re called,
and how they appear inside HTML.

Open up main_index_template. php around Notepad++ or whatsoever edit you’re utilizing, and
have the < div> section you wish to delete, edit, or maneuver around. In your scenario, you’ll
be deleting major portions on the main page.

After you make a modify, save it as well as review your WP site (refresh). Make confident the
changes are only appearing within the main page, and never any other internet pages. Again, some
theme authors employ one script for all those pages… most have a separate script for the
main website page.

In case you mess it upward, you can usually open the " old" message and restore the particular changes you manufactured.
Don’t ever lose the particular " old" message. That is your current UNDO.

Do exactly the same with the CSS information. Make safe copies before you edit any ones.

Any images you wish to add or switch, do that from the " image" list within
a person’s theme directory. Everything you customize should be done within the theme
list.

Plug-ins are usually like themes. We have a single directory made up of all plug-ins. An individual can
update plug-ins, but in case you ever update plug-in alterations, your changes will be lost.
There’s nothing wrong with taking a current plug-in and giving it your special name.

HERE’S YET ANOTHER GREAT WP CUSTOMIZATION TIP:

You currently know that you can create a " page" rather than a " post". Whenever it’s a
internet page, you do whatever you need with the text editor… what a person type on there
appear

This entry was posted in Web Design and tagged , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *