• i attempted to add some html code to add a button from a social networking site that i frequent. i see the text when i do a search for my site, but it doesn’t show up on my pages/posts…

    i’m using pixeled by samk

    the instructions from this particular site instructed me to insert the code in a particular part of the code, but it wasn’t actually there – only something similar – which they said might happen

    is there a plugin that works better that doing it manually, or can someone assist me with the code placement?

    thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter paperboi

    (@paperboi)

    my site is http://www.kreativesouls.com fyi…

    Thread Starter paperboi

    (@paperboi)

    no love in the club huh?

    Have you searched the “extend” section of this site? I’m pretty sure there’s at least one plugin for this…

    (Also, how can anyone assist you with code placement if you don’t post the code? It’s impossible to understand what you’re trying to do from your description…)

    Thread Starter paperboi

    (@paperboi)

    nah, i haven’t heard of that and i didn’t leave any code on another post and got help just fine.

    i guess it all depends on who’s doing the assisting. i mean, if i don’t know what part of the code i need to place where, what the hell am i supposed to post?

    so here’s what i’ll do. i’ll just post all of the single.php code…

    here:

    <?php get_header(); ?>

    <div id=”main”>

    <div id=”contentwrapper”>

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>

    <div class=”topPost”>
    <h2 class=”topTitle”>“><?php the_title(); ?></h2>
    <p class=”topMeta”>by <?php the_author_posts_link(); ?> on <?php the_time(‘M.d, Y’) ?>, under <?php the_category(‘, ‘); ?></p>
    <div class=”topContent”><?php the_content(‘(continue reading…)’); ?>&type=Article&title=<?php the_title(); ?>’; })();” title=”submit to globalgrind”><img src=”http://globalgrind.com/images/badges/gg_badge14.gif&#8221; width=”0″ height=”0″ border=”0″ alt=”Add to GlobalGrind!” /></div>
    <span class=”topTags”><?php the_tags(‘:‘, ‘, ‘, ”); ?></span>
    <div class=”cleared”></div>
    </div> <!– Closes topPost –>

    <div id=”numberofcomments”><?php comments_number(‘No comments for this entry yet…’, ‘1 comment for this entry:’, ‘% comments for this entry:’ );?></div>
    <div id=”comment”>
    <?php comments_template(); ?>
    </div> <!– Closes Comment –>

    <?php endwhile; ?>

    <?php else : ?>

    <div class=”topPost”>
    <h2 class=”topTitle”>“>Not Found</h2>
    <div class=”topContent”><p>Sorry, but you are looking for something that isn’t here. You can search again by using this form…</p></div>
    </div> <!– Closes topPost –>

    <?php endif; ?>

    </div> <!– Closes contentwrapper–>

    <?php get_sidebar(); ?>
    <div class=”cleared”></div>

    </div><!– Closes Main –>

    <?php get_footer(); ?>

    thanks in advance!

    Thread Starter paperboi

    (@paperboi)

    dropped the code…

    need a little help here…

    thanks in advance!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘sharing button icons for social networks’ is closed to new replies.