Questions tagged as 'wordpress'

1
answer

Permission Bug on the Azure Application Service

I have an Azure application service running wordpress. One day, when updating a plugin, it not only stopped working as the Kudu panel can not see it. Please note: Icanlistinsidethefolderbytheconsoleatthebottomofthescreen,howevertheKuduv...
asked by 08.11.2018 / 22:20
1
answer

error in wordpress query

Good morning everyone! I have the following query: <?php $footerlocal = array( 'numberposts' => 2, 'post_type' => 'page', 'meta_query' => array( 'relation' => 'OR', array( 'key' => 'zona'...
asked by 23.11.2018 / 11:27
0
answers

Several errors like this in console: Invalid or unexpected token

Hello, I'm having several errors like this in the browser console (as pictured). All of these scripts are from Wordpress itself, nothing I put there. I have already disabled all plugins, but the problem persisted. I am using the latest versio...
asked by 02.11.2018 / 17:31
2
answers

How do I assign target="_ blank" to all external links after ajax finishes loading?

Hello, I have a blog in wordpress where I need all external links to be opened in a new tab when clicking. But these links are loaded by ajax and the function I have is done before ajax finishes loading everything. $(function() { $("a[href^='h...
asked by 23.12.2018 / 14:22
1
answer

Positioning the zip code field at Woocommerce checkout

I need to position the field of zip before the address because I will load the address using the api of the mails, I can position the other fields, but the "billing_postcode" does not obey the order, what can be? add_filter("woocommerce_checkou...
asked by 28.09.2018 / 14:17
0
answers

Problems with Loop Wordpress

I am creating the Category.php page and using a Custom Post Type named Father . Within this post type has some categories: 1, 2, 3, 4 etc. What I wanted was that by going to the category 4 page, I would only show the posts of this cat...
asked by 05.09.2018 / 13:05
0
answers

Password Recovery WORDPRESS REST API

Good morning, I'm developing an application, and I use a WordPress web system. That way I use a REST API plugin to get the pertinent information to the system. However, I'm not sure how to implement "Forgot Password?" in the application, using t...
asked by 08.10.2018 / 15:58
0
answers

Wordpress - Custom Post Type and New Taxonomy - Display records only from the selected category

I created a custom post type called "downloads" and created categories for them using register_taxonomy () called downloads-category. In WP-Admin, I was able to register all my files and separate them by categories. It's working fine. But on...
asked by 30.08.2018 / 18:52
0
answers

Get title of wordpress post by SQL

Well, I need something like this: $titulo = get_the_title( $post_id ); update wp_posts set post_content = replace(post_content,'>Episódio','>$titulo Episódio'); I know it's completely wrong, but maybe it helps you understand better. I...
asked by 09.08.2018 / 04:53
1
answer

How to limit the size of the text area on a form in Contact Form 7?

I put a simple form on my site but I'm having difficulty limiting the area destined for user messages (the one that can be resized with the mouse), because it is a standard size that goes beyond the margins of the session. I have not found any o...
asked by 10.09.2018 / 19:13