| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 3 months |
| seen | May 1 at 1:27 | |
| stats | profile views | 1 |
Designer/Developer @ecentricarts, @KaptonKaos, @cnkt_ca
|
Jan 8 |
comment |
Using meta query ('meta_query') with a search query ('s') Actually it is working, thanks so much. For some reason WP_Query was forcing my to set 'post_type' even though I already had the IDs. Thanks again! |
|
Jan 8 |
comment |
Using meta query ('meta_query') with a search query ('s') Thanks! This is working when building the array, but for some reason when passing $unique to WP_Query it is not returning any results. $args = array( 'paged' => $paged, 'post__in' => $unique, 'posts_per_page' => $num_posts, ); Any idea? |
|
Jan 8 |
answered | Using meta query ('meta_query') with a search query ('s') |
|
Dec 13 |
awarded | Student |
|
Nov 23 |
comment |
WordPress Not Using Template Files After Permalink Update Hey Chip. Thanks for your help here. I decided to restore the DB from yesterday's backups. For whats its worth I actually believe the issue was from a custo taxonomy I created named 'year'. Not sure, but I think it might be a reserved name for WP. Kind of like when you submit a form using the input #name. it will fail everytime. thanks again. |
|
Nov 23 |
comment |
WordPress Not Using Template Files After Permalink Update Ok, its set to home. It's nothing to do with that though... The site has been working fine for 5 months... until I updated the permalinks |
|
Nov 23 |
comment |
WordPress Not Using Template Files After Permalink Update Front page is set to use template-home.php blog is not set. |
|
Nov 23 |
comment |
WordPress Not Using Template Files After Permalink Update It is reverting to index.php Keep in mind this just changed after I updated the permalinks. Front page is set to template-home.php |
|
Nov 23 |
comment |
WordPress Not Using Template Files After Permalink Update Im using a custom theme. The dev link is here - ehealth.cnkt.ca Click any top level nav item, the site is not picking up the assigned template files.. |
|
Nov 23 |
asked | WordPress Not Using Template Files After Permalink Update |
|
Jun 6 |
asked | Get Categories Where Taxonomy Equals 'n' |