Title: foochuck's Replies - page 2 | WordPress.org

---

# foochuck

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 109 total)

[←](https://wordpress.org/support/users/foochuck/replies/?output_format=md) [1](https://wordpress.org/support/users/foochuck/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/foochuck/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/foochuck/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/foochuck/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/foochuck/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/foochuck/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [NextGen Gallery View All Images Function?](https://wordpress.org/support/topic/nextgen-gallery-view-all-images-function/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/nextgen-gallery-view-all-images-function/#post-2225672)
 * *bump*
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed Question](https://wordpress.org/support/topic/rss-feed-question-10/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-question-10/#post-2217962)
 * Okay so I figured out that custom fields aren’t displayed by default in a WordPress
   RSS feed. Basically I had to write some functions into the theme’s functions.
   php file to make sure that the custom fields get displayed where I want them 
   in relation to the rest of the content in each blog post.
 * Hope this helps someone else out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed Question](https://wordpress.org/support/topic/rss-feed-question-10/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-question-10/#post-2217959)
 * [@ipstenu](https://wordpress.org/support/users/ipstenu/) – One thing I forgot
   to mention. The video content that is not showing up in my pages gets add to 
   the post through custom fields. Could that have an effect on it not showing up
   in my RSS feed?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed Question](https://wordpress.org/support/topic/rss-feed-question-10/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-question-10/#post-2217958)
 * I should also note that I was originally using the twenty ten theme, however 
   I obviously changed the look of my site. I barely modified the functions.php 
   for my site. Going to attempt to do some plugin tests…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed Question](https://wordpress.org/support/topic/rss-feed-question-10/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-question-10/#post-2217957)
 * So even if the video appears above the title of the title, by default, it should
   show up in the RSS Feed?
 * I’m checking out functions.php and checking plugins as well, however I’m not 
   sure what to look for that could be interfering with the RSS feed…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Basic PHP Script to Pass Post Varables](https://wordpress.org/support/topic/basic-php-script-to-pass-post-varables/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/basic-php-script-to-pass-post-varables/#post-2217874)
 * In case anyone comes across this with a similar issue, I found the problem. The
   variables I’m using in my form were interfering with WordPress’ permalinks. I
   changed my variables to have custom names and it resolved the issue.
 * Hope this helps someone out down the line.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Basic PHP Script to Pass Post Varables](https://wordpress.org/support/topic/basic-php-script-to-pass-post-varables/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/basic-php-script-to-pass-post-varables/#post-2217819)
 * Here is the first page, the form is entered as html in the page content:
 * Page 1 form: [http://pastebin.com/Lk8kFZUC](http://pastebin.com/Lk8kFZUC)
 * When the form is submitted, the post data is being sent to ‘page-results’, below
   is the PHP that’s above the header in my page reults
 * Page 2 ‘page-results’: [http://pastebin.com/mZmC4uXV](http://pastebin.com/mZmC4uXV)
 * The first problem is that when you submit the first page (which goes to localhost/
   page-results) – it takes you to the correct URL but it says page not found.
 * If you load localhost/page-results without submitting the form it does open.
 * Is there something special I need to setup in functions in order to pass POST
   data from one page to another using basic PHP methods?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed Question](https://wordpress.org/support/topic/rss-feed-question-10/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-question-10/#post-2217705)
 * I’ve tested it without feedburner and the videos don’t show up in the content
   of the posts from the original feed.
 * [http://www.foochuck.com/feed/](http://www.foochuck.com/feed/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed Question](https://wordpress.org/support/topic/rss-feed-question-10/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/rss-feed-question-10/#post-2217701)
 * It’s using the full content. Here’s my RSS link:
 * [http://feeds.feedburner.com/foochuck](http://feeds.feedburner.com/foochuck)
 * (which is fed by [http://www.foochuck.com/feed/](http://www.foochuck.com/feed/))
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Make 3.0 submenu use custom class](https://wordpress.org/support/topic/make-30-submenu-use-custom-class/)
 *  [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/make-30-submenu-use-custom-class/#post-1855918)
 * I’m looking for a way to do this as well. *bump*
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Menu Solution](https://wordpress.org/support/topic/custom-menu-solution/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/custom-menu-solution/#post-2216881)
 * Is there a way to give each sub-menu a custom class?
 * The default is ‘sub-menu’.
 * Currently it is: `<ul class="sub-menu">`
 * But I’d like to change it to: `<ul class="about-sub-menu">`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress](https://wordpress.org/support/topic/wordpress-26/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-26/#post-2212051)
 * Actually I just found a great plugin for this:
 * [http://thethefly.com/wp-plugins/thethe-tabs-and-accordions/](http://thethefly.com/wp-plugins/thethe-tabs-and-accordions/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child Pages Question](https://wordpress.org/support/topic/child-pages-question/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/child-pages-question/#post-2201521)
 * I also noticed that ‘child_of’ will pull the grandchildren as well from the codex
   description:
 * child_of
    (integer) Displays the sub-pages of a single Page only; uses the ID
   for a Page as the value. Defaults to 0 (displays all Pages). Note that the child_of
   parameter will also fetch “grandchildren” of the given ID, not just direct descendants.
   0 – default, no child_of restriction
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Child Pages Question](https://wordpress.org/support/topic/child-pages-question/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/child-pages-question/#post-2201520)
 * Please note that I’m using this on the parent page template. Will it still work
   if I change it to ‘child_of’ ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Permalinks](https://wordpress.org/support/topic/custom-permalinks-10/)
 *  Thread Starter [foochuck](https://wordpress.org/support/users/foochuck/)
 * (@foochuck)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/custom-permalinks-10/#post-2201232)
 * Currently I’m just using one of the default – Month and name.

Viewing 15 replies - 16 through 30 (of 109 total)

[←](https://wordpress.org/support/users/foochuck/replies/?output_format=md) [1](https://wordpress.org/support/users/foochuck/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/foochuck/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/foochuck/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/foochuck/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/foochuck/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/foochuck/replies/page/3/?output_format=md)