Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Adding Featured Image #17987
    rgidon
    Member

    All my change is on my child them.

    in reply to: Adding Featured Image #17964
    rgidon
    Member

    Hi Sakin,
    Thanks for your desire to help
    I fixed my problem by add :

    /* Add Featured Image into the post */
    add_theme_support( ‘post-thumbnails’ );
    add_image_size( ‘single-post-thumbnail’, 100, 100 );

    to Function.php

    and i chnage one line in content-single.php

    <div class=”entry-content”>

    <!– Add Featured image into the post –>
    <?php the_post_thumbnail( ‘single-post-thumbnail’ ); ?>

    <?php the_content(); ?>
    <?php wp_link_pages( array(
    ‘before’ => ‘<div class=”page-link”><span class=”pages”>’ . __( ‘Pages:’, ‘catchbox’ ) . ‘</span>’,
    ‘after’ => ‘</div>’,
    ‘link_before’ => ‘<span>’,
    ‘link_after’ => ‘</span>’,
    ) );
    ?>

    in reply to: Adding Featured Image #17934
    rgidon
    Member

    Hello Sakin,

    For a Featured image i meam , how can i disply the featured image into the post when i view the post.

    Thank’s

    in reply to: Add border around the page and posts #17897
    rgidon
    Member

    Hi Sakin,

    How can i add a black border around the posts only (not around the pages)

    in reply to: Adding Featured Image #17883
    rgidon
    Member

    I want hide the title only in page

    when i set :

    .entry-title,
    .entry-title a {

    display: none;
    }

    the tile hide also in post.

    in reply to: Adding Featured Image #17881
    rgidon
    Member

    Hi Sakin,

    The second question why I do not see the title of the post

Viewing 6 posts - 1 through 6 (of 6 total)