WPIntell

Source evidence

Single page does not exist….

Advent Calendar · support · 2015-11-24T10:09:00+00:00

mixedsentiment
mediumseverity
0.78relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 36 rows with source links

19.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
wph4 resolved
Hi, I have used this plugin in a beta site with success. https://wordpress.org/support/topic/stylizing-page-view?replies=9#post-7698056 Now customer want to have it in their live site… The page with 24 days shows up. I have created one for 2014 just to see it works… But single page does not show up. We jsut receive a not found page message. Checked: there are 24 posts in de advent calendar entries menu. they are publiced. I have also tried to see the page using the link by the post list in the backend, but also from this point it says no page found. What else could that be? Thanks! https://wordpress.org/plugins/advent-calender/ oh ja this site: http://stjandedoper-vechtenvenen.nl/advent-calendar/ @bassgang Can you help me here too? Thanks! pages are back. I really donot know what it was. Things I have done – I copied and pasted as plain text the content from functions,php om itself, just to be sure wp had not inserted <p> where I did wanted … also deleted cache many, many times… But I still can not find the option to give the individual posts a post category. CAn you help me on this? Thanks! Hi, I have used this piece of code so now I have an entry text for the individual post : Advent Calender Post Type Customization Advent calender post type customization via the provided “pvb_acal_cpt_params” hook. The following example will extend the advent calender post type with the common post WordPress content / editor box. Youh can use the hook in your themes “functions.php” or in a plugin like function acal_change_post_type_params( $custom_post_type_params ) { $custom_post_type_params[‘supports’] = array( ‘title’, ‘editor’, ‘thumbnail’ ); return $custom_post_type_params; } add_filter( ‘pvb_acal_cpt_params’, ‘acal_change_post_type_params’ ); My question is: How can I gt the option to give this post a wp category? Thanks

Comments

4 shown
wph4 2015-11-24T11:35:00+00:00

oh ja this site: http://stjandedoper-vechtenvenen.nl/advent-calendar/

wph4 2015-11-25T11:08:00+00:00

@bassgang Can you help me here too? Thanks!

wph4 2015-11-25T22:34:00+00:00

pages are back. I really donot know what it was. Things I have done – I copied and pasted as plain text the content from functions,php om itself, just to be sure wp had not inserted <p> where I did wanted … also deleted cache many, many times… But I still can not find the option to give the individual posts a post category. CAn you help me on this? Thanks!

wph4 2015-11-26T13:54:00+00:00

Hi, I have used this piece of code so now I have an entry text for the individual post : Advent Calender Post Type Customization Advent calender post type customization via the provided “pvb_acal_cpt_params” hook. The following example will extend the advent calender post type with the common post WordPress content / editor box. Youh can use the hook in your themes “functions.php” or in a plugin like function acal_change_post_type_params( $custom_post_type_params ) { $custom_post_type_params[‘supports’] = array( ‘title’, ‘editor’, ‘thumbnail’ ); return $custom_post_type_params; } add_filter( ‘pvb_acal_cpt_params’, ‘acal_change_post_type_params’ ); My question is: How can I gt the option to give this post a wp category? Thanks