Most voted "wordpress-theme" questions
Wordpress themes control the appearance and presentation of the site content. Use this tag for questions related to website frontend design and operation.
Learn more…167 questions
Sort by count of
-
1
votes1
answer3976
viewsError in Wordpres JQMIGRATE: Migrate is installed, version 1.4.1
This showing JQMIGRATE: Migrate is installed, version 1.4.1 error on my worpdress site only when I use the Google Chrome browser. In mozila and edge the site works normal and the scroll effect also.…
-
1
votes1
answer122
viewsUsing the awesome Font icons in Woocommerce?
How to use icons from Font Awesome on the Woocommerce pages?
-
1
votes1
answer317
viewsPopulate input with array
Hello, In my code jquery has a part like this: $("#show").append("<img src=" +attachment.url+" alt="+attachment.alt+" title="+attachment.title+" description="+attachment.caption+"…
-
1
votes0
answers22
viewsMap showing that exists without existing
I have a problem a little strange, I added a map per kml on the site but then I went to try to change this map for another, I noticed that it did not change, I cleaned the cache and I did everything…
-
1
votes1
answer352
viewsOption template does not show on wordpress custom page
I am creating a new tab equal to "page" however, separate, staying as the image. The problem is that I created a custom template, I created my theme myself, in the "pages" tab appears the template…
-
1
votes0
answers26
viewsMeta-box Wordpress plugin function does not return image with size set
I installed in Wordpress the plugin Metabox and added the field Image Advanced, in the file Function.php added to the following a custom thumbnails with this setting. add_image_size(…
-
1
votes0
answers692
viewsDisplay the terms of a custom post Taxonomy
am with the following problem in creating a wordpress theme. I created CPT called child and for it I created a tag taxonomy. Everything is working normally but when I call this CPT post in…
-
1
votes3
answers735
viewsHow to translate wordpress error message
Hello, good morning, good morning! I have a problem and I am not finding the variable to be able to solve, I have a site in WP and when you try to login and neither the password nor the email exist…
-
1
votes1
answer45
viewsWordpress shortcode to insert layouts
I am creating a Wordpress template for a client, and I need to insert layouts in the pages, so I created the following shortcode on functions.php of the template: <?php function…
-
1
votes1
answer650
viewsHow to grab only the post image in wordpress?
How I only get the link from the post image in the worpdress to put in the bootstrap card element? <?php $arti_query = new WP_Query(array('category_name' => 'artigos')); if (…
-
1
votes1
answer103
viewsWordpress Wp_query - How to show parent post only?
Good evening everyone, I have a CPT where each post has its child, when listing this with Wp_query, on the page is shown all posts (father and son), but I want to show only the posts 'father', how…
-
1
votes1
answer131
viewsCatch Taxonomy Name According to Slug - Wordpress
I was wondering if you could catch the name of taxonomy(wordpress) according to the Slug that is in the url(http://localhost/tag/Weg/? taxonomy=command-and-protection). Information of the Taxonomy:…
-
1
votes1
answer684
viewsHow to list all categories in wordpress menu automatically?
I’m trying to list all the wordpress categories to form a dropdown menu with them as the menu is created in the admin panel of the theme. I want where the category item is in the image menu below to…
-
1
votes0
answers459
viewsDisplay login username in wordpress
I have a site in wordpress, use the template TOTAL. In this template, at the top of the site appears the login message for the user to login, and it changes to logout when the user is already logged…
-
1
votes2
answers83
viewsHow to disable the Woocommerce CSS from the zero theme I created?
Hello, I’m encountering problems when using Wordpress Woocommerce. I created a theme from scratch, but when installing Woocommerce all the visual part I built was changed by the Woocommerce plugin.…
-
1
votes2
answers40
viewsRelated Posts Wordpress
Fala galera, I am developing a wordpress theme, and on a page I use a function to pick up related posts, it picks up all posts to the current. But he wouldn’t need to take the current one, what…
-
1
votes1
answer103
viewsLimit amounts of categories in wordpress
Hello, all right. I have a question here and I’d like a little help from you I have the following code: <?php $prod_marca = get_field('categoria_e_tags_marca'); if( $prod_marca ): ?>…
-
1
votes2
answers145
viewsHow to create a single page in Wordpress for a post-type?
I created a specific Post-type in functions.php: // Meus posts types function meus_posts_type() { // Testemunhos register_post_type('testemunhos', array( 'labels' => array( 'name' =>…
-
1
votes1
answer577
viewsList Categories and Subcategories on the Site - Wordpress
I am currently with a site project, and I have a list of Wordpress taxonomies, so: -- Engines (parent) --- Single Phase Motors (son) --- Three Phase Engines (son) I wanted to know how to create an…
-
0
votes2
answers175
viewsHow to create a Wordpress theme/template that updates itself?
It has how to make a theme/template in Wordpress, that when I make an edition in it, it updates itself, without needing to be uploading?
-
0
votes1
answer4196
viewsA menu for each page
Problem: The side menu appears on all pages. I wish I could use a different side menu for each page. I know this has to do with the Wordpress theme. I’m kind of novice with Wordpress. I’m using a…
-
0
votes1
answer197
viewsWP Custom Post Type
The correct thing would be to have the same behavior as "Category" of post type "post" wordpress, but it does not happen. For example when I access http://localhost/projeto/anunciantes/ I have how…
-
0
votes1
answer60
viewsShow Featured Image with Crop at index.php
I’m programming on this link http://catalogos.axitech.com.br/ and need to solve this structure since 1 to 4 squares has an image highlighted almost twice the size of other images. I know more or…
-
0
votes1
answer792
viewsHow to customize og tags (Open Graph) on the post page - Wordpress
I am creating a template from scratch for Wordpress, but would like to change the content of og tags according to the content of the post, ie set image title and description Thank you in advance…
-
0
votes1
answer78
viewsCreating a Wordpress Ad Insertion Area
Inside Wordpress I wanted to create a field, that when I post a featured image it would leave the image there, simple thing (think). Example is Orbit Slider, where the featured images turn to…
-
0
votes1
answer829
views"Headers already sent" error when creating tables in plugin activation
I am developing a plugin for Wordpress, in which during the activation, two tables that relate should be created. My code is like this: function create_tables(){ global $wpdb; require_once(ABSPATH .…
-
0
votes1
answer1052
viewsDeveloping Theme in Wordpress - Widgets do not appear
I’m trying to develop a theme, from scratch, in Wordpress, accompanying video lessons. The problem didn’t just happen to me, there are people commenting on the same problem that is the fact that,…
-
0
votes0
answers552
viewsWordpress Image - Custom Header
I am creating a theme from scratch in Wordpress, and would like to make, in the header, a background with a custom image. I’m trying to do it on front-page.php myself. First, that I tried to access…
-
0
votes1
answer227
viewsHow to Enable My Header/Header Panel - Wordpress
I need to activate my header so I can customize my header through the features that the wordpress panel itself offers. In this image is highlighted the option I want to activate. The fact that it is…
-
0
votes1
answer49
viewsProblem with Wp Query
I have a loop problem when I do a wp_query. See my code: $query_video = new WP_Query( $args ); $args = array( 'post_type' => 'post', 'category_name' => 'videos', 'posts_per_page' => '4',…
-
0
votes2
answers76
viewsHow to save information "not serials" in wordpress
Next, I’m a designer and I have to manage here in the back-end of life in what I can do, so I apologize for using "would not be"... I know that in Wordpress it is possible to save the data using…
-
0
votes1
answer2148
viewsHow to add more fields in Wordpress users registration wp-login
I developed a site that contains a user registration, then the site administrator releases this registration, but need to add some more fields and by default Wordpress only asks for username and…
-
0
votes2
answers93
viewsCan anyone explain this logic to me in Wordpress?
Good saw this logic in Wordpress theme developed by a colleague, and there was the following logic: <?php $i = 0; $post_type = new WP_Query( 'post_type=cpt' ); if ( $post_type->have_posts() )…
-
0
votes0
answers51
viewsReplace this Wordpress symbol (List of items)
When placing a content from a pdf file to Wordpress, the lists of items appear as this strange symbol instead of the traditional polka dots. Is there a way I can dynamically replace it without…
-
0
votes2
answers943
viewsIndex in Wordpress Subfolder
I’m riding a hotsite on php in subdirectory where the installed WordPress. But by accessing the folder you’re giving me the error 404, being with a index.php normally. I searched and could not…
-
0
votes1
answer35
viewsModifying image size inside the wordpress content
For friends who understand wordpress, could you give me a hand? I need to modify the size of the images inside my content, image inside the posts. I took an image resizing function here and works…
-
0
votes1
answer95
viewsDisplay of Wordpress pages
I’m in need of a help here about pages and display with Wordpress. I have to make a website for a service provider, and that company has two branches in different cities, and each city has its…
-
0
votes2
answers178
viewsHow to create a new Postbox in Wordpress
I would like to know if it is possible, and how, to create a kind of Boxpost like the image, only inside the box box, instead of categories wanted something to ask for.. "Title", "Year", "Director",…
-
0
votes2
answers2569
viewsEdit theme in Wordpress
It is possible to edit a theme in Wordpress without affecting the structure of it, and add more features to the third party theme?
-
0
votes1
answer531
viewswordpress grab the meta_key value url
I would like to get the separate value url placed on meta_key , I have a custom field "Custom file" called mp3 then put the mp3 multiple fields would like to pick url of each value this code below…
-
0
votes0
answers45
viewsWordpress pagination using wp_pagenavi
I am making a pagination in wordpress using wp_paginavi. is working, he is creating the pagination, the problem is that the posts are not changing according to the pagination. My loop: <?php…
-
0
votes1
answer119
viewsDisplay image next to category related post title
I need to display an image related to the post next to the title of post, then I installed the plugin Taxonomy Images. I’m trying to make the display through the command used by the documentation:…
-
0
votes1
answer146
viewsHelp with wordpress loop to generate json api
Hello good morning I would like a noose here in this code: 'Object'=> get_the_nome da imagem que esta no destaque() 'Categoria' =>get_the_nome da categoria follows the complete code : $args =…
-
0
votes1
answer178
viewsDirect to another external Wordpress page
Colleagues. I am trying to touch Wordpress and confess that I am taking a huge beating. I have to create one more item in the menu in the Wordpress manager ( wp-admin ) and I saw that I have to…
-
0
votes1
answer2569
viewsError when establishing a connection to the Database
I’m getting this message over and over again : Error when establishing a connection to the Database I read some articles about this problem and always the solution that indicate is to check the…
-
0
votes1
answer20
viewsWordpress - Backup/clone help
I’ve been doing a job that the customer has required their site to stay online and the same way until all the changes are made. How can I do that ?? Would I have to use another domain?? I would like…
-
0
votes2
answers889
viewsChange the font in wordpress.com via css
I’m trying to change the font of a site hosted on Wordpress.com. In the archive css, I do the source on the first line of the code: @import "//fonts.googleapis.com/css?family=Lekton"; Then I…
-
0
votes1
answer1942
viewsI can’t import themes in wordpress
I’m trying to install a theme in Wordpress, but appears this error: ( Warning: POST Content-Length of 46588481 bytes Exceeds the limit of 8388608 bytes in Unknown on line 0 ) Thank you…
-
0
votes1
answer246
viewsChange title menu text
Hello. I purchased the theme from a store to Woocommerce, and I would like to change the text of the options menu, as I do ? Thank you…
-
0
votes3
answers392
viewsHow to fill in Wordpress theme’s own form data using jQuery
I’m using a theme that has its own form structure. I need to make this one formulário access data from API of table fipe and fill in the make and model field of the car: I tried to insert a…