Title: Kristof's Replies | WordPress.org

---

# Kristof

  [  ](https://wordpress.org/support/users/kh-webmaster/)

 *   [Profile](https://wordpress.org/support/users/kh-webmaster/)
 *   [Topics Started](https://wordpress.org/support/users/kh-webmaster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kh-webmaster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kh-webmaster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kh-webmaster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kh-webmaster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kh-webmaster/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] Download Monitor compatible workaround to Polylang](https://wordpress.org/support/topic/download-monitor-compatible-workaround-to-polylang/)
 *  Thread Starter [Kristof](https://wordpress.org/support/users/kh-webmaster/)
 * (@kh-webmaster)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/download-monitor-compatible-workaround-to-polylang/#post-8597941)
 * An simple and quick workaround I set up now is to install the plugin redirection
   
   [https://wordpress.org/plugins/redirection/](https://wordpress.org/plugins/redirection/)
 * enjoy or improve
    Kristof
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Wrong canonical in wp_head – how to remove in WP 4.5.2](https://wordpress.org/support/topic/wrong-canonical-in-wp_head-how-to-remove-in-wp-452/)
 *  Thread Starter [Kristof](https://wordpress.org/support/users/kh-webmaster/)
 * (@kh-webmaster)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wrong-canonical-in-wp_head-how-to-remove-in-wp-452/#post-7401745)
 * I found a compromis.
 * Instead of focusing how to figure out the canonical issue, i took it for granted
   an redirect all the requets for the frontend to http. this way i can still use
   my private ssl for the backend.
 * [http://blackhillswebworks.com/2013/10/30/redirect-wordpress-front-end-https-urls-to-http-without-a-plugin/](http://blackhillswebworks.com/2013/10/30/redirect-wordpress-front-end-https-urls-to-http-without-a-plugin/)
 * I hope someone else can use it.
 * If however someone knows why I couldn’t disable WordPress’ canonical, please 
   let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nested Pages] Big problem after re-arrange pages](https://wordpress.org/support/topic/big-problem-after-re-arrange-pages/)
 *  [Kristof](https://wordpress.org/support/users/kh-webmaster/)
 * (@kh-webmaster)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/big-problem-after-re-arrange-pages/#post-7368405)
 * maybe you can find, when the function [https://codex.wordpress.org/Function_Reference/the_modified_date](https://codex.wordpress.org/Function_Reference/the_modified_date)
   
   should be set. I don’t see if it is only used for the content or for the entire
   DOM.
 * Anyway. WordPress standard funktion will set a new date on the page you moved
   in your menu if you give it a other parrent within the page-section.
 * When using WordPress individual menu to move sites around, it doesn’t change 
   the date as you would want it, but sure it doesn’t come in handy.
 * It looks like this two Dates are not well separated within WordPress itself allready.
   Change of DOM and change of artikel-content / page-content.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nested Pages] Big problem after re-arrange pages](https://wordpress.org/support/topic/big-problem-after-re-arrange-pages/)
 *  [Kristof](https://wordpress.org/support/users/kh-webmaster/)
 * (@kh-webmaster)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/big-problem-after-re-arrange-pages/#post-7368403)
 * Klar, dass macht kein Spaß. Dann hast Du es aber sicher 😉
 * in Nested Pages finde ich keine Option, außer das Datum, wann die Seite erstellt
   wurde. Und dass ändert sich bei mir nicht.
 * Ich vermute dein Theme liest das Datum aus, wann das DOM geändert wurde, und 
   dass ist nunmal der Zeitpunkt, an dem Du das Menu veränderst. Vielleicht hilft
   das.
 * edit:
    Wenn Du über die WordPress eigene Funktion, eine Unterseite einer anderen
   Elternseite hinzufügst, ändert sich nur das Datum dieser Seite (unten rechts 
   im Editor im Backend), was meiner Meinung nach noch weniger schlüssig ist.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nested Pages] Big problem after re-arrange pages](https://wordpress.org/support/topic/big-problem-after-re-arrange-pages/)
 *  [Kristof](https://wordpress.org/support/users/kh-webmaster/)
 * (@kh-webmaster)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/big-problem-after-re-arrange-pages/#post-7368401)
 * what about the html code of your menu. you changed it and it is on every page,
   just like your content. the document changed.
 * I understand, you want to show the date, you changed something in your text as
   an editor. I don’t know if there are seperate options for that and the change
   of the document for caching information.
 * You could add a date field with advanced custom fields where you enter the date
   you want to show in your website, than it is separated from technical stuff, 
   for sure.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Wrong canonical in wp_head – how to remove in WP 4.5.2](https://wordpress.org/support/topic/wrong-canonical-in-wp_head-how-to-remove-in-wp-452/)
 *  Thread Starter [Kristof](https://wordpress.org/support/users/kh-webmaster/)
 * (@kh-webmaster)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wrong-canonical-in-wp_head-how-to-remove-in-wp-452/#post-7401742)
 * Update:
 * I tried `<?php remove_action('wp_head', 'rel_canonical'); ?>` with WordPress 
   4.3.4 and it works.
 * In addition I found the /wp-includes/default-filters.php to look up all the actions
   and filters and added the followin to my 4.5.2 setup
 *     ```
       remove_action ('embed_head', 'rel_canonical');
       remove_action ('template_redirect', 'redirect_canonical');
       remove_action ('template_redirect', 'wp_redirect_admin_locations', 12);
       remove_filter ('option_blog_charset', '_canonical_charset');
       ```
   
 * still the wrong canonical is showing – I guess now I am really out of ideas.
 * cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nested Pages] Big problem after re-arrange pages](https://wordpress.org/support/topic/big-problem-after-re-arrange-pages/)
 *  [Kristof](https://wordpress.org/support/users/kh-webmaster/)
 * (@kh-webmaster)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/big-problem-after-re-arrange-pages/#post-7368355)
 * I don’t know, why it is a big problem – and by default this is the correct behavior.
 * you change the menu, you modified the page. most likeley all pages, as the menu
   is on alle pages.
 * even if the menu wouldn’t show every site in the html dokument, you will most
   likely have every paged modified if you changed something in the toplevel.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Two possible Bugs/Issues in Event-Dates and Translation](https://wordpress.org/support/topic/two-possible-bugsissues-in-event-dates-and-translation/)
 *  Thread Starter [Kristof](https://wordpress.org/support/users/kh-webmaster/)
 * (@kh-webmaster)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/two-possible-bugsissues-in-event-dates-and-translation/#post-6058897)
 * Hi George – [@momnt](https://wordpress.org/support/users/momnt/),
 * thanks for the help.
 * I figured out, that the bug is related to the “Date time separator”, which might
   change the bug into a feature request.
 * My mistake/misuse:
    I entered `um` as the `@` doesn’t make sense in German and
   that way I would have a output I would prefer. `u` ends up beeing `000000` an`
   m` month in number `04 or 05`, as any other date() function of PHP works in that
   field.
 * My solution:
    Entering html number `um` works quite well 🙂

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