Questions tagged as 'wordpress-theme'

1
answer

How to return a Category ID in WordPress?

I need to return the ID within this function: $ field = odin_get_term_meta (CATEGORY ID HERE, 'cattitle'); I tried with get_term_meta () and get_terms () and nothing. I guess it's pretty simple, I do not know where I'm going wrong.     
asked by 18.02.2017 / 17:41
2
answers

Error in uploading Wordpress themes

I'm trying to upload a wordpress theme whose size is 40MB. Whenever I try to upload, the file loads all and at the end appears the error: "413 Request Entity Too Large". How do I solve the problem?     
asked by 20.02.2017 / 14:26
1
answer

View wordpress posts by category

I use the code below to display posts in the ID 1 category , but instead of using the ID category, I'd like to use slug EX: cat = news <?php query_posts('cat=1'); while ( have_posts() ) : the_post(); ?>     
asked by 26.01.2017 / 23:12
1
answer

Wordpress Function Enqueue - I can not add Jquery in theme

I'm trying to add jquery to the theme, all css and js that I place in function are usually added to the code, but the jquery that is in my theme directory is not being added. The file exists in the same folder as /js/bootstrap.min.js fu...
asked by 17.01.2017 / 14:06
1
answer

Display image next to the category related post title

I need to display a category-related image of the post next to the title of the post , so I installed the Taxonomy Images . I'm trying to make the display through the command used by the documentation: print apply_filters( 'taxonomy-ima...
asked by 26.04.2016 / 21:06
3
answers

How to fill in form data of the Wordpress theme using jQuery

I'm using a theme that has its own form structure. I need to make this formulário access data from the fipe table API and fill in the field make and model of the car: Itriedtoinserta<option>insidethe<select>ofthemark,usi...
asked by 03.03.2016 / 21:45
1
answer

How to create a new PostBox in WordPress

I would like to know if it is possible, and how, to create a BoxPost type like that of the image, but inside the box , instead of categories I wanted something "Titulo", "Ano", "Director", "Cast", <select> .. these things. And t...
asked by 14.12.2015 / 16:25
1
answer

How to list all posts in a custom page? WordPress

Well, I've created a custom page where I need it to return everyone the posts you have registered on the site, just like home. I tried to do it in the normal way, creating a custom page and assigning elá the same code that is in index.php...
asked by 16.12.2015 / 15:12
2
answers

Edit theme in WordPress [closed]

Is it possible to edit a theme in WordPress without affecting its structure, and add more functionality to the theme of a third party?     
asked by 12.01.2016 / 19:22
1
answer

Viewing Wordpress pages

I need help here on pages and display with Wordpress. I have to make a website for a company to provide services, and that this company has 2 branches in different cities, and each city has its corresponding plan. When entering the site has to o...
asked by 19.08.2015 / 15:44