Title: idealists's Replies | WordPress.org

---

# idealists

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Adding custom rewrite rule to my blog](https://wordpress.org/support/topic/adding-custom-rewrite-rule-to-my-blog/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/adding-custom-rewrite-rule-to-my-blog/#post-1532076)
 * Thanks, I’ve tried add the following:
    `RewriteRule ^card/(.*)/$ /index.php?page_id
   =215&card=$1 [L]` To my htaccess and it breaks the site. Htaccess below:
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule ^card/(.*)/$ /index.php?page_id=215&card=$1 [L]
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 * I just want to rewrite mysite.com/card/card-one/ etc, to my specific WordPress
   page (#215).
 * Hope that makes sense.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom content in templates header](https://wordpress.org/support/topic/custom-content-in-templates-header/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-content-in-templates-header/#post-1366561)
 * Works a charm, thanks much.
    I changed to <?php the_content(); ?> as I wanted
   the actual post content.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom content in templates header](https://wordpress.org/support/topic/custom-content-in-templates-header/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-content-in-templates-header/#post-1366558)
 * Thanks, I’ll give it a try.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom content in templates header](https://wordpress.org/support/topic/custom-content-in-templates-header/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-content-in-templates-header/#post-1366554)
 * Hi doc
 * Thanks for that
 * Can the “Hello World, This is the Home Page” text come from a custom page (like
   the About page)?
 * So then if one needs to update the content they could do it from within the WP
   admin environment.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Problem with wp_schedule_single_event](https://wordpress.org/support/topic/problem-with-wp_schedule_single_event/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/problem-with-wp_schedule_single_event/#post-784140)
 * where post_date_gmt = gmdate(“Y-m-d H:i:s”,$some_timestmp);
    and $ID is the id
   past to the function by xmlrpc_publish_post action
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Accessing post title in content_save_pre](https://wordpress.org/support/topic/accessing-post-title-in-content_save_pre/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/accessing-post-title-in-content_save_pre/#post-768000)
 * 🙁 ANYONE?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Accessing post title in content_save_pre](https://wordpress.org/support/topic/accessing-post-title-in-content_save_pre/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/accessing-post-title-in-content_save_pre/#post-767996)
 * Anyone?
 * Is this not the right place to post such a question?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Accessing post title in content_save_pre](https://wordpress.org/support/topic/accessing-post-title-in-content_save_pre/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/accessing-post-title-in-content_save_pre/#post-767994)
 * So, is this possible?
 * For example, if I wanted to write a plugin that parses the content before saving,
   for any mention of the title in the content, and then highlite it (wrap it in
   strong tags, etc). This isn’t what I need to do, but just an easy example to 
   explain.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-cron issue](https://wordpress.org/support/topic/wp-cron-issue/)
 *  Thread Starter [idealists](https://wordpress.org/support/users/idealists/)
 * (@idealists)
 * [18 years ago](https://wordpress.org/support/topic/wp-cron-issue/#post-764718)
 * Resolved thx

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