Title: philco's Replies | WordPress.org

---

# philco

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [display title or excerpt, then link to full content](https://wordpress.org/support/topic/display-title-or-excerpt-then-link-to-full-content/)
 *  Thread Starter [philco](https://wordpress.org/support/users/philco/)
 * (@philco)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/display-title-or-excerpt-then-link-to-full-content/#post-575955)
 * my apologies, consider me told. the theme is “fspring_widgets”
 * i actually found an answer and added an old javascript trick to make back and
   forth easier…
 * <?php
    if (is_single()) { the_content(__(‘Read more’)); echo “[Back to Index](https://wordpress.org/support/users/philco/replies/history.back();?output_format=md)
   <p>”; } else { the_excerpt(); }?>
 * here’s the link to the topic that gave me my answer…
 * [http://wordpress.org/support/topic/106464?replies=3](http://wordpress.org/support/topic/106464?replies=3)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Where’s the content???](https://wordpress.org/support/topic/wheres-the-content/)
 *  Thread Starter [philco](https://wordpress.org/support/users/philco/)
 * (@philco)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/wheres-the-content/#post-571142)
 * Michael, thanks for that. it raised more challenges!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to add a warning page or squeeze page?](https://wordpress.org/support/topic/how-to-add-a-warning-page-or-squeeze-page/)
 *  [philco](https://wordpress.org/support/users/philco/)
 * (@philco)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/how-to-add-a-warning-page-or-squeeze-page/#post-551004)
 * a simple solution for a splash, landing, or entry page, that does not require
   setting cookies, is to first create a new folder “YOURBLOG” and move all the 
   files from the top level into that folder.
 * then create a new index page at the root of the site with your warning and link
   that to “YOURBLOG” (relative link).
 * in the WP admin, just go to options and change the URLs to your site from
    “[http://www.YOURSITE.com&#8221](http://www.YOURSITE.com&#8221);,
   to “[http://www.YOURSITE.com/YOURBLOG&#8221](http://www.YOURSITE.com/YOURBLOG&#8221);
 * viola
 * Phil
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [same blog, different sites](https://wordpress.org/support/topic/same-blog-different-sites/)
 *  Thread Starter [philco](https://wordpress.org/support/users/philco/)
 * (@philco)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/same-blog-different-sites/#post-570596)
 * thanks for that. i’ll give a shot.

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