To insert code use <code>...</code>.
Blog Post Layout
  • I would like to have the metadata info block at the bottom of each post instead of right after the title. Is that possible to change? I found the CSS class info, but don't know how to move things around and hesitate to just do it.

    I would also like to add a number of Share This buttons at the end of each post. I suppose I can add the HTML in each individual post. But is there a way to automate this? Is it possible to build kind of a blog post template?
    Thanks for your help.
  • 5 Comments sorted by
  • Hi,

    this is not a feature of striking.

    You will have to alter the loop.php and single.php for this.

    for the loop.php search for the code


    <div class="entry_meta">
    <?php echo theme_generator('blog_meta'); ?>
    </div>



    cut it out and

    1) insert it after


    <div class="entry_content">


    or if you want it after the read more button

    2)insert it again before the


    </article>



    for the single.php.... the same

    but insert it after


    <?php the_content(); ?>



    Best regards,
    BackuPs
  • Thanks. Works perfectly. Is there any chance to add this kind of stylizing functionality to Striking for the blog posts? For example, look at the attached screen shot. I like the way the date is shown at the beginning of the post. I could think of more flexibility like this for posts.
    blogpost001.jpg
    736 x 97 - 33K
  • Hi,

    Well you have to do this by css and php coding.......

    look into the single and loop php it calls a function in the themegenerator for the featured header above or under the title.

    if you are not familiar with adjusting php and css i would advice to ask someone here on the forum for custom coding.

    there are some people who can help you out on this.

    Best regards,
    BackuPs
  • That's why I was asking if this is something that can be put on your theme enhancement list. I don't know how feature requests work. Is there a list you work from?
  • Hi,

    I have put your thread in the suggestion section.

    Best regards,
    BackuPs