Questions tagged as 'wordpress'

1
answer

Dynamic Parameter for Wordpress plugin

I need to send a parameter to my plugin , this parameter is the path of that user's folder. Variable example: $folder = /clientes/id_1/ $folder = /clintes/id_2/ $folder = /clientes/id_3/ These folders are generated automatically, each c...
asked by 15.12.2014 / 16:18
0
answers

Wordpress Image - Custom Header

I'm creating a theme from scratch in Wordpress, and I would like to make a background with a custom image in the header. I'm trying to do it on the same front-page.php. First, I tried to access the image through the path: img / background...
asked by 17.12.2014 / 21:10
1
answer

How to call certain category for a wordpress page

I am creating a theme for wordpress but I am not able to call certain category on a page (which is in the menu). For example: I have a page in the MUSIC menu and I would like it to call 1 example category: ROCK. I tried the code below but...
asked by 14.01.2015 / 23:37
0
answers

Decrease the height of a div

I want to make a change in div height on my site, but I do not know exactly where to edit, I'm new to WordPress and I do not understand much programming and I'm kind of lost. It is div of the newsletter of the home page of the s...
asked by 24.01.2015 / 04:23
2
answers

Open specific accordion when clicking on a list

My problem is this: I have a list (ul > li) that when clicking on one of them, should go to a page where it contains the specific accordions. The site is this: www.alfacontabil.com.br On the home page I have Services and Inquiries, each...
asked by 27.05.2014 / 22:45
2
answers

Problems WordPress category

I am taking care of a news site in WordPress and I noticed that when more than one category is selected by subject of the following conflict: BytheURLI'montheLifestylecategorypageonlyitreturnstheHealth/Beautymatter.Thesesubjectsaremarkedascateg...
asked by 10.07.2017 / 17:47
1
answer

Error inserting highlighted image and into Wordpress media

I'm trying to insert images into wordpress media, and in highlighted images, however, regardless of whether the file is too small or too large, when loading, returns me an error message "Error sending, please try again later." What should I do t...
asked by 22.12.2015 / 19:13
2
answers

Add code analytics to blog Wordpress

I'm trying to change the Analytics code of a blog in Wordpress. However, I do not have much knowledge and I'm having trouble figuring out how the code was added. As I researched, I was able to figure out 3 ways to add analytics code to word...
asked by 19.02.2018 / 17:09
1
answer

How to put bootstrap 4 slider in wordpress

I'm having difficulty implementing the bootstrap 4 slider within wordpress, I created a custom post type called promocao where the highlighted image will stay on the slide. Follow my code. I've tried it in several ways. I will be very grateful i...
asked by 18.05.2018 / 02:12
1
answer

Send meeting invitation with PHPMailer

When creating a new event in the calendar, it automatically sends an email to the person responsible for this event with the information that a new event has been marked like this: try { $bdd = new PDO("mysql:host=$hostname;dbname=$databas...
asked by 14.09.2018 / 14:01