Title: abeolson's Replies | WordPress.org

---

# abeolson

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [photo link based on page slug](https://wordpress.org/support/topic/photo-link-based-on-page-slug/)
 *  Thread Starter [abeolson](https://wordpress.org/support/users/abeolson/)
 * (@abeolson)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/photo-link-based-on-page-slug/#post-935443)
 * eventually figured it out:
 * src=”<?php bloginfo(‘template_url’); ?>/images/pagephotos/<?php single_post_title();?
   >.jpg”
 * Had to use the post title instead of slug, but it works.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Archives Broken: shows all blog posts](https://wordpress.org/support/topic/archives-broken-shows-all-blog-posts/)
 *  Thread Starter [abeolson](https://wordpress.org/support/users/abeolson/)
 * (@abeolson)
 * [18 years ago](https://wordpress.org/support/topic/archives-broken-shows-all-blog-posts/#post-720988)
 * Thanks to [Yuchi’s post](http://wordpress.org/support/topic/125555?replies=15#post-703531)
   on another thread, I was able to find a good way to do this.
 *     ```
       <?php if (is_home()) {
         query_posts($query_string . "&cat=-19");
       } ?>
       ```
   
 * is the code I use now, and the archives and search features work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wp-o-matic stopped fetching feeds](https://wordpress.org/support/topic/wp-o-matic-stopped-fetching-feeds/)
 *  Thread Starter [abeolson](https://wordpress.org/support/users/abeolson/)
 * (@abeolson)
 * [18 years ago](https://wordpress.org/support/topic/wp-o-matic-stopped-fetching-feeds/#post-722668)
 * Turns out the WP-o-Matic had forgotten the source feed; so all I needed to do
   was put in the correct feed again…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wp-o-matic stopped fetching feeds](https://wordpress.org/support/topic/wp-o-matic-stopped-fetching-feeds/)
 *  Thread Starter [abeolson](https://wordpress.org/support/users/abeolson/)
 * (@abeolson)
 * [18 years ago](https://wordpress.org/support/topic/wp-o-matic-stopped-fetching-feeds/#post-722541)
 * Nevermind. Got it done.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [This is the blog that RSS built..possible?](https://wordpress.org/support/topic/this-is-the-blog-that-rss-builtpossible/)
 *  [abeolson](https://wordpress.org/support/users/abeolson/)
 * (@abeolson)
 * [18 years ago](https://wordpress.org/support/topic/this-is-the-blog-that-rss-builtpossible/#post-719407)
 * [WP-O-Matic](http://devthought.com/wp-o-matic-the-wordpress-rss-agreggator/) 
   does the trick. You can even make it so that each author/RSS stream has a unique
   cateogry and such.
 * I used it to import my Tumblr blog posts into my WordPress powered site at [abeolson.com](http://www.abeolson.com).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2 blogs from one WordPress Installation](https://wordpress.org/support/topic/2-blogs-from-one-wordpress-installation/)
 *  Thread Starter [abeolson](https://wordpress.org/support/users/abeolson/)
 * (@abeolson)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/2-blogs-from-one-wordpress-installation/#post-693227)
 * Thanks Moshu. I was able to do that, thanks in large part to the info you’ve 
   contributed to the web.
 * My final solution is explained in [a blog post](http://www.abeolson.com/2008/02/07/how-to-add-a-tumblr-section-to-wordpress-blog/)
   I wrote, and the result can be seen on that site as well.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Blog (and theme) don’t appear. File Permissions problem](https://wordpress.org/support/topic/blog-and-theme-dont-appear-file-permissions-problem/)
 *  Thread Starter [abeolson](https://wordpress.org/support/users/abeolson/)
 * (@abeolson)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/blog-and-theme-dont-appear-file-permissions-problem/#post-622086)
 * Thanks guys. I did a fresh ftp of wordpress, it fixed it. And I decided to not
   worry about the plugin.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Working off an ip address until going live](https://wordpress.org/support/topic/working-off-an-ip-address-until-going-live/)
 *  Thread Starter [abeolson](https://wordpress.org/support/users/abeolson/)
 * (@abeolson)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/working-off-an-ip-address-until-going-live/#post-619411)
 * They are the [http://www.websiteName.com](http://www.websiteName.com). Is a simple
   change to [http://##.##.##.###/~username/websiteName/](https://wordpress.org/support/users/abeolson/replies/?output_format=md)
   all I need to do?

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