Your account expired support, please renew to get your support.

Home Forums Themes Support Claue A Couple of questions

Viewing 1 reply thread
  • Author
    Posts
    • #31321
      Stefanie
      Support Expired

      Hello,

      I have a few questions:

      1. I have tried searching the forums but can’t find it, but how do I change the “Continue Reading” on the blog page to show “Read More”?
      2. Similiar to the above, how do I change “Related Articles” to “Related Posts”.
      3. Also is it possible to move the title and meta of the blog post (on the blog home page, not a single blog post)  to sit above the featured image and remove the black square that normally sits on the image?

      Thanking you in advance

    • #31322
      Harry
      Support Expired

      Hi Stefanie,

      1,2. Please follow our topic http://support.janstudio.net/forums/topic/theme-translation/ and find string to translate.

      3. Please add below code to claue-child > functions.php

      
      /**
       * Display an optional post thumbnail.
       *
       * Wraps the post thumbnail in an anchor element on index views, or a div
       * element when on single views.
       */
      
      if ( ! function_exists( 'jas_claue_post_thumbnail' ) ) {
      	function jas_claue_post_thumbnail() {
      		?>
      			<div class="post-thumbnail pr mb__25">
      <div class="inside-thumb tc cg">
      					<?php jas_claue_post_meta(); ?>
      					<?php jas_claue_post_title(); ?>
      					<?php jas_claue_posted_on(); ?>
      				</div>
      				<?php if ( has_post_thumbnail() ) : ?>
      					<a href="<?php esc_url( the_permalink() ); ?>" aria-hidden="true">
      						<?php the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) ); ?>
      					</a>
      				<?php endif; ?>
      				
      			</div>
      		<?php
      	}
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.