darrvar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My post won't show up on my blogDo I access the custom permalinks through Settings/Permalinks?
Also how do I delete/rename my WordPress.htaccess file?
Thank you for your help!
Forum: Themes and Templates
In reply to: I changed the homepage template & now I need to change backjogly,
Will I need to get help from the company that does my wordpress hosting?
Forum: Themes and Templates
In reply to: I changed the homepage template & now I need to change backjogly,
OK I think I can do that but will this destroy the custom header that I had someone create?
See the default header that comes with the Vector Lover theme: http://www.themelab.com/2008/08/04/vectorlover-free-wordpress-theme/
Here is how I had someone change the header: http://highlifecredit.com/category/uncategorized/
Thank you for your help!
Forum: Themes and Templates
In reply to: Theme with no header and 3 columns?I’m sorry, I didn’t include the entire code, but here it is.
<!– content ends–>
</div>
<!– footer starts –>
<div id=”footer”>
<p>
Copyright © <?php echo date(‘Y’); ?> <?php bloginfo(‘name’); ?>.
Design by : Ken Magas Design Powered by WordPress WordPress </p>
<!– footer ends–>
</div>
<!– wrap ends here –>
</div>
<?php wp_footer(); ?>
</body>
</html>
Forum: Themes and Templates
In reply to: Theme with no header and 3 columns?Here is what’s in footer.php file:
<!– content ends–>
</div>
<!– footer starts –>
<div id=”footer”>
<p>
Copyright © <?php echo date(‘Y’); ?> <?php bloginfo(‘name’); ?>.
Design by : Ken Magas Design Powered by WordPress WordPress </p>
Forum: Themes and Templates
In reply to: Theme with no header and 3 columns?OK here is now the code I am using:
<?php
/*
Template Name: Optin
*/
?><head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>><?php get_footer(); ?>
But my plugins are still not working.
Here is what I am trying to accomplish. I have an existing block with a theme. I am trying to create a landing page that has no header and no sidebar. Footer is OK to keep. But I want to be able to use all of my plugins. Text, video, optin box, etc. What am I doing wrong?
Forum: Themes and Templates
In reply to: Theme with no header and 3 columns?How do you write the code for a header that shows no header?
Here is my current code:
<?php
/*
Template Name: Optin
*/
?><?php get_footer(); ?>
RVoodoo, thank you so much!
But with this existing code that I have, what is the exact code that I need to add then? I am very new this. How do I create a header that has all of the important information. Can you help me with my code? Here is my current code:
<?php
/*
Template Name: Optin
*/
?><?php get_footer(); ?>
Thank you in advance for your help!
MANERS, as soon as I figure this out, I can help you. Are you trying to do the same thing I am trying to do?
I want to make a single page on my site a separate theme that has no header and no sidebar. Keeping the footer is OK. But I want all the installed plugins to work.
I have tried creating a custom template using this code:
<?php
/*
Template Name: Optin
*/
?><?php get_footer(); ?>
No plugins will work.
But if I try to make a single page a different theme than the rest of the site, the instructions given above are a little over my head. I don’t know do identify if my current theme has the body_class(); in the <body portion or not. I am a novice to this but not unable to grasp if given details. Can you help?
Forum: Themes and Templates
In reply to: Using a total blank or No themeWhat if I only want to show the footer and not the header?
Forum: Plugins
In reply to: Automatically post link to Facebook (NOT update status)That would be awesome! I want that too!