Questions tagged as 'wordpress'

1
answer

Help with wordpress loop to generate api json

Hello, I would like a hangman here in this code: 'Object'=> get_the_nome da imagem que esta no destaque() 'Categoria' =>get_the_nome da categoria follows the complete code: $args = array( 'post_status' => 'publi...
asked by 31.12.2015 / 12:39
1
answer

Export Blogger Images to Wordpress [closed]

I'm migrating my blog from Blogger to Wordpress. How do I do the images, because I will export them and then modify them one by one. Should I do 301 redirect? It is possible? How to proceed in this situation? Look, the URLs I have to do 301 r...
asked by 12.03.2016 / 22:37
1
answer

Template for children of a Wordpress post category

How do I determine the layout style for posts in a specific category? Is it possible to do this?     
asked by 08.01.2016 / 18:33
1
answer

Install wordpress plugin on local machine

I'm doing a site in wordpress, the problem is that since I'm new I'm testing everything on my local machine, so I configured apache and installed wordpress. In the / etc / hosts file I set up my wordpress with the following route: 127.0.0.1...
asked by 22.02.2016 / 16:27
2
answers

Form with multiple windows

I'm trying to make a form with multiple windows, but I do not understand what's going wrong. Test Code What I want to do is that by clicking the buttons it hides and shows the next form. UPDATE I followed @afonso's suggestion, bu...
asked by 29.02.2016 / 16:44
1
answer

Wordpress Loop coming out unlike!

Good morning, I'm doing the loop using wordpress + bootstrap and at the time of showing the content the loop adds some posts as shown in the following image: Followtheloopcode:<divclass="container"> <div class="row">...
asked by 19.04.2016 / 14:28
1
answer

Error when establishing a connection with the Database

I'm getting this message several times: Error establishing a connection to the Database IhavereadsomematerialaboutthisproblemandalwaysthesolutionistoverifytheWP-configfileandverifythattheMYsqlusernameandpasswordarecorrectandcorrect.Isther...
asked by 17.01.2016 / 15:13
1
answer

Wordpress, why the plugins I install goes without css and without javascript?

Hello. I'm trying to put a photo gallery in a wordpress template that I did, however by the time I put the plugin it inserts the HTML into Pages > Add Page And then I added the plugin code [gallery_bank type="images" format="masonry" tit...
asked by 13.01.2016 / 15:50
1
answer

Jquery if element (': visible') [closed]

I'm trying to create an if so if one div is visible, another disappears (in a wordpress template): jQuery(document).ready(function($){ if($('.classe1').is(':visible'){ $('.classe2').hide(); } }); But you are not...
asked by 13.01.2016 / 15:50
2
answers

Index in Wordpress Subfolder

I am mounting a hotsite in php in subdirectory where WordPress is installed. But accessing the folder is giving me the error 404 , being that it has a index.php normally. I researched and could not find a way to resolv...
asked by 27.11.2015 / 12:34