Title: dlsn's Replies | WordPress.org

---

# dlsn

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Deactivation destroys my webpage](https://wordpress.org/support/topic/deactivation-destroys-my-webpage/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/deactivation-destroys-my-webpage/#post-16483798)
 * After I put the @-import of the css file at the top of the main css file, it 
   worked.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Query only sticky posts (without “normal” posts)](https://wordpress.org/support/topic/query-only-sticky-posts-without-normal-posts/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/query-only-sticky-posts-without-normal-posts/#post-16478465)
 * Thank you very much [@bcworkz](https://wordpress.org/support/users/bcworkz/) !
   It works! Great!
 * For others who are interesed, this is my working snippet for this function.
 *     ```wp-block-code
       if(count(get_option('sticky_posts'))>1){
               $args   = array(
                       'posts_per_page'         => 2,
                       'post__in'            => get_option( 'sticky_posts' ),
                       'ignore_sticky_posts' => 1
               );
               $sticky_posts = get_posts( $args );
       }elseif(count(get_option('sticky_posts'))>0){
               $args   = array(
                       'posts_per_page'         => 1,
                       'post__in'            => get_option( 'sticky_posts' ),
                       'ignore_sticky_posts' => 1
               );
               $sticky_posts = get_posts( $args );
       }
       ```
   
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Breakpoint (for main menu)](https://wordpress.org/support/topic/breakpoint-for-main-menu/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/breakpoint-for-main-menu/#post-16374967)
 * Ok. Thank you!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Plugin – Edit file in the backend through](https://wordpress.org/support/topic/plugin-edit-file-in-the-backend-through/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/plugin-edit-file-in-the-backend-through/#post-16227182)
 * Ok, thanks then I try it via the database
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid] Making posts sticky](https://wordpress.org/support/topic/making-posts-sticky-2/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/making-posts-sticky-2/#post-15798820)
 * I’ve just seen that it is a PRO-feature…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Redirects from a single page](https://wordpress.org/support/topic/redirects-from-a-single-page/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/redirects-from-a-single-page/#post-14959660)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/) Yes, it works.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Redirects from a single page](https://wordpress.org/support/topic/redirects-from-a-single-page/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/redirects-from-a-single-page/#post-14956751)
 * [@bcworkz](https://wordpress.org/support/users/bcworkz/) thank you for your help.
 * I just found a possibility to solve my problem:
 *     ```
       RewriteCond %{REQUEST_URI} ^/t/?$
       RewriteRule (.*) /neuesVerzeichnis [R=301,L]
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack-Kontaktformular – Jetpack Contact Form](https://wordpress.org/support/topic/jetpack-kontaktformular-benutzerdefinierter-betreff/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/jetpack-kontaktformular-benutzerdefinierter-betreff/#post-14827200)
 * Thank you. I’ll look for a feature request.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack-Kontaktformular – Jetpack Contact Form](https://wordpress.org/support/topic/jetpack-kontaktformular-benutzerdefinierter-betreff/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/jetpack-kontaktformular-benutzerdefinierter-betreff/#post-14825382)
 * Hello [@deathlynotes](https://wordpress.org/support/users/deathlynotes/),
    thank
   you for your help.
 * But actually this pages don’t really help me in solving my problem, unfortunately.
 * First, I want that the user’s IP-address isn’t shown in the mail-text.
    And I
   want the user to give his message a custom subject which is used as the real 
   subject of the sent mail. (In the settings of the block, I can give a standardized
   subject but not an unique subject convenient to a single message)
 * (With the word “user”, I mean the person sending the message)
 * I hope my wish is comprehendible…
 * Is it possible to edit it like this?
 * Thank you!
    Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack-Kontaktformular – Jetpack Contact Form](https://wordpress.org/support/topic/jetpack-kontaktformular-benutzerdefinierter-betreff/)
 *  Thread Starter [dlsn](https://wordpress.org/support/users/dlsn/)
 * (@dlsn)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/jetpack-kontaktformular-benutzerdefinierter-betreff/#post-14823726)
 * Bzw. wie kann man generell das Skript für die Mailbenachrichtigung bearbeiten?
 * ************* English **************
    Or how can I generally edit the mail-script
   of the contact form?

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