-
Posted a reply to Styling a Data Project, on the site WordPress.org Forums:
Hello, I didn’t realize there were two types of styles : for publication and for… -
Created a topic, Styling a Data Project, on the site WordPress.org Forums:
Hello, I use the free versionof WP Data Access. I wan… -
Posted a reply to Parent-Child, on the site WordPress.org Forums:
Hi, Many Thanks for the help. I can add that everything is explained in :… -
Created a topic, Parent-Child, on the site WordPress.org Forums:
Hi, I want to build a Parent-Child Page like: https:/… -
Posted a reply to Query and View, on the site WordPress.org Forums:
Hi, A way to create manually, without GUI, a view !! Thanks AP -
Created a topic, Query and View, on the site WordPress.org Forums:
Hi, Newbie is this Plugin, I have a basic question. … -
Posted a reply to Visual Query Builder or Interactive query builder, on the site WordPress.org Forums:
Hi, You use Visual Query Builder in the user documentation : https://wpdataaccess.com/docs/documentation/query-builder/visual-query-builder/ You use Interactive… -
Created a topic, Visual Query Builder or Interactive query builder, on the site WordPress.org Forums:
Hello, Are Visual Query Builder (in help an elsewhere… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
HI, To clarify the contect : - my site use only one Custom Post Type… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
Hi, I add a counter for the occurences of the termes of a category i.e.… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
Hi, In your case “performances” is a categorie of your Pods. To count a specific… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
List categories // Ajout Shortcode : liste numérotée des taxonomies function liste_des_categories( $atts ) {… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
Count categories // Ajout Shortcode : nombre de taxonomies function total_categories($atts ) { //Parametres extract(shortcode_atts(… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
List the pods // Ajout Shortcode : liste numérotée des pods function liste_des_pods( $atts ,… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
Hi I prefer use shortcodes instead mofiyng themes template. For Pods Count the pods 1… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
Hi https://developer.wordpress.org/reference/classes/wp_query/ : .... $post_count The number of posts being displayed. $found_posts The total number… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
Hi, Again, by searching, copying and adaptation, I can give a solution with two shortcodes.… -
Posted a reply to Sequential number, order number, on the site WordPress.org Forums:
Hello, There is no problem to use accentued characters in Access and WP. Access, and… -
Created a topic, Sequential number, order number, on the site WordPress.org Forums:
Hello All, I display on a site with WP and Pods the s… -
Posted a reply to Custom fields, on the site WordPress.org Forums:
I complete the Github issue with a screenshot to explain what I mean. Prior I… -
Posted a reply to Custom fields, on the site WordPress.org Forums:
Hi, I finished the transition from an other plugin with the functions, but there is… -
Posted a reply to Error: add define(“APL_ALLOW_PHP”, true); even when present, on the site WordPress.org Forums:
Hi, As said in an other topic, please add an example with a param. Thanks -
Posted a reply to Custom fields, on the site WordPress.org Forums:
Hi, Just a question : How to pass more as one parameter ? Thanks -
Posted a reply to Custom fields, on the site WordPress.org Forums:
Hi, function my_custom_field ( $post, $myfield ) { $retour = ''; if (types_render_field( $myfield ,… -
Posted a reply to Error: add define(“APL_ALLOW_PHP”, true); even when present, on the site WordPress.org Forums:
Hi, Very helpfull. That confirm my understanding of this function. Thanks -
Posted a reply to Custom fields, on the site WordPress.org Forums:
Hi, Thanks for your help. I understand the working of php_function. This works : [php_function… -
Created a topic, Custom fields, on the site WordPress.org Forums:
Hi I create Custom Post Types and Custom Fields with …