| bio | website | |
|---|---|---|
| location | North Carolina | |
| age | 32 | |
| visits | member for | 2 years, 4 months |
| seen | May 28 at 17:07 | |
| stats | profile views | 41 |
I just want to learn.
|
Apr 22 |
comment |
Custom Nav walker display current menu item children, or siblings on no children I apologize I was mistaken. You are correct that there is no 'exclude' parameter. I meant to use "wp_list_pages" function. |
|
Mar 4 |
answered | Remove the theme info from main dashboard screen- not appearance |
|
Feb 21 |
revised |
Custom Nav walker display current menu item children, or siblings on no children fixed grammar, spelling, and puncuation |
|
Feb 21 |
answered | Custom Nav walker display current menu item children, or siblings on no children |
|
Feb 5 |
accepted | cannot get multiple loops using tax_query |
|
Feb 5 |
accepted | how to only have one custom post type post? |
|
Feb 5 |
accepted | how to 301 redirect from a plugin folder |
|
Feb 5 |
accepted | wp_list_pages sort order by custom nav menu order |
|
Feb 5 |
accepted | How to build a PDF repository in WordPress |
|
Feb 5 |
accepted | google xml sitemap won't work on directory install |
|
Oct 15 |
awarded | Popular Question |
|
Jul 20 |
awarded | Popular Question |
|
Apr 11 |
answered | Sort custom-posts in archive.php via meta-key? |
|
Apr 11 |
comment |
Display posts from an array of ID's i'm not sure this will help but i'd delete lines 34 - 36. They look to be redundant. what type of post are you querying for (page, post, CPT)? if its a CPT you'll need to add 'post_type' => 'whatever your CPT is' to the $args array. let me know if that helps at all. |
|
Feb 14 |
asked | how to 301 redirect from a plugin folder |
|
Aug 19 |
comment |
how to only have one custom post type post? first off, I promise I take no offense from anyone who is trying to help me. Secondly, your right i skipped some valuable info. Once i have the "home page" CPT I'm going to add meta boxes to it. probably like 4 wysiwyg's several image uploaders, textarea boxes, etc etc. I envsion a single admin menu page that has all the necessary input fields to manage the entire front end Home page. I hope this makes more sense? |
|
Aug 19 |
comment |
how to only have one custom post type post? those look close,but neither one address the issue of "skipping" over the "All Post" screen. |
|
Aug 19 |
comment |
how to only have one custom post type post? I thought about going down this route. I want to stay as close to WP standards, so I don't want to save all this data to the options table. |
|
Aug 19 |
comment |
how to only have one custom post type post? I think it is. But my client is far too confused on how the home page works. See right now I have a page "Home", I have 3 posts "Home Content Box 1", "Home Content Box 2", "Home Content Box 3" and I widgetized an area on the top so the client can manage an area on the top of the home page for like is phone number, address, Call To Action imgs. so its just a little over whelming for him. |
|
Aug 19 |
asked | how to only have one custom post type post? |