Title: aclassifier's Replies | WordPress.org

---

# aclassifier

  [  ](https://wordpress.org/support/users/aclassifier/)

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 131 total)

1 [2](https://wordpress.org/support/users/aclassifier/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/aclassifier/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/aclassifier/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/aclassifier/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/aclassifier/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/aclassifier/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[wpbsearch] short code all of a sudden failed](https://wordpress.org/support/topic/wpbsearch-all-of-a-suden-failed/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months ago](https://wordpress.org/support/topic/wpbsearch-all-of-a-suden-failed/#post-18761956)
 * Thank you, [@threadi](https://wordpress.org/support/users/threadi/) !
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[wpbsearch] short code all of a sudden failed](https://wordpress.org/support/topic/wpbsearch-all-of-a-suden-failed/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months ago](https://wordpress.org/support/topic/wpbsearch-all-of-a-suden-failed/#post-18760394)
 * Thanks, good clarification. I never modify the mother theme. A child theme would
   be “update-safer”. But like mother elements that sieze to exist would probably
   also lose its functionality in a child theme?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[wpbsearch] short code all of a sudden failed](https://wordpress.org/support/topic/wpbsearch-all-of-a-suden-failed/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months ago](https://wordpress.org/support/topic/wpbsearch-all-of-a-suden-failed/#post-18759924)
 * Thank you, [@threadi](https://wordpress.org/support/users/threadi/).
 * I found no plugin, but in my own page [https://www.teigfam.net/oyvind/home/publishing/061-wordpress/](https://www.teigfam.net/oyvind/home/publishing/061-wordpress/)
   I discovered that in `functions.php` of my Twenty Twelve Child theme I had this:
 *     ```wp-block-code
       <?php add_shortcode('wpbsearch', 'get_search_form'); ?>
       ```
   
 * I now understand that it must have been the child theme that had become not activated(?),
   so none of them were. And when I actived the mother only, I got it wrong. But
   when I saw in the theme editor that my child’s `functions.h` was not activated,
   I understood my blunder.
 * WordPress requires the “opposite” logic to what I am used to in programming languages:
   the child does not act like a header file that is picked up by the mother. The“
   child comes before the mother”(!?)
 * Maybe a warning like “_You have a child theme, consider activating it alone instead
   to get the full functionality_” if the mother is activated instead of a present
   child, might have helped me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/page/2/#post-18759119)
 * Sorry, I have not followed this up. I have removed deleted WPCode Lite. It was
   too time-demanding for me, compared to the means I wanted. Thanky you for your
   help in trying to get this up and working!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/#post-18738459)
 * Thank you! I will follow that reference! I’ll be back in a few days. Ø
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/#post-18737889)
 * No, I did not. I guess it stopped because I did not dig deep enough to find out
   what such a php file should be called for it to be automatically included. Also,
   I guess it was unclear to me how to control where it should be automatically 
   added, like how to place it on the very top (like the plugin seems to always 
   insist on) or just below the heading graphics (like I guess I want to). I’d be
   glad to test it out once those matters became clear to me.
 * Honestly, this is what it looks like, a cry out for a detailed recipe 😉
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/#post-18734565)
 * Hi, I found no  “Insert Before Content”. There is the proximity placement for
   css / html, but that’s for Pro. Where might what you mean be? I did not change
   anything.
 * I don’t do this in “Global Header and Footer” page but in the “Edit Snippet” 
   page.
    -  This reply was modified 9 months, 3 weeks ago by [aclassifier](https://wordpress.org/support/users/aclassifier/).
    -  This reply was modified 9 months, 3 weeks ago by [aclassifier](https://wordpress.org/support/users/aclassifier/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/#post-18734254)
 * Hi [@wpmudevsupport14](https://wordpress.org/support/users/wpmudevsupport14/)
 * I have now updated from “Site wide header” to “Site wide body”, but it seems 
   to me that it’s on the same place, on the very top. I have purged all cached 
   files in WordPress and emptied all buffers in Safari (18.6 on macOS Sequoia).
   I will not experiment with any other option, let it stay like that until I might
   hear from you.
 * Best regards,
   Øyvind
    -  This reply was modified 9 months, 3 weeks ago by [aclassifier](https://wordpress.org/support/users/aclassifier/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/#post-18733418)
 * Forget the double-print above. With two echo that code certainly double-prints!
   How blind can I be?
 * But the placement question is still valid. I have centered it on the top now.(
   I will also do this on desktop only. That was Pro only.)
    -  This reply was modified 9 months, 3 weeks ago by [aclassifier](https://wordpress.org/support/users/aclassifier/).
      Reason: More info
    -  This reply was modified 9 months, 3 weeks ago by [aclassifier](https://wordpress.org/support/users/aclassifier/).
    -  This reply was modified 9 months, 3 weeks ago by [aclassifier](https://wordpress.org/support/users/aclassifier/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/#post-18733334)
 * Thank you!
 * I have now inserted the WPCode extension. I added this code as below as “Site-
   wide header”
 *     ```wp-block-code
       <?phpglobal $wp;$current_url = home_url( add_query_arg( array(), $wp->request ) );echo $current_url;
       ```
   
 * This seems to work, displaying it on the very top. However I would like to print
   it is a clickable url. But the below code prints first the url then the clickable
   url. And Duck.ai couldn’t help me any more. It said that if it printed more than
   the clickable url there might be something else that interferes.
 * ![](https://i0.wp.com/www.teigfam.net/div/page-url-to-be-displayed-on-the-top-
   of-each-post-or-page.jpg?ssl=1)
 * Test it here: [https://www.teigfam.net/oyvind/home/](https://www.teigfam.net/oyvind/home/)
   or any other page. It’s on the top. How could this be done?
 * Once I get this right, is there any way to place it below the heading picture?
 * I don’t know the escape characters here, so I had to make a bitmap of the code.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/#post-18731834)
 * Thank you! Will any .php file in the directory /twentytwelve-child just be included
   when all pages or posts are loaded? Could I use functions.php, which now contains
   only this line:
 * `<?php add_shortcode('wpbsearch', 'get_search_form'); ?>`
 * In case yes, I assume that your code
 * `global $wp;
   $current_url = home_url( add_query_arg( array(), $wp->request ) );
   echo $current_url;
 * will need to be told that it should be drawn with the header?
 * In case no, what should the file be called in order for that code in it be included
   when he screens are drawn?
 * Kind regards,
   Øyvind
    -  This reply was modified 9 months, 3 weeks ago by [aclassifier](https://wordpress.org/support/users/aclassifier/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page URL to be displayed on the top of each post or page](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/page-url-to-be-displayed-on-the-top-of-each-post-or-page/#post-18730257)
 * Thanks, [@wpmudevsupport13](https://wordpress.org/support/users/wpmudevsupport13/)!
 * I already have a style.css under Twenty Twelve. It’s at [https://www.teigfam.net/oyvind/home/wp-content/themes/twentytwelve-child/style.css](https://www.teigfam.net/oyvind/home/wp-content/themes/twentytwelve-child/style.css)
 * I added your code at the bottom. But how do I put it inside a header type?
    -  This reply was modified 9 months, 3 weeks ago by [aclassifier](https://wordpress.org/support/users/aclassifier/).
      Reason: typo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] Numbering of upload downloaded files](https://wordpress.org/support/topic/numbering-of-upload-downloaded-files/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [1 year ago](https://wordpress.org/support/topic/numbering-of-upload-downloaded-files/#post-18627599)
 * Good clarification! Thank you! Øyvind
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] Numbering of upload downloaded files](https://wordpress.org/support/topic/numbering-of-upload-downloaded-files/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [1 year ago](https://wordpress.org/support/topic/numbering-of-upload-downloaded-files/#post-18627454)
 * Thanks times two!
 * So any restore WordPress is done on the stored backups in the UpdraftPlus menu?
   So downloading them to my machine would help zero if I needed to rebeuild kind
   of, if my server had lost everything on it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] Numbering of upload downloaded files](https://wordpress.org/support/topic/numbering-of-upload-downloaded-files/)
 *  Thread Starter [aclassifier](https://wordpress.org/support/users/aclassifier/)
 * (@aclassifier)
 * [1 year ago](https://wordpress.org/support/topic/numbering-of-upload-downloaded-files/#post-18627317)
 * Thanks! But maybe UpdraftPlus _should_ take care of the numbering? When the unzip
   is done on same named directories, the same name will come out and the browser(
   Safari or Chrome) will have to invent a unique name, which it does by adding 
   that number, not to overwrite.
 * I mean, since UpdraftPlus already shows a number to the user, I would have kept
   this consistent all the way throught to the stored zip or unpacked-to directory.
 * By the way, would you know how to tell Safari not to unpack?

Viewing 15 replies - 1 through 15 (of 131 total)

1 [2](https://wordpress.org/support/users/aclassifier/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/aclassifier/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/aclassifier/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/aclassifier/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/aclassifier/replies/page/9/?output_format=md)
[→](https://wordpress.org/support/users/aclassifier/replies/page/2/?output_format=md)