newbie-rock
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Email this post – help plsThank you! I found the plugin but can’t quite figure out what’s wrong or missing yet. I’ll keep playing with it. Thanks!!
Forum: Fixing WordPress
In reply to: Email this post – help plssorry. http://www.dominicanstylesalon.com/blog
Any post, top right it says ‘Email this post’
I’m not sure if it came with the theme…Forum: Fixing WordPress
In reply to: How to add Contact form to pageThat one worked! Thank you! The other plugin form I tried didn’t work at all. Thanks for your help!
Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?I figured it out. It was in the home.php file.
Thank You so much for all your help
Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?The developer downloaded it but is currently MIA. She said she saved all the files on my ftp site (which I can’t access from work) so I will check it out tonight. Hopefully there’s something there
This is my index.php info:
<?php get_header() ?><div id=”wrapper”>
<div id=”content”><?php while ( have_posts() ) : the_post() ?>
<div id=”post-<?php the_ID() ?>” class=”clearfix <?php wpbx_post_class() ?>”>
<div class=”entry-meta”>
<span class=”entry-date”><?php unset($previousday); printf( __( ‘%1$s’, ‘wpbx’ ), the_date( ‘D, M j Y’, ”, ”, false ) ) ?></span>
</div><h2 class=”entry-title”>” title=”<?php printf( __(‘Permalink to %s’, ‘wpbx’), the_title_attribute(‘echo=0’) ) ?>” rel=”bookmark”><?php the_title() ?></h2>
<div class=”entry-content clearfix”>
<?php the_content( __( ‘ ‘, ‘wpbx’ ) ) ?>
</div><div class=”entry-meta”>
<span class=”entry-comm”><?php comments_popup_link( __( ‘No Comments’, ‘wpbx’ ), __( ‘1 Comment’, ‘wpbx’ ), __( ‘% Comments’, ‘wpbx’ ) ) ?></span>
<span class=”entry-meta-sep”>|</span>
<span class=”entry-more”>” title=”<?php printf(__(‘Continue reading %s’), wp_specialchars(get_the_title(), 1)) ?>”><?php _e( ‘Read More »’, ‘wpbx’ ) ?></span>
</div>
</div><!– .post –><?php endwhile; ?>
<div class=”navigation clearfix”>
<div class=”nav-previous”><?php next_posts_link(__( ‘Previous <span class=”meta-nav”>Articles</span>’, ‘wpbx’ )) ?></div>
<div class=”nav-next”><?php previous_posts_link(__( ‘Next <span class=”meta-nav”>Articles</span>’, ‘wpbx’ )) ?></div>
</div></div><!– #content –>
</div><!– #wrapper –><?php get_sidebar() ?>
<?php get_footer() ?>Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?ohhhh.. sounds complicated. lol.
I’ve checked all the php templates but can’t seem to find it anywhere. was only able to see it in the source… I’ll keep lookingForum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?Yeh. they only have the pro version now 🙁
When I right click and select ‘View Source’ – how do you edit that part?Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?I right clicked on the Demo page to ‘View Source’ so I could see the difference & saw that there is a <!– Loop: 4 –>
How / Where can I add that in the Theme Editor? I’ve been searching each template but I can’t find it. Help please?Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?help?
Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?Here is my sidebar template:
http://wordpress.pastebin.ca/1715893I’m not sure where to find the other side of the page.
The templates I have taht may relate to it are:
404 Template
Category Template
Main Index Template
Page Template
Single PostI tried just removing this section from the sidebar but it wipes everything out:
<li id=”asides”>
<h3 class=”widget-title”><?php _e( ‘Specials’, ‘wpbx’ ); ?></h3>
<?php $asides = new WP_Query(“cat=$aside_cat&showposts=$aside_number”); while($asides->have_posts()) : $asides->the_post(); ?>
<div class=”entry-block clearfix”>
<?php
$aside_preview = get_post_custom_values(“entry-preview”);
if ( is_array($aside_preview) ) { ?>
<img class=”entry-image block-image” src=”<?php bloginfo(‘template_directory’); ?>/scripts/timthumb.php?src=<?php echo get_post_meta($post->ID, ‘entry-preview’,true) ?>&w=75&h=65&zc=1″ alt=”<?php the_title(); ?>” />
<?php } else { ?>
<img class=”entry-image block-image” src=”<?php bloginfo(‘template_directory’); ?>/images/image-blank-small.jpg” alt=”<?php the_title(); ?>” />
<?php } ?>Forum: Fixing WordPress
In reply to: Editing theme for adsense – Esmi can you help?I got the feedburner link to work!! YAY!!!!!
I added: http://feeds.feedburner.com/~fc/PremiumWordpress
I copied that from the demo site of the theme.
woohooo!!THANK YOU ESMI & RVOODOO!!!
Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?Ok thanks RVoodoo!
I’m searching for a new theme now.
In the meantime I have one last annoying question. If I do keep my current theme, if you look at my page http://www.dominicanstylesalon.com/blog you’ll see that I have 3 sections on the left column but next to the bottom section labeled Star Gazing, there is a blank space. I want to put the ‘SPECIALS’ section there but I can’t get it there. The specials section for some reason shows up in the right column. I don’t know if it’s something the developer originally did but it’s erking me. When I look at the original layout of the theme http://www.premiumwp.com/demo/thestars/ it shows the 4 different sections in the left column. Can you help me figure out how to fix this please?Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?downloading a new theme, means getting a new zip file and doing something with that right? where would i save that new zip file? and if this doesn’t work out and I want the old theme back, how do I do that? The old theme files are saved with the developer who seems to be in hiding right now.
Can I just edit my current theme info?
Forum: Fixing WordPress
In reply to: How to change layout – Esmi / RVoodoo?http://www.seanjohn.com and select lifestyle
or: http://www.theybf.com is another site that scrolls.I’m afraid to download a new theme and then lose everything i did with this one. lol.
Forum: Fixing WordPress
In reply to: Editing theme for adsense – Esmi can you help?UPDATE: The update didn’t work. I’ve spent the day looking for other images for this feedburner thingy but it won’t work. So I figured out how to remove it all together.. by deleting this line:
a href=”http://feeds.feedburner.com/DOMINICANSTYLESALON
But my question now is, can I edit the Subscribe button at the top very of the page to link to feedburner? And does it make sense to do that?
Below is the link to the header file again