Questions tagged as 'wordpress'

1
answer

Graph facebook with comment counter does not work anymore

I created a function in PHP that added the number of comments made on facebook and wordpress to show in each post, but I think because of facebook plugin updates, the code no longer works. I've tried to create a new app on facebook to use the...
asked by 25.10.2016 / 05:03
1
answer

How to change Wordpress .htaccess via FTP

I need to make changes to the .htacces of my wordpress, but I think the file I found is not the correct one. Does anyone know where .htaccess is that change the pages of wordpress?     
asked by 21.12.2016 / 20:36
1
answer

How to run an external script from a WordPress form?

I just installed the latest version of WordPress and created a page with a simple form. <form class="" method="post" action="insert.php"> <input name="name" placeholder="Name"> <input name="email" placeholder="E-Mail">...
asked by 02.11.2015 / 12:05
1
answer

Display Wordpress User Profile information on the page, only when its field is filled in

I created fields for social media in the profile editor for a template. I tested on static links and they are working correctly: function author_social_media ($profile_fields){ $profile_fields['facebook'] = 'Facebook URL'; return $p...
asked by 19.11.2015 / 19:19
1
answer

Disable Debug Mode in Wordpress

Problem I have a WordPress template, which was working normally. At some point, without altering anything, the following error began to appear at the top of the page: Debug Mode On Array ( [page] => 0 [ad_listing] => [..] What...
asked by 04.04.2016 / 13:57
1
answer

Center text within an image in div

I have a little problem on this blog that I work on, link The grids of posts just below the logo are working everything OK, however, as you can see the text (title of the post) when the mouse is above is not in the middle correctly, for exa...
asked by 06.09.2015 / 04:19
1
answer

Sending SMTP mail in WordPress via server with self-signed certificate

I have a WordPress Multisite (4.3) on a server where the sending of emails is blocked. To send e-mail, an external server with authentication must be used. By default, WordPress's native wp_mail() veloper function internally uses PHPMailer wh...
asked by 27.08.2015 / 17:45
1
answer

How to include Bootstrap files in a theme?

I'm trying to include Bootstrap's responsiveness in Wordpress, I tried via CDN and among some other methods but it works sort of partial. For example: If I apply classes type container , row , a button with class alert works,...
asked by 04.07.2015 / 04:34
2
answers

Page with same wordpress post_type slug

Good I have a post_type of wordpress calling products. I created an archive-products.php and inside it I have the loop. Inside it, you need to have an editable content before the list, and for that you have the page called Products, inside...
asked by 25.02.2015 / 19:36
1
answer

Allow access to other directories with .htaccess

I have a Wordpress site installed in the root and a work order manager in a folder called /Sistema . The problem is that when I type www.meudominio.com.br/sistema/ , you are redirecting to page 404 from Wordpress. The .hta...
asked by 06.02.2015 / 00:54