Questions tagged as 'wordpress'

1
answer

Access denied edit files via SFTP on Ubuntu after upload via Wordpress

I have an Ubuntu VPS (LAMP) and I manage the PHP files from the www folder via SFTP. I use Wordpress on my server, with it I upload folders and files and also delete them. Via Wordpress when I do a new upload of a folder or file and later t...
asked by 28.11.2014 / 15:46
2
answers

How can I adjust the size of the height in a Wysiwyg box

I need to use Custom Post Types and learned how to in this article . However, this article does not teach you how to insert Custom Post Types into Pages and how to leave <textarea> in Wysiwyg format. What I need: Leave it t...
asked by 17.02.2014 / 18:29
1
answer

How to specify the enctype of a gravity form?

I'm using Wordpress with Gravity Forms. I have a form that I am using to submit data to an outsourced website. In detail, this site is expecting data to be sent application/x-www-form-urlencoded , but Gravity Forms is sending multipart/...
asked by 18.02.2014 / 18:50
1
answer

Error 404 (Not Found) on Facebook

I have a problem when sharing a site's links on facebook because the links are right and the following site message appears when sharing:    Error 404 (Not Found) !! The site is in wordpress and exists correctly in addition to having all...
asked by 17.03.2014 / 21:41
1
answer

How to capture the URL of the first image of my post in WordPress?

I have a site in WordPress , but it does not host image on the server itself, only on external servers, it has some form in PHP , to capture this url, , capture the first image of the post, I've seen themes like this, but I do not know how to...
asked by 03.05.2018 / 04:28
1
answer

How to change the background of posts in wordpress and leave each one with a different color?

Hello, I'm having a problem. I'm trying to make each post have a different background color. I tried to use this code below in css but it leaves all the posts of a single color. div.postagem > div:nth-child(1) { background: #edc333; }...
asked by 31.08.2018 / 19:08
1
answer

Enable "featured image" on specific WordPress pages

I used the following command to enable "featured images" in the posts of my WordPress site: // HABILITANDO IMAGENS DESTACADAS EM POSTS add_theme_support('post-thumbnails', array('post')); How do I enable this feature on some site-specific p...
asked by 28.02.2018 / 15:56
1
answer

Keep the form open when sending data to the table

I have this code with several forms within the same page: test1 page: <select id="mudar_produto"> <option value="#produto_1">Novo Produto Higiene</option> <option value="#produto_2">Entrada de Prod...
asked by 22.05.2018 / 10:15
1
answer

Error trying to access admin session in wordpress

My site is working normally, but when I go to the admin session this error starts, until the 29th was working normally, I stayed these days without going in. The error shown below follows:    Fatal error: Uncaught Error: Class 'WP_Http_C...
asked by 04.01.2018 / 17:30
0
answers

Foreach with OrderBy by field Order

I'm trying to make an order by a foreach in the order of categories but it will not! <ul class="categories-legend"> <?php $args = array( 'order' => 'DESC' //this is the default as well ); $ca...
asked by 03.01.2018 / 13:05