brandoncbruce
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Best WP E Commerce ThemeI looked at your source and found you are using the wp-e-commerce plug-in
Forum: Themes and Templates
In reply to: Best WP E Commerce Themeare u using plug in for the shopping cart?
Forum: Themes and Templates
In reply to: Moving Blog Post Title to the TopThat worked great. Appreciate the help.
Forum: Themes and Templates
In reply to: Moving Blog Post Title to the Topokay I am new to this stuff, could you explain in a little more detail.
Forum: Themes and Templates
In reply to: Moving Blog Post Title to the TopShould I just cut and paste it around until it works?
Forum: Themes and Templates
In reply to: Moving Blog Post Title to the Top<div class="post clear" id="post-<?php the_ID(); ?>"> <div class="thumbnail"> <?php the_content(); ?> </div> <div class="entry"> <?php if(get_post_meta($post->ID, 'url', true)) { ?> <h2><a href="<?php echo get_post_meta($post->ID, 'url', true); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php } else { ?> <h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php } ?> <p class="comment-link"><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> <?php echo get_post_meta($post->ID, 'description', true); ?> </div> </div>
I found this in folio-format.php
my website is https://www.brandoncbruce.com if that will help you help me.
Forum: Themes and Templates
In reply to: Moving Blog Post Title to the Tophere is a link to the theme I am using
https://webrevolutionary.com/sharpfolio/
I cant seem to find
<?php the_title(); ?>
I know that when I play with the code below in the style.css, it changes the title of the blog.
div.entry {
width: 600px;
border-bottom: 2px solid #484848;
float: left;Forum: Themes and Templates
In reply to: Google Analyticsi just put it into my footer.php through the WP dashboard appearance editor.
Not sure if this is right but that is where I found the </body> tag.
I will let you know in a few days if it works.