• Resolved kiezkickerde

    (@kiezkicker)


    Hi,

    after I deactivate the display of the post author in “Blog / Post Meta” the post meta part in my postings are looking like the following example:

    / Dezember 5, 2017/ Feature/ 0Kommentare

    As you can see there is still the divider “/” shown which divedes the date from the post author which was hided. Instead the beginning / should be hiding, too when there is no post author displayed anymore.

    Additionally at the comments-part “0Kommentare” there is a space missing between the count of comments and the word for “comments” (in my case the german “Kommentare”).

    Another issue: Why are the dates are just displayed in english format

    Dezember 5, 2017

    and not in the format which I had set in my wordpress-config under options / options general?
    Also for the boxes left to the text.

    Instead of doing it the “hard coded way” with “m, Y” it should be done like the user has set in his wordpress installation. ??
    BTW: Where was the format of the date boxes which are shown left of the articles in “list layout” (Settings / General) are definied? There is also a wrong date display for Germany used which I want to change quickly in my child theme. ??

    • This topic was modified 6 years ago by kiezkickerde. Reason: wrong settings location
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello,@kiezkicker!

    Thank you for the suggestions.

    You can remove the divider before the date by inserting a following code into Customizing->General->Additional CSS:

    .single-line-meta .inline-sep:first-child{
    	display:none!important;
    }

    Since you already use the child-theme, If you want to change the date format, on the “hardcoded way” please, follow the next steps:

    1.Log-in to your hosting space (server) via FTP client.
    On your server, find the agama folder in the themes folder
    (the path should be this: … / wp-content / themes / agama /)

    2. find the “agama-actions.php” file inside the wp-content/themes/agama /framework folder.
    3. Copy that file to the wp-content/themes/agama-child/framework folder.
    4. Edit file in the agama-child folder with some text editor (Notepad++)
    5. Scroll down to the line #220
    6. Change the date format
    7. Save the file.
    https://prnt.sc/lfg46m

    Regards

    Thread Starter kiezkickerde

    (@kiezkicker)

    Hey, thank you for your fast replay!

    This sounds good, I will test it tomorrow when I′m back to my desktop-pc. ??

    (will then change the status to resolved if this works as intended, too)

    Cheers, Kiezkickerde

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post meta: Unnecessary / after deactivating Author and just english date format’ is closed to new replies.