Questions tagged as 'plugin-wordpress'

0
answers

Get the last level category - Wordpess

How can I do to get via query, only the last level of categories of this Woocommerce? Example: Metals > Aluminum > Soda can In my query below it takes the last two levels. select distinct(tt.term_taxonomy_id) as categs from wp_t...
asked by 10.08.2018 / 16:26
0
answers

Show publication date in my news portal in WP

Can anyone help me? I have a news portal and would like to add the date of the cover news, my theme shows that the post was added in so many minutes and does not show the date of the post, I need it to show the date the post was inserted. my por...
asked by 08.08.2018 / 15:58
1
answer

Strings not detected by Polylang.

In a wordpress site to make it bilingual, I'm using the Polylang plugin, however I need to translate the part of Search and I can not. This page is not a page listed in wordpress and the list of Strings to translate, it does not appear. It would...
asked by 01.08.2018 / 17:29
0
answers

query wordpress access control via mysql

I'm migrating a site in wordpress and I need to check the access control for the posts to add them to the new CMS, the site uses the User Access Manager to control access to posts. I have to query directly in the database.     
asked by 24.07.2018 / 18:45
0
answers

Upload a url when you click player play

Hello, I am trying to load a url (open link) when I click play from a player that is a Wordpress (WonderPlugin Audio Player) plugin. I imagine it can be done in javascript, but I do not know how to do it. The player has class set to play. Bes...
asked by 19.07.2018 / 19:21
1
answer

How can I call a php file inside a wordpress plugin

How can I create a file inside a wordpress plugin to receive parameters passed via the front post? the file would need to use the wp_db function.     
asked by 09.07.2018 / 22:41
0
answers

Product Designer in the Dokan plugin

I need to do the following: I have the Dokan plugin In which integrated with Woocommerce, it makes the site a marketplace, but when the customer is publishing a product (segment of personalized t-shirts), he needs to edit, such as uploa...
asked by 27.05.2018 / 21:00
0
answers

Wordpress Plugin to add multiple subcategories of pages at once

I'm developing a structure of pages and sub-pages in Wordpress, but it is difficult and time-consuming because they are on average 100 sub pages and more on average 50 to 100 sub pages of the sub page, and it is exhaustive, plugin to batch all t...
asked by 27.05.2018 / 17:14
0
answers

Check cart is NOT empty Woocommerce 3.4+

I want to check if the cart is NOT empty, but I can not! Can someone help me, please? . add_action( 'wp_footer', 'redirecionar' ); function redirecionar(){ global $woocommerce; if ( !sizeof($woocommerce->cart->cart_...
asked by 03.06.2018 / 13:12
0
answers

woocoommerce - PIS / COFINS for PJ

Does anyone know how to include taxes as PIS / COFINS only for legal persons in woocommerce? I found the tax / fee part, but it is based on the delivery address.     
asked by 24.05.2018 / 15:53