Questions tagged as 'wordpress'

4
answers

JavaScript error in Wordpress admin after upgrading to version 3.8

Recently I upgraded a WordPress 3.0 installation to 3.8 and the drag and drop functionality stopped working. I noticed two JavaScript errors on the page in the load-scripts.php file indicating an ILLEGAL token . The error I got from...
asked by 03.01.2014 / 20:51
1
answer

How to enable PHP Sessions in Wordpress?

I'm developing my website using the Wordpress platform. I needed a lot, but very much, to enable PHP Sessions inside the platform, so logged-in users can stay logged in to the subdomains I'm creating. Any suggestions? I already tried to en...
asked by 15.01.2016 / 18:44
1
answer

Is it safe to use TimThumb?

I'm making a website and I started using the TimThumb.php library to resize the images to the exact size I want. However I came to two doubts Is it safe to use? hear that past versions presented vulnerability; Doing the usage will imply...
asked by 20.12.2015 / 22:41
1
answer

Move a great website Wordpress itself to Wordpress.com [closed]

I would like some help to move a large 11-year site with 38 Gb storage for wordpress.com. I found some instructions in the official help database, but I'm not sure we can track them without losing data.     
asked by 15.10.2018 / 15:28
1
answer

List custom post type of several taxonomies

I've used this code: <ul> <?php $args = array( 'post_type' => 'integrante', 'orderby' => 'title', 'order' => 'asc', 'lang' => 'pt', 'tax_query' => array( 'relation'...
asked by 03.02.2016 / 18:01
1
answer

Click on the Link and open a player below it

I have some links, for example: Link1 Link2 Link3 Link4 and I would like that when I click on Linkx it opens an "embed" just below it and that each Link brings its corresponding video. / p> I'm working on a t...
asked by 24.09.2015 / 19:08
2
answers

"Share on WhatsApp" link

Based on this code <li><a class="whatsapp" title="<?php esc_html_e( 'Compartilhar no WhatsApp', 'grandmagazine' ); ?>" target="_blank" href="whatsapp://send?text=<?php the_permalink() ?>&url=<?php echo get_p...
asked by 04.08.2018 / 18:26
2
answers

Dynamic HTML Site [closed]

I'm a beginner developer and I make static sites in HTML / CSS. Now, I'm designing a news site. The site is ready, but it needs to be dynamic, that is, that the client can insert new news on the pages and also that the news that appears in th...
asked by 08.02.2017 / 17:29
1
answer

Google query categories

I have a website with wordpress karanalpe.com.br . When I perform a search for it on google the following information is returned: WhenImakeaqueryforanothersite(landforexample)itispresentedaccordingtosomecategories.Let'ssee: The catego...
asked by 25.07.2017 / 15:10
2
answers

How to install plugins in separate accounts?

I have: an FTP server with CPanel running on WHMCS three MySQL databases linked to different users three WordPress accounts associated with the above databases How to install a plugin separately, and connect the installation of this...
asked by 21.09.2015 / 17:45