[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

11/06/2009 at 11:39PM PST, ID: 24880100
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

different headers on each wordpress page

Asked by cristobal_ny in WordPress, PHP Scripting Language

Tags: wordpress, php, custom theme

I have a custom theme in wordpress and would like to have a different header on each page
the pages are the following:

Travel Journal, About Us, Media Resources, Support, More

I attached the code from the current header.php file
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> 
  <title><?php if (is_home()) { echo bloginfo('name'); } elseif (is_404()) { echo '404'; } elseif (is_search()) { echo 'Search Results'; } elseif (is_single()) { echo wp_title(''); } else { echo wp_title(''); } ?></title>
  
  <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 
  <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />	
  <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
  <meta name="description" content="Here goes the description of the website." />
  <meta name="keywords" content="Keyword, of, the, website, go, here, seperate, by, commas" /> 
</head> 
<body>
	
 <div id="wrapper"> 
	<div id="header">
		<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Next Destination') ) : ?><strong>NextDestination:</strong>Add a text widget under Next Destination sidebar with the title Next Destination and in the content where it is....<?php endif; ?>
	</div> <!-- #header --> 
	<div id="navigation">
		<ul>
			<li class="<?php if (is_home()) { echo 'current_page_item'; } else { echo 'normal'; } ?>"><a href="<?php bloginfo('url'); ?>">Travel Journal</a></li>
			<?php wp_list_pages('title_li=&depth=1' ); ?>
		</ul>
	</div> <!-- #navigation --> 
<div class="cwrap">
	<div id="content"> 
		<div class="logo">
			<p><a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.gif" width="699" height="260" alt="Logo" /></a></p>
		</div><!-- .logo -->
[+][-]11/07/09 07:59 AM, ID: 25766740

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/07/09 08:18 AM, ID: 25766818

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/07/09 08:50 AM, ID: 25766997

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/07/09 09:09 AM, ID: 25767095

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/11/09 10:12 AM, ID: 25797381

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/12/09 09:20 PM, ID: 25811567

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: WordPress, PHP Scripting Language
Tags: wordpress, php, custom theme
Sign Up Now!
Solution Provided By: cristobal_ny
Participating Experts: 2
Solution Grade: A
 
 
[+][-]11/12/09 09:32 PM, ID: 25811603

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-91 - Hierarchy / EE_QW_3_20080625