Questions tagged as 'wordpress'

0
answers

Change the URL of the menu soon to an external link wordpress

Good evening everyone! next: I have a problem with a PHP code for creating attributes, everything is ok apparently, except for a bug where when I create a new option of select form, radio etc and I enter more than 10 options, it stops showing th...
asked by 06.07.2018 / 05:55
0
answers

How do you redirect to / in a wordpress site?

Oops, I have a website made all of it in wordpress, with some texts directly in the code instead of being by the panel, so I need to create a folder called "en" for the English content. But how do I make someone other than Brazil or Portugal be...
asked by 28.06.2018 / 01:01
0
answers

How to create a loop to get all the posts of the network multisites wordpress

<?php $sites = get_sites (); //percorre os sites foreach ($sites as $site) { //seleciona o site através do ID switch_to_blog ($site->blog_id); if ( have_posts() ) {...
asked by 27.06.2018 / 04:20
0
answers

Call Hook from the Storefront at templete Woocommerce

<?php /** * Functions hooked in to homepage action * * @hooked storefront_homepage_content - 10 * @hooked storefront_product_categories - 20 * @hooked storefr...
asked by 04.07.2018 / 21:29
0
answers

Wordpress - Export Zip Upload

I have a Wordpress form where people upload some files, along with their data. Use contact form 7 and contact form db to save the data. The contact form db currently exports it only in excel. Maybe keep the excel file with the data and create...
asked by 28.06.2018 / 20:34
0
answers

Favicon does not appear in chrome front end

I'm new to wordpress and need some help, my website loads the favicon in almost browsers without any problems. It just does not appear in the chrome, but only on the front end. When I open admin, the favicon appears without problems, but it d...
asked by 21.06.2018 / 17:03
0
answers

SMTP connect () failed. outlook365

I looked for other similar topics and none resolved. Let's just say that every single email on the site has stopped working, and is now giving trouble connecting to the server. Look at the settings and the error log: Versions: WordPr...
asked by 21.06.2018 / 15:40
0
answers

Woocommerce search for SKU

How to enable product searches for SKU in site searches? I use Woocommerce. I know there's a way to use a function in functions.     
asked by 14.06.2018 / 20:00
0
answers

Wordpress / PHP - Integration with external API

I have a form in Wordpress (contact form 7), when the user submits, I need to generate a json with the fields and send it to an external API. I need to use a class: <?php if ( !defined( 'ABSPATH' ) ) exit; if ( !class_exists( 'CHN' ) ) :...
asked by 14.06.2018 / 16:02
2
answers

Help with the query_post function WordPress

I'm trying to make a custom posts in my WordPress theme, however I have a problem. I want to get seven Posts on the main page, my index. But the first post I'll stylise differently from the other six. I am repeating the query_posts (). At first...
asked by 12.06.2018 / 16:32