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
-
0
votes1
answer53
viewsWordpress: Image placed in header.php some in the internal pages
In the header.php I put for example <img src="wp-content/themes/meu_tema/asserts/imagens/logo.png" title=" /> Home page works, but internal does not work. How to get around this?…
-
0
votes1
answer363
viewsOpen POST in php file
By default know that I can list some wordpress articles on an external page in php using a "require('.. /.. /wp-blog-header.php');". But by clicking on one of these articles it goes to the default…
-
0
votes0
answers30
viewsProblem with Archive - Wordpress
all right? I’m using a premium template called Beta Design. But in the blog, the Archive sidebar doesn’t work. That is, if I click to filter by month/year, it does not filter... Anybody want to…
-
0
votes0
answers35
viewsDisplaying the custom post type value
I created a "custom post type", it’s saving right in the post only I’m not able to pull the value to the post when I do the loop repeat. Below the code:…
-
0
votes1
answer429
viewsView wordpress posts by category
Use the code below to display posts from the ID 1, however, instead of using the ID category, I would like to use the Slug EX: cat=news <?php query_posts('cat=1'); while ( have_posts() ) :…
-
0
votes1
answer476
viewsHow to return a Category ID in Wordpress?
I need to return the ID within this function: $field = odin_get_term_meta( CATEGORY ID HERE, 'cattitulo' ); I tried it with get_term_meta() and get_terms() and nothing. I imagine it’s pretty simple,…
-
0
votes2
answers450
viewsError in uploading Wordpress themes
I am 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 resolve the…
-
0
votes1
answer1564
viewsHow to export settings of a Wordpress theme?
I have a Wordpress site and need to migrate to another server. I was able to export the content and import in the new environment. However, the theme used has been modified a lot. Many settings have…
-
0
votes1
answer595
viewsHow to use $wpdb variable in wordpress
I have this code in a php file inside the wordpress installation, does not work I do not know what is wrong. global $wpdb; $tableName = "wp_posts"; $result = $wpdb->get_results("SELECT * FROM…
-
0
votes0
answers231
viewsWordpress: How to "pull" conditional taxonomy in a selection field?
To optimize the loading and improve the understanding for the user, I need to take the location hierarchically, ex: In Wordpress the order is: Brazil -Santa Catarina --Florianopolis In the post…
-
0
votes2
answers295
viewswp_pagenavi does not work in Category.php
I downloaded and installed the wp_pagenavi Plugin I put at the end of my code, it appears only not page, clicking, be in 2... 3... it does not page, always repeats the items 1 to 10. Code <?php…
-
0
votes1
answer299
viewsWordpress Function Enqueue - I can’t add Jquery to the theme
I am trying to add jquery in the theme, all css and js I put in Function are added in the code normally, but jquery that is in the directory of my theme is not being added. The file exists in the…
-
0
votes1
answer57
viewsTheme / Wordpress template for Woocommerce with simulator
How should I search on a Woocommerce theme that allows the site user to assemble their product? I need to create a website with a simulator like this site: http://makeacake.com.br Someone recommends…
-
0
votes0
answers336
viewsWordpress - Paging does not work in taxonomy
I have a custom post type "news" and a taxonomy "subject" that has its terms, to make the pagination I am using the following code (page-news.php): $custom_query_args['paged'] = get_query_var(…
-
0
votes1
answer964
viewsShortcodes do not work in my wordpress theme
I’m creating my theme and it’s okay, But I installed a plugin and it doesn’t work properly when added shortcodes to the theme. On the page it looks like in the console the html tags of the plugin,…
-
0
votes0
answers29
viewsUpload wordpress media?
I have a wordpress project. I need to upload a 10mb file, but Thema allows only up to 2mb. Already have to change the . htaccess, and Function.php, wp-config, and php.ini. Someone knows how to fix…
-
0
votes1
answer103
viewsHow to add another form field in wordpress?
In the part of "add new" in wordpress has only two form fields, I need to put more, but it is possible to do this by creating a plugin ?
-
0
votes0
answers159
viewsHow to make a dropdown menu in wordpress?
I have an html code of a website I’m developing. <!-- mega menu --> <div class="menu"> <!-- menu start --> <nav id="menu-1" class="mega-menu dark"> <!-- menu list items…
-
0
votes1
answer46
viewsAutomatic scroll after page loading(site in wordpress)
Hello, I have a sub-menu with Product Categories, and a page called "Products" where I list all products(post types), separating by online categories. My wish is that by clicking on a link from the…
-
0
votes1
answer54
viewsOnepage wordpress template but also paged
I am developing a wordpress template, and it has the following dynamic, is a one page site, ie anchored. In the menu I call the pages that are anchored from one page, but in the menu I also call…
-
0
votes1
answer32
viewsGrid with loop breaks in wordpress! Foundation6 usage as framework
Good afternoon, I have been having many problems when doing a grid with loop, as the posts of a blog in grid, follows an illustration image: http://i.imgur.com/Bnz2jb9.png Does anyone know what to…
-
0
votes1
answer56
viewsWordpress slow and with database access errors
All right guys, I had asked another question, but I was able to identify some queries that are consuming a lot of running time. I developed a theme for a news portal, and in each area I upload news…
-
0
votes0
answers59
viewsCreate index alphabetically with Wordpres categories
I need to create an index with Wordpress categories, but do not know how to do. I can list the categories in alphabetical order, but I need to divide them by letters. For example: To ana Amara ....…
-
0
votes1
answer3522
viewsThe wordpress code is modified, but the blog does not update. What will it be?
I have a doubt I do not know how to ask I will try to be clear and objective. I’m learning to edit wordpress blogs and am using the Theme Ribbon. : https://galician-approval.000webhostapp.com/ But…
-
0
votes1
answer180
viewsWordpress - From the second page is giving error 404 - Not Found
I am creating a theme in Wordpress and the time has come to make the pagination. I managed to create the menus below indicating how many pages have and the next and previous. Only by clicking on…
-
0
votes2
answers52
viewsResponsiveness of Woocommerce Virtual Store
Hello, I have a responsive template installed in Wordpress, but the responsiveness on mobile phones this presenting a small right spacing. I tried to change the margins by css, but it had no effect.…
html5 wordpress bootstrap-3 wordpress-theme woocommerceasked 7 years, 3 months ago Jonatas Dutka 49 -
0
votes0
answers20
viewsRequest ajax with Wordpress
I am working on a custom Wordpress page. I am making a request via ajax on this custom page, which is theme directory: wp-content/themes/my-theme/my-page-custom.php The page that will process is…
-
0
votes0
answers32
viewsFatal error: Cannot redeclare Wp_post_type
I am having a problem in a client’s Wordpress, I can not fix. You are presenting the following error. Fatal error: Cannot redeclare Wp_post_type::$show_in_rest in…
-
0
votes1
answer50
viewsCustomizing Custom Post Type Wordpress Screens
I’m working on a template and classifieds plugin for a project (because the client has fields needs that other plugins do not provide), however I can not insert custom fields in the post post post…
-
0
votes1
answer37
viewsDoubt wordpress
I have a very basic question. I’m starting to use the Wordpress and would like to know what I need to do to configure the theme onepage. I download the template but when I install it it is in blog…
-
0
votes0
answers79
viewsMeta Slider Wordpress Problems 4.9.1
Good night. I am developing a theme from scratch in Wordpress and have the meta slider plugin installed in my theme. But when I put the shortcode in my post it does not appear on the page. But if I…
-
0
votes1
answer1673
viewssingle.php in wordpress
If I have a post my single.php will display my full post on the site. Correct? But if I also have a view page of developments, real estate, cars, etc... Where each of these views has different…
-
0
votes0
answers29
viewsWhen to use the ! statement
I am creating a site in Wordpress, and the theme set the font color for all pages. I wanted to change the font color in a textarea of the blog comments. I created a child theme and in the style page…
-
0
votes1
answer29
viewsHow to lynch a post categories on a Wordpress site
I have a website on Wordpress. I want to display the categories on post, I mean, my theme. I tried the code below, but only the name of the categories of the post appears, but only text, there is no…
-
0
votes1
answer234
viewsWordpress display post Author photo image url
Anyone here knows how to tell me how to get the image url of the photo from Author or post administrator in wordpress ?
-
0
votes1
answer31
viewsWhich file in the wordpress theme that arrow the language to be used?
I created a . pot and . mo with a translation of a theme into Brazilian Portuguese, so this update is not being applied, it still carries the strings in the original language. Does anyone know which…
-
0
votes1
answer33
viewsAdd + options in Wordpress post editor and display them in Theme
That is, the default Wordpress post editor and just that.. ] But how can I put option when posting, as inform the download link.. then we put it in the post time, and can display later on the theme.…
-
0
votes1
answer740
viewsHow to blur image in css without leaking?
I would like to learn how to unfurl an image without leaking in Wordpress - Take the example How do you do!…
-
0
votes1
answer266
viewsDifficulties in editing HTML in Wordpress
Good afternoon to all ! I need to be translating a text from this page (attached to the print of the exact location) where I’m having difficulty editing the file... I’ve tried by plugin and Poedit…
wordpress wordpress-theme wordpress-pluginasked 6 years, 2 months ago Alexandre Barberan Castilho 1 -
0
votes1
answer148
viewsHTML classes in menu with Wordpress
I’m developing a theme with Wordpress and I would like the same to possess a menu dropdown. I created some pages like Home. Quem Somos, Contato and a category called Produtos would like the category…
-
0
votes1
answer25
viewsProblem with link in Wordpress with page-nameDaPage
I created post_types for the administrative area in Function.php: // Meus posts types function meus_posts_type() { // Testemunhos register_post_type('testemunhos', array( 'labels' => array(…
-
0
votes1
answer9
viewsPut sample codes in a Wordpress post
I’m starting to develop a site to teach other people to code in Wordpress, I would like to insert in a stylized way the codes that I will make available in the posts, follows the example of my first…
-
0
votes1
answer203
viewsHow to customize only one post type to appear on the single.php
I am developing a job plugin for wordpress, I took as a basis the wpjobmanager is coming out all right, until I come across the following, the plugin when the user clicks to see more about the…
-
0
votes0
answers56
viewsThe font doesn’t change it only changes the Weight but not the family on the front end!
The font does not change the family only the width on the front and shows no error in the console! @import url("https://fonts.googleapis.com/css?family=Ubuntu"); .menu-vin li a{ display:block;…
-
0
votes1
answer20
viewsis_home does not work inside wp_enqueue_scripts
I am creating a theme and want to specify which style sheets will be imported when loading the site, for this I am using the hook wp_enqueue_scripts. Within this action I do a check to see if it is…
-
0
votes0
answers161
viewsBroken wordpress theme after migration
I have migrated from a wordpress site to another server. I used the Duplicator plugin, which I already have some experience and managed to migrate with all users, posts (as expected). When loading…
-
0
votes1
answer28
viewswp_nav_menu only works in header.php
I have 2 menus on the Wordpress site that I am developing (top and footer). The problem is that the wp_nav_menu function is only working correctly when placed in header.php. I am registering the…
-
0
votes0
answers42
viewsBanner Error Bootstrap Site HTML Wordpress
My site published in wordpress contains a following problem, when I decrease the screen of my browser, and click on the 3 bars of my navbar to open the menu, the image tries to follow the navbar,…
php html wordpress wordpress-theme bootstrap-4asked 6 years, 5 months ago Daniel Rosendo de Souza 71 -
0
votes1
answer39
viewsWordpress, Widget Contact Info & Map (jetpack)
I need to fix an error within wordpress, at this time I have installed Theme Flat Bootstrap,and the same does not have as an option the Widget Info of Contact & Map, that I downloaded by…
-
0
votes1
answer37
viewsWordpress Edit Media Upload
I am not able to identify in Wordpress where the file is to edit the part that selects files for upload (choose the image), as the photo below: 1 Does anyone know how to edit this part so I can…