Title: Customize output
Last modified: August 23, 2022

---

# Customize output

 *  Resolved [wpapm](https://wordpress.org/support/users/wpapm/)
 * (@wpapm)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/customize-output-4/)
 * Hello Marcel,
 * When outputting the name and location, “aus” or “from” is output before the location(
   depending on the language).
 * Can the output “aus” (German) be suppressed?
 * So it should only
 * name (not “aus” or “from” etc) place
 * be displayed.
 * Greetings – Jan

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/customize-output-4/#post-15944675)
 * Hi Jan,
    Yes, I looked at it again and there are too many combinations of options
   to do it better, name, city and datetime or time.
 * This CSS should do what you want. You can place it under Appearance > Customizer
   > Custom CSS
 *     ```
       span.gb-author-origin-from-text {
           display: none;
       }
       ```
   
 * Does this work for you?
 *  Thread Starter [wpapm](https://wordpress.org/support/users/wpapm/)
 * (@wpapm)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/customize-output-4/#post-15950307)
 * Hello Marcel,
 * Shortly after my question I came across the code through a post in your support
   area 😉
 * But thanks for your feedback! This works perfectly!
 * Greetings – Jan

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

The topic ‘Customize output’ is closed to new replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [wpapm](https://wordpress.org/support/users/wpapm/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/customize-output-4/#post-15950307)
 * Status: resolved