Questions tagged as 'wordpress-theme'

1
answer

DIficencies in HTML editing in Wordpress

Good afternoon everyone! I need to be translating a text from this page (attached the print of the exact location) where I am having difficulty editing the file ... I already tried it by plugin and by Poedit and I could not ... have access to HT...
asked by 14.09.2018 / 17:43
1
answer

HTML classes in menu with Wordpress

I'm developing a theme with Wordpress and I'd like it to have a menu dropdown . I created some pages as Home . Quem Somos , Contato and a category named Produtos would like the category to be dropdown...
asked by 16.09.2018 / 03:46
1
answer

Which file in the wordpress theme that arrow the language to be used?

I created a .pot and .mo file with a translation of a theme into Brazilian Portuguese, so this update is not being applied, it still continues to load the strings in the original language. Does anyone know which file is responsible for setting /...
asked by 30.04.2018 / 17:27
1
answer

Customizing Wordpress Custom Post Type Screens

I'm working on a template and classified plugin for a project (because the client has field needs that other plugins do not provide), however I can not insert custom fields in the post and post view screen, into a gallery of images or price fiel...
asked by 29.12.2017 / 08:58
1
answer

Doubt wordpress

I have a very basic question. I'm starting to use Wordpress and would like to know what I need to do to set up the onepage theme. I downloaded the template but when I install it it is in a blog format. How to use the theme as page onepage as...
asked by 05.01.2018 / 15:53
1
answer

Specific css file for each wordpress page

I'm making some custom pages in a wordpress template and would like to put a css stylesheet in each one right in the header. Is there any way to do this? I tried to get the page title and I could not. Just the post.     
asked by 03.08.2017 / 20:26
1
answer

Wordpress - From the second page is giving 404 error - Not Found

I'm creating a theme in Wordpress and it's time to paginate. I was able to create the menus below indicating how many pages have and the next and previous pages. Just by clicking next or the page number I want to see is returning the 404 N...
asked by 02.08.2017 / 17:05
1
answer

How to add another form field in wordpress?

In the "add new" part in wordpress there are only two form fields, I need to put more, but is it possible to do this by creating a plugin?     
asked by 12.08.2017 / 17:08
1
answer

The wordpress code is modified, but the blog does not update. What will it be?

I have a question I do not know how to ask, I will try to be clear and objective. I'm learning how to edit wordpress blogs and I'm using the Ribbon theme. :   link But every time I edit the code, it takes some time to update and pop up th...
asked by 14.07.2017 / 06:13
1
answer

How to use $ wpdb variable in wordpress

I have this code in a php file inside the wordpress installation, it does not work, I do not know what is wrong. global $wpdb; $tableName = "wp_posts"; $result = $wpdb->get_results("SELECT * FROM $tableName"); foreach ($result as $row) {...
asked by 08.03.2017 / 19:52