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
> 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
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
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
No Comments »