Questions tagged as 'wordpress'

1
answer

SQL query in WD_usermeta DB

I want to make a query in the Wordpress database because I am creating a page that does the following, according to the user who is registered, this has some referrals, the referrals when registering there is a custom field that is a sponsor whi...
asked by 03.10.2017 / 11:06
0
answers

Google Analytics does not collect data from my website

Recently I have set up Google Analytics on my website developed in Wordpress (www.seresendesarrollo.com). Unfortunately, for some reason that I do not know, I can not get the Google system to collect data. I know that the configuration I have do...
asked by 01.10.2017 / 16:17
2
answers

How to write a javascript in wordpress 4.6?

Good afternoon, how can I put a small code in javascript and how it should go on a single wordpress page. $(document).ready(function(){ var es_safari = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; var mediaquery = w...
asked by 18.09.2017 / 20:07
0
answers

Wordpress "Media Librery" does not load

Recently I created a template from scratch in WP. When I include these lines of code in the functions.php in reference to a database created for that purpose, it does not load the media library. require get_template_directory() . '/inc/databas...
asked by 27.09.2017 / 19:16
0
answers

Fix an item on the bottom in wordpress

I'm designing a page that is dedicated to the broadcast of podcast in direct, it is made in Wordpress, the problem I have is that I can not fix the player that Spreaker provides me (the software in charge of recording and broadcasting the podcas...
asked by 14.09.2017 / 12:54
1
answer

Align images of Products in WooCommerce store

I've really given the CSS of my store a lot of laps to correctly align the thumbnails that appear on the main page of my WooCommerce store. The theme that I use is Ascend from Kaddence Themes although very modified, the css I can not attach i...
asked by 26.09.2017 / 06:01
0
answers

Error 500 when entering misitio.com/wp-admin

I have deleted the folders of the inactive themes that come by default in wordpress due to a problem with malware. I have left only the subject that I had active, that I downloaded. At the moment he will not let me enter the wordpress control pa...
asked by 08.09.2017 / 23:02
0
answers

wordpress and php

Hello greetings to all, I'm a programmer in the php language I just got a job and the boss told me that they use wordpress, and I read a bit about this framework, but I see that it is referenced to the frontend, I saw that there is a connecti...
asked by 01.09.2017 / 05:16
0
answers

Migrate wordpress multisite from local to server

I tried to migrate my project to a server with ftp, but when activating wp as multisite, it does not show the information that I uploaded. It only shows a new blank site. The database is modified by deleting localhost by the address of the do...
asked by 01.09.2017 / 08:09
0
answers

Adding temporary Posts in the Result of the WP_Query

I'm trying to modify the Object that returns the result of WP_Query to add fake posts (which are actually news that feed on a RSS parsed), and I'm stuck on it .. Let's see if I explain myself a little better. I have this: $pos...
asked by 31.08.2017 / 11:38