Questions tagged as 'wordpress'

1
answer

failed to use get_header in wordpress

I'm setting up a wordpress system to make development easier, and I created a theme and put it in the \ wp-content \ themes folder. The index.php, header.php, and footer.php files are in the \ wp-content \ themes \ Themacuria folder. I put in th...
asked by 07.06.2016 / 19:39
1
answer

WordPress before post without the link "read more"

Hello, I'm a beginner on the Wordpress platform, and I find myself in a situation where I do not want the "Continue reading" link to appear in the previews of my posts. To add the previews of the posts in home, I used the following code:...
asked by 04.05.2016 / 16:32
1
answer

Custom Fields: Not showing up on the site page!

I have a page with custom fields, so far so good, but when saved on the site does not appear the field, which would be a BLOCK. Iusedthecode<?phpthe_meta();?>anditappearedso,messy: I do not know what to do! This site was developed...
asked by 13.04.2016 / 23:16
1
answer

Temporarily disable WooCommerce store

How to make a WordPress store made with WooCommerce plugin in maintenance? I thought about taking the 'LOJA' menu from the top of the site, but if someone had the link saved in the browser, I could use and access it normally. I thought a...
asked by 06.04.2016 / 18:18
1
answer

Display image next to the category related post title

I need to display a category-related image of the post next to the title of the post , so I installed the Taxonomy Images . I'm trying to make the display through the command used by the documentation: print apply_filters( 'taxonomy-ima...
asked by 26.04.2016 / 21:06
2
answers

Get the name of the files sent by the form

I'm trying to get the name of the files after submitting the form: add_action('gform_after_submission_5', function ($entry, $form) { $file_url = $entry['5']; $filename = basename($file_url); }, 10, 2); When giving a var_dump $...
asked by 25.04.2016 / 21:29
1
answer

Use the same disk for 2 VMs on Azure

I'm with 2 Vs (Ubuntu 15.10) and a load balancer on port 80 to balance and distribute access to them. In these Vms I will use an application in Wordpress, however I would like to know how I share a disk between these two Vms so that both can acc...
asked by 22.03.2016 / 18:45
1
answer

Remove FORCRAFT link from wordpress

We have developed a vehicle protection association system and a landing page for it ( Sistemavalor.com.br ). We use Wordpress to develop the landing page and to develop the contact forms we use the FORMCRAFT plugin. It turns out that at the end...
asked by 18.04.2016 / 17:50
3
answers

How to fill in form data of the Wordpress theme using jQuery

I'm using a theme that has its own form structure. I need to make this formulário access data from the fipe table API and fill in the field make and model of the car: Itriedtoinserta<option>insidethe<select>ofthemark,usi...
asked by 03.03.2016 / 21:45
1
answer

Get Link from the product category and display a list with the product subcategories of woocommerce

I use this code to display a list of sub categories of Wordpress posts, I wanted to know how I would instead of picking up the category of posts I pick up in the category of Woocommerce products. <!-- CATEGORIA --> <?php $...
asked by 11.05.2016 / 14:32