miniru77
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding more post to home page? Thanksyou learn something new everyday…thanks (I feel so stupid right now, but in a good way)
Thanks for the help and God Bless!!!!
Forum: Fixing WordPress
In reply to: How to center everything in the headerCould someone just quickly tell me where to place the suggestion MPESGT01 made…where do i insert the code he recommended?
Forum: Fixing WordPress
In reply to: How to center everything in the headerwhere exactly do I place that code…sorry, I’m really not sure.
thanks
Forum: Fixing WordPress
In reply to: Content in header question (Thanks in advance)Its Alive!!!!!..kidding. It works fine now.Thank you so much!!!
Forum: Fixing WordPress
In reply to: Content in header question (Thanks in advance)Please…can I get some help with this?
Thanks
Forum: Fixing WordPress
In reply to: Content in header question (Thanks in advance)Thanks Technokinetics!!!
Forum: Fixing WordPress
In reply to: Content in header question (Thanks in advance)`<!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” <?php sandbox_blog_lang(); ?>>
<head profile=”http://gmpg.org/xfn/11″>
<title><?php bloginfo(‘name’); if ( is_404() ) : _e(‘ » ‘, ‘sandbox’); _e(‘Not Found’, ‘sandbox’); elseif ( is_home() ) : _e(‘ » ‘, ‘sandbox’); bloginfo(‘description’); else : wp_title(); endif; ?></title><meta http-equiv=”content-type” content=”<?php bloginfo(‘html_type’) ?>; charset=<?php bloginfo(‘charset’) ?>” />
<meta name=”description” content=”<?php bloginfo(‘description’) ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’) ?>” /><!– Please leave for stats –>
<meta name=”description” content=”” />
<meta name=”keywords” content=”” />
<meta name=”author” content=”Tri Media Solutions” /><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
<link rel=”alternate” type=”application/rss+xml” href=”<?php bloginfo(‘rss2_url’) ?>” title=”<?php echo wp_specialchars(get_bloginfo(‘name’), 1) ?> <?php _e(‘Posts RSS feed’, ‘sandbox’); ?>” />
<link rel=”alternate” type=”application/rss+xml” href=”<?php bloginfo(‘comments_rss2_url’) ?>” title=”<?php echo wp_specialchars(get_bloginfo(‘name’), 1) ?> <?php _e(‘Comments RSS feed’, ‘sandbox’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’) ?>” />
<!–[if lt IE 7.]><script defer type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/pngfix.js”></script><![endif]–>
<?php wp_head() ?>
</head><body class=”<?php sandbox_body_class() ?>”>
<div id=”universe” class=”hfeed”>
<div id=”header”><div id=”header-l”><div id=”header-r”>
<!–<h1 id=”blog-title”>/” title=”<?php bloginfo(‘name’) ?>” rel=”home”><?php bloginfo(‘name’) ?></h1>
<div id=”blog-description”><?php bloginfo(‘description’) ?></embed></div>–><div id=”logo”> <span>“><img src=”<?php bloginfo(‘template_directory’); ?>/images/logo.png” alt=”<?php bloginfo(‘description’); ?>” /></span>
</div><div id=”search”>
<form id=”searchform” method=”get” action=”<?php bloginfo(‘home’) ?>”>
<div>
<input id=”s” name=”s” type=”text” value=”<?php echo wp_specialchars(stripslashes($_GET[‘s’]), true) ?>” tabindex=”1″ />
<input id=”searchsubmit” name=”searchsubmit” type=”submit” value=”” tabindex=”2″ />
</div>
</form>
</div><div id=”menu”>
-
<li id=”m-home” class=”<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>”>“><span>Home</span>
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?></div><!– #menu –>
</div></div></div><?php if is_home() { ?><iframe src=”http://link.brightcove.com/services/player/bcpid1586371654″ width=”917″ height=”606″ frameborder=”0″ scrolling=”no”></iframe><?php } ?>
<!– #header –>Forum: Fixing WordPress
In reply to: Content in header question (Thanks in advance)This is what it say when I use the code you supplied
Parse error: syntax error, unexpected T_STRING, expecting ‘(‘ in /home2/xumbalco/public_html/blog1/wp-content/themes/violator-11/header.php on line 52
Please help. Thank you
Forum: Fixing WordPress
In reply to: Content in header question (Thanks in advance)Can’t anyone help with this?
Forum: Fixing WordPress
In reply to: Content in header question (Thanks in advance)Thank you, but this was the same answer I was given before and it doesn;t help.
I don’t know who to use the code correctly and thats why I’m begging for just a simple example. The code I’m using is :
<?php
is_home(<iframe src=”http://link.brightcove.com/services/player/bcpid1586371654″ width=”917″ height=”606″ frameborder=”0″ scrolling=”no”></iframe>
)
?>Is that correct? If not, than you see the problem I am having.
Please someone post an example they are currently using.
Thank you and take care.
Forum: Fixing WordPress
In reply to: Help with putting Adsense in php code. Please helpNever mind. I just used an adsense plugin.
Forum: Fixing WordPress
In reply to: Help will banner/header issuethanks!!!
The first suggestion worked fine. I love learning this stuff.Godbless
Forum: Fixing WordPress
In reply to: Help will banner/header issueHelp please!!!
I tried calling the ad at different times and it just messes up the page. Below is what my header looks like. Am I calling it to early?[Moderated: Too much code. Please consider placing the code in a text file on your site with a link here -or- use a pastebin service such as http://wordpress.pastebin.ca. Thanks!]
thanks for the help
Forum: Fixing WordPress
In reply to: Help with adding a banner in header and footerBelow is an example from one of the headers i’ve been using that i want to ad the banner to. Where do I put it and what do i put in it so it appears below the header like http://pilkster.com/category/adsense-ready-wordpress-themes/
Here is the code of my header
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <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'); ?>" /> <?php wp_head(); ?> </head> <body> <div id="top"> <div id="search"> <form id="searchform" method="get" action="<?php bloginfo('home'); ?>"><input type="text" name="s" id="s" size="15" value="<?php _e("Search"); ?>" onfocus="if(this.value=='<?php _e("Search"); ?>') this.value='';" /></form> </div> <div id="nav"> <a>/"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/home.gif" border="0" align="top" /></a> <a>/"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/about.gif" border="0" align="top" /></a> <a>/"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/contact.gif" border="0" align="top" /></a> </div> </div> <div id="header"> <a>/"> </div> <div id="page"> <div id="content">thanks…i love learnign this stuff on my own, but im just stuck right now.
Forum: Fixing WordPress
In reply to: Please tell me if this is possibleI think you just answered my question. My goal is to basically have wp re-write the urls for me and I will update the rest of the content on the page that is in the form of videos of different areas. Thanks for the help whooami.