forrestrain
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Regarding the upgrade proceduresGot it now.
Thank you all !!
Forum: Fixing WordPress
In reply to: Activate iconsYeah no reply.
Does any one here knows how to change the font color of the vader.css from K2?
Forum: Plugins
In reply to: Left-Right Scroll BarOk thanks Kafkaesqui
Forum: Fixing WordPress
In reply to: Text Color. Please HelpThanks HandySolo 🙂
So far yet so close.
Forum: Fixing WordPress
In reply to: Text Color. Please HelpIt works beautifully!
Jwurster, could you point me to some reference/guide/chart where i can find all this tricks if i may call it)
I can’t even find it here http://www.w3schools.com/html/html_examples.asp
Thanks again my friend.
Forum: Plugins
In reply to: I need Flash game pluginCan we insert (Post) a flash game (e.g. http://www.wpranking.com/) onto WP post?
If yes, is there a guide?
Forum: Fixing WordPress
In reply to: You should update your .htaccess now.Ok KatGirl Thanks!!
The ever learning internet…
Forum: Fixing WordPress
In reply to: Post on front page of siteHi Handy Solo,
Sorry 🙂
Rapid Weaver http://www.realmacsoftware.com/rapidweaver/
Thank for the link, i will dig into it. I am pretty sure it is what i am looking for.
And thanks MArtY3
forrest
Forum: Everything else WordPress
In reply to: FaviconsHi Poponthe, Podz,
My site http://www.bumiprojectpro.biz/wp/ currently have (i believe is) the original favicon, since it was already there after installation.
I am using the Classic Theme, and i just can’t figure out exactly where is “between the <head> </head> tags” in the header.php of the said Classic Theme.
Below is what i can see using TextWrangler.
Any advice would be appreciated!
Thanks
forrest
<!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”><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’); ?>” /><style type=”text/css” media=”screen”>
<?php
// Checks to see whether it needs a sidebar or not
if ( !$withcomments && !is_single() ) {
?>
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”) repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgwide.jpg”) repeat-y top; border: none; }
<?php } ?></style>
<?php wp_head(); ?>
</head>
<body>
<div id=”page”><div id=”header”>
<div id=”headerimg”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
</div>
<hr />