Questions tagged as 'wordpress'

1
answer

Change the meta robots WP

Colleagues. I took a project that was developed in WP. Unfortunately I do not know how to play WP, but I would like to change the line: <meta name='robots' content='noindex,nofollow' /> Inside the header.php file has the line: wp...
asked by 15.01.2017 / 20:04
1
answer

How to list only the highlighted image of a post?

How can I show on my page only the highlighted images, without titles and description on my page? This is my structure: <?php $args = array( 'posts_per_page' => 1, 'category_name' => 'primeiro-conceito' ); $myposts = g...
asked by 01.12.2015 / 19:05
1
answer

Shorten Google Analytics tracking URL (variables only)

I would like to shorten a URL from my WordPress site as follows: www.meusite.com/?utm_source=FONTE&utm_medium=MEDIUM&utm_campaign=CAMPANHA for something like www.meusite.com/?urlencurtada Where ?urlencurtada will recei...
asked by 06.02.2016 / 04:23
1
answer

Display codes on the front end without being executed by Edit Post

I need my front to present codes and scripts without them running POSTS. Is there any plugin for this? I've used <pre></pre> , but HTML tags still run. See the image below front . There is a green frame because the HTML...
asked by 31.08.2015 / 17:02
1
answer

keywords in the site in wordpress, how to put it?

I have a site made in wordpress, quiet. The posts and pages are with keywords, but how do I put them on the main page?     
asked by 28.07.2015 / 20:46
2
answers

How to deploy with Wordpress

I want to increase the agility of my projects with Wordpress . I usually use git only in themes. When everything is ready, I upload the theme in the traditional way, via FTP. Of course, I know it's wrong and that's not the way to go...
asked by 28.06.2015 / 15:00
1
answer

Install Nesbox emulator on Wordpress

I'm trying to add the Nesbox emulator on a Wordpress site, but it's not working because I do not know where in Wordpress I should add the emulator folder, so it works the way the developer explains. <div> <div id="emulator">...
asked by 10.10.2015 / 01:11
2
answers

Delete post through meta_value Wordpress

When I create a post in Wordpress, I determine an expiration date through a plugin called PostExpirator. My question is how do I delete these posts from the home page, categories, and the like when they expire. In addition, I would like to ma...
asked by 08.10.2015 / 20:33
2
answers

Keep Settings When Changing URL - Wordpress - Theme: Adventure - Organic Theme

I'm having problems theme settings when changing the URL of a wordpress site using the Organic Theme's Adventure theme. I made some scripts to change the functions in the database, which is ok! And it works with other themes perfectly. H...
asked by 11.09.2015 / 21:09
1
answer

Photos and custom attachments in Wordpress

I need to put gallery of photos and attachments in the posts and pages of Wordpress, but with a custom style in the view inside the post. How do I just upload the images and files in the edit, linked them with the post , and then view to see...
asked by 31.03.2015 / 13:08