frumgenius
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating a Page w/ No SidebarsOmygosh YES!! Youre amazing!! Now I have to figure out how to fix the background of that page template, then Im done!!!
Forum: Fixing WordPress
In reply to: Help with Page TemplateCan someone help me with this? It’s kind of important that I get this done.
I need to know exactly what to change in the css and what to put into sidebar.php. Thanks.
If you want some reimbursement for your time (~$20), email frumgenius [at] yahoo.com
Forum: Fixing WordPress
In reply to: Help with Page TemplateCan someone let me know exactly what to change?
Please note: I only want to change the Page template for specific pages- the template name is nosidebars.php.
On the other pages with the default template, I want both sidebars to remain.
Thanks so much.
Forum: Fixing WordPress
In reply to: !!!Comment link Button!!!Is anyone out there?
Forum: Fixing WordPress
In reply to: !!!Comment link Button!!!Really? That’s interesting…..Doesn’t work for me…..
Does anyone else have any input on this topic???
Forum: Fixing WordPress
In reply to: !!!Comment link Button!!!Nothing Doing. Thanks for the try though. All that this code did was underline the text in the button. Still not linking though….
Anyone else with any insight?
Forum: Fixing WordPress
In reply to: !!!Comment link Button!!!Please assist. Thanx.
Forum: Fixing WordPress
In reply to: !!!Comment link Button!!!If anyone needs to see this in action….here is a link to my blog.
Thanks a brazillion…
Forum: Fixing WordPress
In reply to: How do I extend usable area to entire width of page??frumgenius (AT) yahoo.com.
Forum: Fixing WordPress
In reply to: !!!Comment link Button!!!I dunno. For some reason the button does not do anything. It seems that this code just puts the amount of comments on the button. Example: 3 Comments>>
Forum: Fixing WordPress
In reply to: !!!Comment link Button!!!Anybody with any insight on this?
Forum: Fixing WordPress
In reply to: Index and Blog pageIm not that good at this either, but I think all you have to do is INSTALL WordPress under that subdomain. This is given to you as an option during the installation process.
For example: mydomain.com/wordpress
I have no idea if and how you could transfer previous postings into the newly installed WordPress location….
Hope this helps.
Forum: Fixing WordPress
In reply to: How do I extend usable area to entire width of page??REFLEXION STUDIOS can you answer a cupla my questions pretty please?
How do I add two #wrapper divs to my CSS -one for the standard page template and one for the nosidebars template?
Also is that the main issue with the page? Because I can see that there are code issues with the nosidebars php itself.(the whole
<center>thing irks me….Forum: Fixing WordPress
In reply to: How do I extend usable area to entire width of page??Im not sure that playing with my CSS is the smartest idea, because that would probably change my whole site’s settings.
Im just trying to create a new template for certain pages…
Forum: Fixing WordPress
In reply to: How do I extend usable area to entire width of page??Here is my index.php. There are a cupla ads up top…..but in general I would want the same thing minus the ads, and minus the sidebars…
So to start from the beginning, what do I do to remove the sidebars?
Take a look at my Homepage
<?php get_header(); ?><br /> <a target='new' href="http://click.linksynergy.com/fs-bin/click?id=VCu5Y7K8hnU&offerid=120349.10000068&subid=0&type=4"><IMG border="0" alt="Save up to 40% on Last Minute Flights with Hotwire Limited Rates!" src="http://ad.linksynergy.com/fs-bin/show?id=VCu5Y7K8hnU&bids=120349.10000068&subid=0&type=4&gridnum=6"></a> <a target='new' href="http://click.linksynergy.com/fs-bin/click?id=VCu5Y7K8hnU&offerid=141510.10000032&type=4&subid=0"><IMG alt="Compusa (Systemax, Inc.)" border="0" src="http://images.compusa.com/adserve/CUpp468x60Banner.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=VCu5Y7K8hnU&bids=141510.10000032&type=4&subid=0"> <a target='new' href="http://www.bhphotovideo.com?BI=3262&KW=&KBID=4276&img=bh_cameras_270x60_anim.gif"> <img src="http://www.bhphotovideo.com/images/affiliateimages/bh_cameras_270x60_anim.gif" border="0"></a> <img src="http://affiliates.bhphotovideo.com/showban.asp?id=4276&img=bh_cameras_270x60_anim.gif" border=0> <div class="contentLayout"> <div class="sidebar1"> <?php include (TEMPLATEPATH . '/sidebar1.php'); ?> </div> <div class="content"> <div class="Block"> <div class="Block-body"> <div class="BlockContent"> <div class="BlockContent-body"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small> <div class="entry"> <?php the_content('Read the rest of this entry »'); ?> </div> <p class="postmetadata"><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> </div> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <div class="BlockContent-tl"></div> <div class="BlockContent-tr"><div></div></div> <div class="BlockContent-bl"><div></div></div> <div class="BlockContent-br"><div></div></div> <div class="BlockContent-tc"><div></div></div> <div class="BlockContent-bc"><div></div></div> <div class="BlockContent-cl"><div></div></div> <div class="BlockContent-cr"><div></div></div> <div class="BlockContent-cc"></div> </div> </div> </div> </div> <div class="sidebar2"> <?php include (TEMPLATEPATH . '/sidebar2.php'); ?> </div> </div> <?php get_footer(); ?>