Questions tagged as 'wordpress'

1
answer

Use of WordPress to leave site manageable [closed]

I work with frontend and now I want to do some work where I can leave manageable sites so that the users themselves can feed the content. I have some blogs / sites on WordPress and I was thinking of using it. I have a low knowledge in PHP,...
asked by 04.08.2014 / 18:19
3
answers

How to translate wordpress error message

Hello, good morning! I am having a problem and I am not finding the variable to solve it, I have a site in WP and when I try to login and neither the password nor the email exists, I get the error message: ERROR: The username or password you en...
asked by 05.12.2017 / 11:53
1
answer

Show site pages on Google

I'm trying to show a "map" of the site on Google when searched, but I'm not succeeding. Using the Yoast SEO plugin, I configured all the pages of the site, but I did not succeed. When you search the site on Google, only the home page a...
asked by 16.10.2017 / 13:26
2
answers

Display freight calculation on each WP product page

How do I get the freight calculation field to appear on the product presentation screen? Anyone know of a plugin that I can use or have an example ready?     
asked by 28.03.2017 / 22:48
2
answers

Filter WordPress Loop

How can I filter the loop in WordPress? I need to create multiple loop with different filters. Example: Extract the last post from category x.     
asked by 15.07.2017 / 18:56
2
answers

How to add Jquery to a wordpress page?

$(document).ready(function(){ $('.data-encerramento').each(function (){ var $this = $(this); var timestamp = $this.html(); var a = new Date( timestamp * 1000); var months = ['Jan','Fev','Mar','Abr','Mai','Jun'...
asked by 19.01.2017 / 17:39
1
answer

I can not edit wordpress HTML

I'm editing a site made on wordpress.org but this site was created a few years ago, I can modify the html the way I want, upo on the server and the site starts to run with my modifications, which are minimal, I changed some images and text. At t...
asked by 30.11.2016 / 14:11
1
answer

Include file in WordPress

I have a website created in wordpress and I need to include the command include 'config.php'; with some specific functions that I need to use (including access to an external database). However, on every page that I include this code giv...
asked by 24.11.2016 / 22:40
1
answer

How to sort a category post by a Custom field?

I have a platform in Wordpress where a particular category has a Custom field. Is it possible to display the posts in this category if they are sorted by the Custom field that I added?     
asked by 06.10.2016 / 19:08
1
answer

How to complement these queries to get the buyer's data in the bank?

I made these queries below to get the data from the buyer's database and the products he bought. With the first query, I took the ID of the requests and with these IDS I made a new foreach that took the products that each ID acquire...
asked by 22.01.2016 / 11:52