Title: pf69.com's Replies | WordPress.org

---

# pf69.com

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [is it possible to change "index.php" to "blog.php"?](https://wordpress.org/support/topic/is-it-possible-to-change-indexphp-to-blogphp/)
 *  Thread Starter [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/is-it-possible-to-change-indexphp-to-blogphp/#post-2032484)
 * that would make working with my current website theme a NIGHTMARE…
    seems like
   I will have to go with some other platform as WP won’t be able to do the SIMPLEST
   thing I have thought…
 * thanks for trying to help me!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [is it possible to change "index.php" to "blog.php"?](https://wordpress.org/support/topic/is-it-possible-to-change-indexphp-to-blogphp/)
 *  Thread Starter [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/is-it-possible-to-change-indexphp-to-blogphp/#post-2032473)
 * that page doesn’t really have the answer… as on that page the answer is how to
   have a STATIC page for the blog, but the page is also managed by WP…
 * the only area of my website that I will have managed by WP is the BLOG all the
   rest is coded by hand (html and php includes)…
 * all I want is rename the index.php file from WP to blog.php (or news.php) and
   keep everything else just as is, so this way I won’t have to mess all the website
   and all the back links that were already built for the index of the website…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin to remove duplicate posts](https://wordpress.org/support/topic/plugin-to-remove-duplicate-posts/)
 *  [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-to-remove-duplicate-posts/#post-962097)
 * you can run this SQL QUERY on your MySQL admin panel (such as phpMyAdmin) -> 
   faster and safer – don’t forget to back up your DB in case anything goes wrong-
   > assuming that your WP tables are called wp_ (if it is something different all
   you have to do is replace that part on the query for the proper tables name)
 * DELETE bad_rows.*
    from wp_posts as bad_rows inner join ( select post_title, 
   MIN(id) as min_id from wp_posts group by post_title having count(*) > 1 ) as 
   good_rows on good_rows.post_title = bad_rows.post_title and good_rows.min_id 
   <> bad_rows.id
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Warning: Illegal offset type in… wp-includes/rss.php on line 1459](https://wordpress.org/support/topic/warning-illegal-offset-type-in-wp-includesrssphp-on-line-1459/)
 *  [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/warning-illegal-offset-type-in-wp-includesrssphp-on-line-1459/#post-1168998)
 * that doesn’t really solve the problem, it will simply not show that the error
   is still happening…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks not working](https://wordpress.org/support/topic/permalinks-not-working-12/)
 *  Thread Starter [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/permalinks-not-working-12/#post-756765)
 * > There is no such animal in WP as “Category pages:”
 * have you ever been to the ADVANCED “tab” on the Permalinks page?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks not working](https://wordpress.org/support/topic/permalinks-not-working-12/)
 *  Thread Starter [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/permalinks-not-working-12/#post-756703)
 * any one has a solution for this problem yet?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks not working](https://wordpress.org/support/topic/permalinks-not-working-12/)
 *  Thread Starter [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/permalinks-not-working-12/#post-756673)
 * any other ideas that might work?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks not working](https://wordpress.org/support/topic/permalinks-not-working-12/)
 *  Thread Starter [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/permalinks-not-working-12/#post-756620)
 * that doesn’t work either!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks not working](https://wordpress.org/support/topic/permalinks-not-working-12/)
 *  Thread Starter [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/permalinks-not-working-12/#post-756619)
 * I will give it a try, and see what happens!!
    thanks for the ideas!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks not working](https://wordpress.org/support/topic/permalinks-not-working-12/)
 *  Thread Starter [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/permalinks-not-working-12/#post-756600)
 * can any one help me solve this issues I am having (and as far as I have seen 
   lots of other people are having similar issues)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem In Admin Panel](https://wordpress.org/support/topic/problem-in-admin-panel-1/)
 *  [pf69.com](https://wordpress.org/support/users/pf69com/)
 * (@pf69com)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/problem-in-admin-panel-1/#post-756552)
 * the problem is with th server…

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