Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #4628
    ERIC
    Participant

    Hello,
    I like the articles appear with the text to the right of the photo 200 characters and that does not exceed 300 in width and height 225 with small title, author and the first category only found

    example: the attached photo

    http://www.web-automobile.com/?attachment_id=9451

    and max-width 1020 px

    thank you

     

    #4646
    Sakin
    Keymaster

    @web-automobile: This is not possible with css change. You need to build child theme and then customize the functions. You can only do it if you know coding.

    #4655
    ERIC
    Participant

    Can you help me?

    #4673
    Sakin
    Keymaster

    @web-automobile: Sorry this is beyond our Free Support. We only will be able to help you with how to and few css tweaks. But for details customization. You need to help either from tweaky for which it is show in the right sidebar, they promised us to help with detail customization. Or you can post the jobs in http://jobs.wordpress.net/

    #4680
    ERIC
    Participant

    Sakin thank you, I just write tweaks

    #4681
    ERIC
    Participant

    question, is it possible not to do the keywords appear in the page, but only under the categories excerpt from the article?

    #4683
    ERIC
    Participant

    I found it in the file “content.php” theme

    remove the code

                            <?php
    /* translators: used between list items, there is a space after the comma */
    $tags_list = get_the_tag_list( ”, __( ‘, ‘, ‘catchbox’ ) );
    if ( $tags_list ):
    if ( $show_sep ) : ?>
    <span class=”sep”> | </span>
    <?php endif; // End if $show_sep ?>
    <span class=”tag-links”>
    <?php printf( __( ‘<span class=”%1$s”>Tagged</span> %2$s’, ‘catchbox’ ), ‘entry-utility-prep entry-utility-prep-tag-links’, $tags_list );
    $show_sep = true; ?>
    </span>
    <?php endif; // End if $tags_list ?>

     

    do you think there will be an impact elsewhere

    #4696
    Sakin
    Keymaster

    @web-automobile: If you directly edit the theme core file then it will be difficult to do the updates. So, if you want to change any functions then build child theme and work on there.

    #4717
    ERIC
    Participant

    Hello,
    can you give me the steps to create a child theme.
    thank you

    #4719
    Sakin
    Keymaster
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Changing excerpts from articles on the homepage’ is closed to new replies.