Title: jlosh's Replies | WordPress.org

---

# jlosh

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [User Permissions](https://wordpress.org/support/topic/user-permissions-2/)
 *  Thread Starter [jlosh](https://wordpress.org/support/users/jlosh/)
 * (@jlosh)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/user-permissions-2/#post-574781)
 * thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I delete the “Home” page](https://wordpress.org/support/topic/how-do-i-delete-the-home-page/)
 *  [jlosh](https://wordpress.org/support/users/jlosh/)
 * (@jlosh)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/how-do-i-delete-the-home-page/#post-574475)
 * You could edit the index file,
 * > /wordpress_directory/theme/your_theme/index.php
 * And just delete the code that shows the link
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I use my Main Web Template for my blog?](https://wordpress.org/support/topic/can-i-use-my-main-web-template-for-my-blog/)
 *  [jlosh](https://wordpress.org/support/users/jlosh/)
 * (@jlosh)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/can-i-use-my-main-web-template-for-my-blog/#post-574474)
 * Sure you can! All you have to do is ‘port’ the theme and then install it to your
   WordPress site.
    **Porting your theme**
    - You will need to copy/edit your stylesheet
    - Edit the theme files and add the coding for your stylesheet
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Parse error: syntax error, unexpected T_STRING](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-t_string/)
 *  [jlosh](https://wordpress.org/support/users/jlosh/)
 * (@jlosh)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-t_string/#post-574472)
 * Try the code I posted below, that should fix it, I think you had a character 
   that was misplaced in the code.
 *     ```
       <?php get_header(); ?>
   
       <div id="content">
   
       <?php include(TEMPLATEPATH."/r_sidebar.php");?>
   
       <div id="contentmiddle">
       	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       	<div class="datetime"><?php the_time('M') ?><span><?php the_time('jS') ?></span></div><h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
       	<p>Posted on <?php the_time(); ?> | Filed Under <?php the_category(', ') ?></p>
       	<?php the_excerpt(__('Read more'));?><div style="clear:both;"></div>
   
       	<?php
       	include("postinfo.php");
       	?>
   
       	<!--
       	<?php trackback_rdf(); ?>
       	-->
   
       	<?php endwhile; else: ?>
   
       	<p><?php _e('Sorry, but you are looking for something that is not here. You can try searching for other topics again.'); ?></p>
               <?php endif; ?>
       	<?php posts_nav_link(' — ', __('&laquo; go back'), __('keep looking &raquo;')); ?><br />
       	</div>
   
       </div>
   
       <!-- The main column ends  -->
   
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Broken links on logout page](https://wordpress.org/support/topic/broken-links-on-logout-page/)
 *  [jlosh](https://wordpress.org/support/users/jlosh/)
 * (@jlosh)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/broken-links-on-logout-page/#post-574471)
 * It looks like the stylesheet is missing, and goto your options menu and try typing
   in ‘[http://www.multifamilypro.com/blog/&#8217](http://www.multifamilypro.com/blog/&#8217);
   for your blog url.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Image Uploading Error](https://wordpress.org/support/topic/image-uploading-error-2/)
 *  Thread Starter [jlosh](https://wordpress.org/support/users/jlosh/)
 * (@jlosh)
 * [18 years, 12 months ago](https://wordpress.org/support/topic/image-uploading-error-2/#post-569897)
 * Thanks so much!

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