Hi @messageinabottle,
Adding a message in that specific location is not possible without custom development (preferably in a child theme, so your changes are not overwritten when the theme is updated). This plugin will let you add a banner to the very top of your page, if that’s an alternative: https://sv.wordpress.org/plugins/simple-banner/
— Anders
Thanks for that. Worked out well.
One more:
Everytime I post a new article, it adds the system adds the category ‘uncategorized’.
Everytime I want to change this into ‘no category’ or blank I unmark the ‘uncategorized’. Then I update the page, but the uncategorized text in the article does not disappear. It is marked in the article setting again.
How to get rid of this? So that I don’t use categories.
http://www.wakkerewonderewereld.nl
Hi @messageinabottle,
Happy to hear it! WordPress will set any post without a manually selected category to the “Uncategorized” category as a fallback. There might be a plugin for disabling this behavior, but I don’t know of one of the top of my head.
To hide the category output in Rowling, go to Appearance → Customize → Additional CSS and add the following:
p.post-categories { display: none; }
— Anders
Ok that worked out just a little bit.
http://wakkerewonderewereld.nl/?cat=1
Below this page they are still uncategorized, all 6 articles.
http://wakkerewonderewereld.nl/?p=62
And over here below the article and the big black bar too.
Is there a possibility for that or is it a WordPress thing that you cannot fix?
As far as I know, it’s not possible to delete the category entirely (and yes, that’s a WordPress thing). You can rename it from “Uncategorized” to something else in Admin → Posts → Categories, through.
Hey Anders,
how can I manually change the color of the black upper bar with the title and the black lower bar with the copyright? Is that possible in CSS? I want to have it all white, just like the background if you click on a post. So everything has to be the same. The green parts can stay. I like those.
Thanks in advance! Bas