Questions tagged as 'wordpress'

1
answer

How do I connect with Axios to the Woocommerce or Wordpress API?

I'm with vuejs and axios trying to connect to the woocommerce api, but I can not find a way to send my credentials correctly (the keys), or I do not know if I have to specify the connection method ... I do not know how to indicate it in axios....
asked by 24.06.2017 / 12:07
1
answer

Add JQuery in Wordpress using HOOKS

I have a function that runs through a hook in wordpress, in which I install the JQuery add_action('init', 'iniciarJQuery'); function iniciarJQuery() { if( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery', ("ht...
asked by 18.07.2017 / 18:35
1
answer

like I think page in an entry in wordpress

I would like to make a page in the wordpress entry search the web trying with < - nextpage - > in the editor and adding the function in the sinple.php file but it does not work for me They know some plugin in which you can only page...
asked by 04.06.2017 / 20:22
1
answer

It appears only price comes out and not the regular price

I have some products in WordPress using WooCommerce . The plugin uses 2 prices: regular price and the sale price . I need some of those products to show me the 2 prices, and in others, only the sale price : The problem is t...
asked by 06.06.2017 / 18:02
0
answers

Create dynamic widget for the sidebar home in Wordpress

I have only managed to create a widget but for the admin dashboard and I want it for the home add_action('wp_dashboard_setup','dcms_agregar_widget'); //Agregar Widget function dcms_agregar_widget(){ wp_add_dashboard_widget('id_mi_widget',...
asked by 12.07.2017 / 21:56
2
answers

Collect url from the post in wordpress

When the user enters to edit / create a post using the Wordpress admin, the metabox labur_add_metabox is created, which contains a input de tipo text empty and a button. The action labur_init is also executed in which a j...
asked by 12.04.2017 / 09:55
0
answers

WordPress only for route management [closed]

Good I need to implement an HTML5 web in 2 languages pagina.com and pagina.com / es. Unfortunately I have a hosting that only allows me to upload files to a public folder or use WordPress or Drupal. My question is how to use some of these servic...
asked by 09.04.2017 / 07:06
0
answers

Why can not some photos on my blog be seen? [closed]

I have a blog with interesting images and notes, but in some articles you see the photos and in others you do not see them ... I do not understand what the reason is. Can somebody help me ? Thank you !! the site is called viral diary and th...
asked by 29.03.2017 / 03:16
2
answers

Delete breadcrumbs

As they are, you know I have a problem, I am occupying Woocommerce with the StoreFront template they offer, I want to remove the breadcrums in the pages and it is impossible for me. Look in the documentation and it shows how to do it, the proble...
asked by 29.03.2017 / 18:24
1
answer

Send data of registered users on a WordPress website to a website on ASP.net

I have searched for a couple of hours and I have obtained almost no information about how to send the data of registered users on a web with WP to an external database of a website on ASP.net automatically . Update with more details: The r...
asked by 16.03.2017 / 21:24