Title: mjfus's Replies | WordPress.org

---

# mjfus

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Online Backup for WordPress] [Plugin: Online Backup for WordPress] WP Backup – The backup failed: The server](https://wordpress.org/support/topic/plugin-online-backup-for-wordpress-wp-backup-the-backup-failed-the-server/)
 *  [mjfus](https://wordpress.org/support/users/mjfus/)
 * (@mjfus)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-online-backup-for-wordpress-wp-backup-the-backup-failed-the-server/#post-2400874)
 * I have a new installation of 2.0.2 and rechecked my settings a number of times
   and get the same error. The directory size being backed up is just under 80MB.
   Your support is appreciated. Thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I create Excerpt Previews](https://wordpress.org/support/topic/how-do-i-create-excerpt-previews/)
 *  [mjfus](https://wordpress.org/support/users/mjfus/)
 * (@mjfus)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/how-do-i-create-excerpt-previews/#post-1185476)
 * Can someone direct me on where to place ‘the_content’ tag? I’m trying to display
   the full text of a post on my homepage page using the code below:
 * <?php
    global $more; // Declare global $more (before the loop). $more = 1; //
   Set (inside the loop) to display all content, including text below more. the_content();?
   >
 * I don’t know where to put this code, because I’m using a template that doesn’t
   have <?php the_content(); ?> or <?php the_excerpt(); ?>
    in the index.php file.
   All that’s in the index.php file is:
 * <?php
    global $options; foreach ($options as $value) { if (get_settings( $value[‘
   id’] ) === FALSE) { $$value[‘id’] = $value[‘std’]; } else { $$value[‘id’] = get_settings(
   $value[‘id’] ); } } if($swift_magzine==’magzine’) include(‘layouts/magzine.php’);
   else include(‘layouts/blog.php’); ?>.

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