Title: ors's Replies | WordPress.org

---

# ors

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_the_tags() outside the loop in page.php](https://wordpress.org/support/topic/get_the_tags-outside-the-loop-in-pagephp/)
 *  Thread Starter [ors](https://wordpress.org/support/users/ors/)
 * (@ors)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/get_the_tags-outside-the-loop-in-pagephp/#post-2029884)
 * Got it working with this:
 *     ```
       <?php
       	$posttags = wp_get_post_terms( get_the_ID() , 'post_tag' , 'fields=names' );
       	if( $posttags ) echo implode( ',' , $posttags );
       ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [get_the_tags() outside the loop in page.php](https://wordpress.org/support/topic/get_the_tags-outside-the-loop-in-pagephp/)
 *  Thread Starter [ors](https://wordpress.org/support/users/ors/)
 * (@ors)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/get_the_tags-outside-the-loop-in-pagephp/#post-2029880)
 * Oh, btw, I’m using Page Tagger 0.3.6
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Import from Blogger fails – no html?](https://wordpress.org/support/topic/import-from-blogger-fails-no-html/)
 *  Thread Starter [ors](https://wordpress.org/support/users/ors/)
 * (@ors)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/import-from-blogger-fails-no-html/#post-1167456)
 * Oh, I forgot to tell you. We installed an older WordPress version with the exact
   same theme a couple of months ago and the import was a success.
 * Could a simple solution be to just use an older version? Though I would really
   like to run the latest release..

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