Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will have to edit the main themes files in the child theme. Copy the post-meta.php file found in post-formats folder in the main theme folder and copy it into child theme then make the requisite changes.

    Try to replace the changed file with the original file from the downloaded theme folder.

    If you want to show full contents of posts instead of excerpts then Go to Admin panel >> Settings >> Reading and choose Full Text For each article in a feed, show.

    I have translated the theme in Urdu language. You will have to translate some words manually via child theme like search.

    First find the searchform.php file in the main theme and copy the same to child theme. Open the copied file in wordpress theme editor and look for the following line of code:
    <input type="search" class="field" name="s" value="<?php echo esc_attr( get_search_query() ); ?>" id="s" placeholder="<?php echo esc_attr_x( '<em><strong>Enter your translation here</strong></em>', 'placeholder', 'duena' ); ?>" />

    This will change the text displayed in search box.

    If you want to change the title of the search page then find the search.php file in the main theme and copy the same to child theme. Open the copied file in wordpress theme editor and look for the following line of code:
    <h1 class="page-title"><?php printf( __( '<em><strong>Enter your translation here</strong></em>', 'duena' ), '<span>' . get_search_query() . '</span>' ); ?></h1>

    This will change the text displayed as title of the page.

    As regard Social sharing and social bookmarking button, I would suggest you to you Sharing Plugin available in JetPack. It will help alot.

Viewing 3 replies - 1 through 3 (of 3 total)