Posts Tagged ‘Page’

Wordpress Template Files Heirachy & Stucture

No Comments »

Wordpress Template Files Heirachy & Stucture

Codex

Codex tools: Log in / create account

Template Hierarchy

Languages: English • Français • 日本語 • Русский • (Add your language)

Note: This article covers an advanced topic. See Stepping Into
Templates for an introduction to WordPress templates.

Contents… Continue reading

How to put a post on a page

No Comments »

> chau wrote:
> > Hi Dwayne,
> > I’m just wondering if you can show me how to loop a post so it can
> > appear on a PAGE that I wanted to be on. I know there’s a side bar
> > options for widgets where you can… Continue reading

How to re-direct a page

No Comments »

Bookmark this category
Here’s the code:

Your Page Title
<meta http-equiv="REFRESH"
content=”0;url=http://www.the-domain-you-want-to-redirect-to.com”>

Optional page text here.

<meta http-equiv="REFRESH"
content=”0;url=http://www.the-domain-you-want-to-redirect-to.com”> is
the part that actually does the redirecting.

The number preceding the url (in this case zero) tells the browser the
number of seconds to wait before redirecting to the new url… Continue reading

Web Design Tutorial: Redirect using html

No Comments »

Bookmark this category
Here’s the code:

<meta http-equiv=”REFRESH”
content=”0;url=http://www.the-domain-you-want-to-redirect-to.com”>

Optional page text here.

<meta http-equiv=”REFRESH”
content=”0;url=http://www.the-domain-you-want-to-redirect-to.com”> is
the part that actually does the redirecting.

The number preceding the url (in this case zero) tells the browser the
number of seconds to wait before redirecting to the… Continue reading