Questions tagged as 'wordpress'

1
answer

Capture visitor IP on a WordPress site in .txt file

I'm trying to register the IP, Referrer, and the link date of all visitors to my Wordpress site in a .txt file, but I'm not being sucessed. I've tried the Plugin ' WebRTC IP Grabber & Logger (STUN VPNs) ', but this only registers the IP...
asked by 02.04.2017 / 15:52
0
answers

How to optimize the site according to the analysis response?

Recently I blogged for my wife, link which I am now working on to optimize site response time. I'm using Google's PageSpeed Insights to build on me if I'm making progress on optimization. At the end of the review, it generates a report...
asked by 08.08.2017 / 21:40
0
answers

Upload thumbnail post type frontend via AJAX

I have a professional registration form, where the same is registered by entering name and image (photo). This registration without the use of Ajax, I can do, but it must be done in Ajax, and the image I can not send, even using formData. Here's...
asked by 14.01.2017 / 01:06
1
answer

How to create and display a condition through a variable in the cart?

Next, I have some problems to solve in my e-commerce, one of these problems I will explain below: I need to create the following condition: Today my e-commerce has a variable that is applied to each product, this variable is production day...
asked by 10.09.2016 / 19:55
0
answers

What are the advantages and disadvantages of using Wordpress and doing it from scratch? [closed]

In college, I and some colleagues are thinking about developing a project and it will eventually turn into something big, so I was quoted using Wordpress . Being more specific, what's the difference between using a CMS as Wordpress or us...
asked by 31.08.2016 / 20:25
0
answers

Change Tittle Section [closed]

Good evening, I need help so that a text accompanies the title of the page. Here should show "test" instead of "blog"     
asked by 11.07.2016 / 04:17
1
answer

Personalized wordpress user registration

I need to register users in wordpress, and to register information of this user in another table of the database global $wpdb; if( count($_POST) > 0) { $userdata = array( 'user_login' => $_POST['nome'], 'user_url' => '...
asked by 17.06.2016 / 23:17
1
answer

Site is displaying posts from May 2, however, some access the regularly updated news

I manage the site www.atodahora.com.br - Since May 7, at 12 o'clock, in my office, I visualize it as if the date was May 2. I do not see anything else. This happens with other connections. It turns out that in other places, a lot of people see t...
asked by 09.05.2016 / 18:26
1
answer

How to replace image code in posts?

When you insert an image using the "Add Media" button, WP generates an HTML code, such as: <a href="http://host/linkdaIMG"><img src="http://img.cdn.net/papel.jpg"alt="image_name" width="800" height="600" class="image_class" /></...
asked by 04.07.2016 / 21:13
0
answers

Add button to insert shorcodes in the Wordpress page build menu

I am studying how to do things for Wordpress, I was able to make a plugin that creates a form with multiple screens and field options and buttons. So far the options I pass in shortcodes is necessary to know the code to know what options to p...
asked by 31.03.2016 / 18:09