Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
mbasche
tagDiv Member

I think that menu is not styled for dropdown and maybe is limited by width?

mbasche
tagDiv Member

OK, got it. Not the nicest solution cause I’m not a programmer:

function modified_date($content) {
$content = '' . $content . esc_html( 'aktualisiert am ' ) . esc_html( get_the_modified_date()  );
$content = '' . $content . esc_html( ' - ' ) . esc_html( get_the_modified_time("h:i")  );
return $content;
}
add_filter('the_content', 'modified_date');

Maybe someone else could use and improve it

  • This reply was modified 12 years by mbasche.
  • This reply was modified 12 years by mbasche.
  • This reply was modified 12 years by mbasche.
mbasche
tagDiv Member

I’ve a german Dashboard. 😉
Another way: on administration panel hover in top left over your website name. There you will find “”Theme-customizer”

mbasche
tagDiv Member

Admin – Design – “customize” – Newspaper Template Options

Viewing 4 posts - 126 through 129 (of 129 total)