-
Created a topic, DISPLAY JSON FETCH URL FORM MY SITE, on the site WordPress.org Forums:
how i can display external data api from my website u… -
Posted a reply to Get options in show in shortcode, on the site WordPress.org Forums:
`<?php function chat_bot_conversational() { $args = array( 'id' => 'principal_bot_response', 'title' => 'Principal', 'object_types' =>… -
Posted a reply to Get options in show in shortcode, on the site WordPress.org Forums:
I will try!, Thanks!! -
Created a topic, Get options in show in shortcode, on the site WordPress.org Forums:
I'm trying get option in shortcode , how i can make th… -
Posted a reply to how create radio_inline with custom post type, on the site WordPress.org Forums:
function retorna_todos_equipamentos(){ $list = array(); $args = array( 'post_type' => 'equipamentos', 'posts_per_page' => -1, );… -
Posted a reply to how create radio_inline with custom post type, on the site WordPress.org Forums:
I'm sorry I'm new to wordpress, could you send me an example code? -
Created a topic, how create radio_inline with custom post type, on the site WordPress.org Forums:
How i can create radio_inline or selected with custom… -
Posted a reply to how filter my custom taxonomy and custom fields in terms and display front end, on the site WordPress.org Forums:
I solved using wpquery! -
Posted a reply to how filter my custom taxonomy and custom fields in terms and display front end, on the site WordPress.org Forums:
I liked filter my custom_posttype with my custom field.. ` <?php global $post; $args =… -
Created a topic, how filter my custom taxonomy and custom fields in terms and display front end, on the site WordPress.org Forums:
//MY Taxonomy and custom fields https://pastebin.com/6… -
Posted a reply to Add field code example sidebar, on the site WordPress.org Forums:
thanks giu uys -
Posted a reply to Add field code example sidebar, on the site WordPress.org Forums:
I 'm registred new sidebar with this code. `register_sidebar( array( 'name' => __( 'MY SIDE… -
Created a topic, Add field code example sidebar, on the site WordPress.org Forums:
how i can create sidebar with custom fields using CMB2…