Home Forums Themes Support Gecko Add Author, Date and Minutes to read and Tags below the post title.

Topic Resolution: Not Resolved

Tagged: , ,

Viewing 12 reply threads
  • Author
    Posts
    • #26240

      Hello Gecko Team,

      As you see in the title, i want to Add :

      1. Author
      2. Date
      3. Minutes to read
      4. Tags

      Below the post title.

      These data could be different for each blog post.

      I attached an example of what I want, but there is not the “minutes to read in it”. Minutes to read is an automatic code who generate a number for each article based on the blog post lenght. Hope we can do this, this would be amazing. !!

      Thank you for your help.

      Regards.

      Gerald Culé

      Attachments:
      You must be logged in to view attached files.

      Gerald Culé
      http://Nutritionsecrets.fr

    • #26248

      Hi,

      I see you add custom css and it hide post meta and time.

      Please add more custom code to show author, date

      .single .post-meta,
      .single .entry-date {
      	display: block;
      }

      If you want show tags please add download attach,extract and put in gecko-child > views > post (you need create 2 folder “views, post” in gecko-child)

      To show minutes to read you need install a plugin https://wordpress.org/plugins/reading-time-wp/

      Regards

      Attachments:
      You must be logged in to view attached files.

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

    • #26259

      Hello,

      Thanks for your answer.

      I made some changes.

      Now my question is : how to put the reading time on the same line as the autor, separated by a ᛫ ?

      And how to translate “reading time” in french please ?

      Thank you so much

      Regards

      Gerald culé

       

      Attachments:
      You must be logged in to view attached files.

      Gerald Culé
      http://Nutritionsecrets.fr

    • #26267

      Hi Gerald,

      Please add below code to the file content-single.php in gecko-child > views > post I attach on the prev reply to line 19

      do_shortcode('[rt_reading_time label="Reading Time:" postfix="minutes" postfix_singular="minute"]');

      and change label=”Reading Time:” to French.

      Regards

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

    • #26288

      Hello,

      I dont have GECKO-CHILD but just GECKO theme installed in my bo.

      So i copied colled the code your wrote for me at line 19 of content-single.php in gecko > views > post

      Plus, I dont know how to create a new folder or something like this. sorry.

      And no result, the translation isnt active and the position is the same below the image.

      Can you help me on this please ?

      Best regards, thank you

      Gerald Culé

      Gerald Culé
      http://Nutritionsecrets.fr

    • #26290

      Hi,

      Please download gecko-child.zip included in package you download from Themeforest. And install like as you install gecko via Appearance > themes > add new.

      Regards

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

    • #26342

      Hello,

      I’ve installed gecko child & there is only 2 files : functions.php and style.css

      So I can’t make the changes, plus I already customize my theme on the parent gecko version ! Can you help me with a solution please ?

      Thanks a lot for your time, I hope you can help me on this

      Gerald Culé
      http://Nutritionsecrets.fr

    • #26349

      Hi,

      I told you create 2 new folders ( views in gecko-child and post in views) and put content-single.php in “post”

      Regards

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

    • #26586

      Hello,

      thanks for the help. I did it, create two folder and paste the file in it, then add the code to the line 19. I translate the label in french. Now, the problems are the following :

      • the reading time display on the homepage (http://nutritionsecrets.fr/)
      • the reading time is not translated in french despite my intervention
      • the reading time isnt on the same line as “author and date” http://nutritionsecrets.fr/bacon-et-musculation/
      • author, date and reading time are not separated by a •

        Thank for your help. I will do everything you tell me 🙂
        Have a good day tho

      Regards, Gérald culé

      Gerald Culé
      http://Nutritionsecrets.fr

    • #26601

      Hi,

      1. I help you fixed by go to this link http://nutritionsecrets.fr/wp-admin/options-general.php?page=rt-reading-time-settings and change setting like this screenshot http://prntscr.com/lhmvbl

      2. I change code on line 29 to

      echo do_shortcode('[rt_reading_time label="Reading Time:" postfix="minutes" postfix_singular="minute"]');

      It now only can separate by space, can’t separate by dot

      Regards

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

    • #26607

      Thank you a lot !

      Gerald Culé
      http://Nutritionsecrets.fr

    • #26782

      Hello,

      I dont find where to open another topic, so I post here.

      Thank you for the last fixed thing.

      1. Now I want to hide the post content from the blog post list of the blog page.

      (I show it in red color in the attachement. I don’t want to display it please.)

      1. Is it possible to have 9 blog post displayed on this page please ? so an a new line below ? thank you

      Bests regards

      Gérald Culé.

      Attachments:
      You must be logged in to view attached files.

      Gerald Culé
      http://Nutritionsecrets.fr

    • #26787

      Hi Guks,

      1. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .blog .posts .post-content {
      	display: none;
      }

      2. Please go to Settings > Reading > Blog pages show at most and change to 9 post.

      Regards

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

Viewing 12 reply threads

You must be logged in to reply to this topic.