Questions tagged as 'wordpress'

1
answer

Wordpress browse by post

I have a pertinent question that I have been trying to solve at times. On my website I have 2 search modes customized and on different pages, however when creating the 3rd I see the results on the page but I can not use the search block. Someone...
asked by 24.02.2014 / 01:56
0
answers

MariaDB for when I have lots of accesses in wordpress [closed]

I have a site in Wordpress, used MySQL before in CentOS, I decided to migrate to a Debian 7 with MariaDB, but when I have more than 30 simultaneous accesses in the blog, Below is my my.cfg : # MariaDB database server configuration file...
asked by 10.01.2015 / 00:45
1
answer

Configure error log

I'm working with PHP and I'm on the support side, but I do not know the error system well. Is there any material I can read to help me? My biggest problem is the following, many errors are written to the log this way: PHP Fatal error: requ...
asked by 05.06.2017 / 21:35
2
answers

div that works like a textarea does not break line when it is sent

I have a comment plugin for WordPress which has a small problem. It works like this: It is a <div> that works as if it were a <textarea> , only because it works like this, when the user wants to type a comme...
asked by 07.07.2014 / 22:42
1
answer

Wordpress search display

Talk to friends, I would like to know if you have any way to view the search made on a wordpress site like this: Post ="x" format, and Page =" Thanks!     
asked by 02.06.2016 / 20:38
2
answers

Translate Wordpress strings from Portuguese to English

I have a Wordpress installation in pt-br and I have searched for numerous ways to translate theme, strings but none have worked. Most pick up a theme that is standard in English and I translate it into Portuguese. I needed to "translate" some...
asked by 28.10.2015 / 16:15
2
answers

How to remove a Meta Tag created by a WordPress plugin?

How can I remove a meta tag in WordPress? More precisely the meta tag generator created by Visual Composer . <meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/>     
asked by 03.08.2014 / 22:39
1
answer

How can I change the URL of my home page in Wordpress?

I have a website in WordPress, when accessing it it gets dominio.com , but I want only the index of it to change to www.dominio.com/home . That is, when accessing www.dominio.com , change to www.dominio.com/home...
asked by 07.04.2018 / 22:50
3
answers

wp_enqueue_script does not work

I'm creating a WordPress theme, but wp_enqueue_scripts does not work. The code that is in functions.php is: <?php function scripts_and_styles() { if ( ! is_admin() ) { wp_enqueue_script( 'jquery' ); wp_register_...
asked by 12.09.2016 / 14:23
1
answer

Page in wordpress is being redirected to the "official wordpress site"

I've backed up a site in wordpress to run locally and run some tests, but every time I click on visitar o site on the top menu I'm redirected to the live site. I have already updated the option_value column in the wp_options...
asked by 06.09.2016 / 20:41