Questions tagged as 'wordpress'

1
answer

DIficencies in HTML editing in Wordpress

Good afternoon everyone! I need to be translating a text from this page (attached the print of the exact location) where I am having difficulty editing the file ... I already tried it by plugin and by Poedit and I could not ... have access to HT...
asked by 14.09.2018 / 17:43
1
answer

replace the external image embedded by the user with the new version of the local host

Good morning, I'm using a plugin called Image Teleporter, it takes all the images the user is going to send attached and automatically saves them in the wordpress library. I would like to know how to replace the image that the user sent in...
asked by 14.09.2018 / 16:18
1
answer

Is there an onus for automatic installation of Wordpress?

Several lodgings offer the automatic installation service of Wordpress. I wonder if there is any difference in website performance when using it (compared to manual installation). Either to make the site more or less optimized.     
asked by 31.08.2018 / 02:27
1
answer

How to call a plugin action through cronjobs

I need to run a hook that I developed inside a plugin at 3 hour intervals, I would like to be able to call this command in an external file so add to the server cron.     
asked by 04.09.2018 / 15:05
1
answer

Error in Wordpress in the Administrative panel

Staff developed a Wordpress site that can be viewed from this link by accessing the wp-admin this error appears, which can be: I installed a plugin of quiz was moving normally and out of nowhere this error appeared     
asked by 20.08.2018 / 21:59
1
answer

Checking if user is logged in to Wordpress (show for visitor)

I want to check if a specific user is logged in to the site, who knows or works with Wordpress knows that this is a very basic thing to do with the code below: <?php if (is_user_logged_in()) { echo 'Olá, Usuário logado'; } else {...
asked by 17.08.2018 / 02:20
1
answer

How to perform specific count of custom posts in wordpress

Hello, I would like your help with the following problem, I would like to know how I can count WordPress posts, using the settings imposed in the code below, to count only posts with meta_key , tipo_de_item value Novo , with p...
asked by 17.08.2018 / 10:23
1
answer

HTML classes in menu with Wordpress

I'm developing a theme with Wordpress and I'd like it to have a menu dropdown . I created some pages as Home . Quem Somos , Contato and a category named Produtos would like the category to be dropdown...
asked by 16.09.2018 / 03:46
1
answer

How to show this year's posts on Wordpress

Hello, I would like to know how I can change the code below so that it only shows the posts for the year we are in. So that when next year comes, just show the posts of the referring year. Keeping in the case the meta_key and meta_valu...
asked by 17.09.2018 / 15:50
1
answer

Help with JQuery $ is not a function [closed]

My .js file $(document).ready(function () { $("#uf").on("change", function () { atualizaProfissional(); }); $("#botao").on("click", function(){ s = $("#municipio").val(); if (s == 1){ $("#imagem").attr("src","https://drgl...
asked by 26.07.2018 / 00:45