Title: Austeroid's Replies | WordPress.org

---

# Austeroid

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] Older backups are not being deleted](https://wordpress.org/support/topic/older-backups-are-not-being-deleted/)
 *  Thread Starter [Austeroid](https://wordpress.org/support/users/austeroid/)
 * (@austeroid)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/older-backups-are-not-being-deleted/#post-18343410)
 * Hi Nick,
 * Thank you so much for your prompt response.
 * I’ve enabled that `Delete local backup` settings and can confirm everything is
   working as intended since then. This case can be closed
 * Really appreciate your quick support.
 * Regards,
   Austin
    -  This reply was modified 1 year, 5 months ago by [Austeroid](https://wordpress.org/support/users/austeroid/).
    -  This reply was modified 1 year, 5 months ago by [Austeroid](https://wordpress.org/support/users/austeroid/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] Older backups are not being deleted](https://wordpress.org/support/topic/older-backups-are-not-being-deleted/)
 *  Thread Starter [Austeroid](https://wordpress.org/support/users/austeroid/)
 * (@austeroid)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/older-backups-are-not-being-deleted/#post-18335882)
 * Hey Nick,
 * Thank you for your response.
 * Please kindly find the yesterday backup’s log through this PasteBin link here:
   [https://pastebin.com/GTy029c9](https://pastebin.com/GTy029c9)
 * That is the 8th backup after the last 7 backups. The furthest backup didn’t get
   deleted as you can see here: [https://capture.dropbox.com/vhE5GQT6O3mGvzhy](https://capture.dropbox.com/vhE5GQT6O3mGvzhy)
 * Thanks!
   Austin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Masonry ajax success reLayout problem](https://wordpress.org/support/topic/masonry-ajax-success-relayout-problem/)
 *  [Austeroid](https://wordpress.org/support/users/austeroid/)
 * (@austeroid)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/masonry-ajax-success-relayout-problem/#post-5822669)
 * Hi klebism,
 * I think I have the same issues as yours but I cannot comprehend. Can you elaborate
   on how you manage to get the plugin called after jquery?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Get Current Language Code Function/Method](https://wordpress.org/support/topic/get-current-language-code-functionmethod/)
 *  Thread Starter [Austeroid](https://wordpress.org/support/users/austeroid/)
 * (@austeroid)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/get-current-language-code-functionmethod/#post-5712921)
 * Hi John,
 * Thank you for your reply, i tried get_language_code() and WordPress doesn’t recognise
   it as a legit function.
 * So how would you separate the two homepages in 2 different languages? At the 
   moment, on my homepage, there are hardcoded elements that are shared between 
   the two. For example I will have 2 gallery sliders. Each one will contain each
   of their own slides in 2 languages.
 * The code to output the slide show is
 *     ```
       <section>
          <?php echo do_shortcode( '[new_royalslider id="1"]' ) ?> <!-- Slide show in english -->
           <?php echo do_shortcode( '[new_royalslider id="2"]' ) ?> <!-- Slide show in german -->
       </section>
       ```
   
 * I tried
 *     ```
       <?php
                           <!--:en-->
                           echo do_shortcode( '[new_royalslider id="1"]' )
                           <!--:-->
                           <!--:vi-->
                           echo do_shortcode( '[new_royalslider id="2"]' )
                           <!--:-->
                       ?>
       ```
   
 * but doesn’t work.
 * What are your thoughts on this? technically is there a way to have two different
   templates for 2 different languages?
 * Regards,
    Austin.

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