Questions tagged as 'wordpress'

4
answers

How to get the user id logged in wordpress

I'm doing a php script and I need to get the user id, I have this code: <?php include_once 'wp-load.php'; echo get_current_user_id(); ?> But it returns 0. It's clear that the script I'm doing outside the Wordpress environm...
asked by 04.09.2018 / 02:40
1
answer

Wordpress failure

I do not know if it's because of the latest Wordpress update, but the backend is causing problems. When I try to access a plugin ( Contact form 7 ) this appears: Fatal error: Uncaught Error: Call to undefined function mysql_real_escape_stri...
asked by 10.02.2016 / 13:13
1
answer

Update post meta on wordpress and woocommerce

I am creating an e-commerce based on tourism where on the payment page the purchased trip is shown along with the number of people who are going to travel. This amount can be changed on the same page and then after the change the traveler's data...
asked by 02.10.2016 / 23:10
1
answer

Import blogger to a specific wordpress page

Well, I have to make that migration, but the web that I have made in wordpress has a specific section for the "blog", if I have specified that page as "page of entries" the content of blogger will be migrated directly there? Where will the new i...
asked by 25.09.2016 / 19:16
2
answers

Photo caption when mouse is passed over

I am trying to modify a wordpress template of "envato market" called Kalium, it is a template dedicated to show photographic content, portfolios and galleries of various types, one of those types is one called "lightbox portfolio". In the opt...
asked by 24.08.2016 / 11:24
1
answer

Woo commerce change a single product link

By default, WooCommerce creates a link in both the image and the product title when it is created, which takes you to its own page. My intention is to change this link to take the client to another page where you can add designs to that product....
asked by 12.05.2016 / 15:37
1
answer

Failed to solve the errors indicated by Google developers pagespeed js + css [closed]

I am working on a web page and it is already uploaded to the hosting (but since I have to fix some things still, I have closed the access). The issue is that I opened it a moment to see what google used to tell me in its tools for uploading a we...
asked by 28.05.2016 / 20:54
1
answer

Change of domain in Wordpress

I recently had an account on wordpress.com for a client's job. Said client bought a tpaf.org domain, now I need my page to go to the address www.tipaf.org and not tipafdot.wordpress.com. I already change my domain by default for the new purchase...
asked by 04.05.2016 / 17:55
4
answers

Remove virus in wordpress with SED in a vps with linux

I have a vps with more than 100 wordpress installations and they all have a script in their header or header.php var _0xfcc4=["\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x47\x45\x54","\x6F\x70\x65\x6E","\x73\x65\x6E\x64","\x72\x65\x73...
asked by 28.09.2018 / 16:03
2
answers

Change a text using CSS

I need to change a text within a tag using CSS. I already try to do this: .course-media .quick-view .btn:before { display:true; content: ' Registrate ahora '; } But this nothing else adds a text before. Also try with after but add a...
asked by 16.08.2017 / 23:39