• oliverschultze

    (@oliverschultze)


    Hi Experts,

    on my website https://www.doku24.org inside if every post I want to change add a space between the Like Button of Facebook (I added him with a Plug In (Name is: Add Link to Facebook) and the Text: Doku online anschauen. How can I do this and where? Also I want the Like Button a bit more to the right.

    I am completely in Web-Programming so I hope somebody can give me a hint? How can I look in google for similar issues?

    Cheers

    Oliver

Viewing 1 replies (of 1 total)
  • Thread Starter oliverschultze

    (@oliverschultze)

    Hi All,

    I found the file where I guess the code has to be changed. I add the code first:

    <?php
    // the content itself! if (function_exists('has_excerpt') && has_excerpt())
    { the_excerpt(); } else {
    /* $thumbss = get_the_post_thumbnail();
    //echo $newpostname; */   
    
    $feat_image = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?>
    <img class="alignleft size-full wp-image-115" src="<?php echo $feat_image ; ?>" height="150" width="150" />
    <?php the_content(__('<br><br>???<img src="https://www.doku24.org/wp-content/uploads/2012/02/readnew.png" alt="" width="15" height="15" />Doku online anschauen ', 'mandigo') .' ?');}
    
    // if wp supports tags, and if we chose to display tags after the post
    if (function_exists('the_tags') &&  $mandigo_options['display_tags_after_content'])				the_tags();
    ?>

    Right after the text: Doku online anschauen before the Facebook Like Button I need to put a space because I want to have it a bit more seprated.

    Where do I have to insert the code and what do I have to write?

    Best Regards,

    Oliver

Viewing 1 replies (of 1 total)
  • The topic ‘How to change apeareance/design of my posts’ is closed to new replies.