Most voted "wordpress" questions
Wordpress is a content management system (CMS) written in PHP with Mysql database, aimed primarily at creating websites and blogs. This tag includes questions about modifying themes and plugins, and extending their source code, always observing the scope of the site. Do not use for support questions, installation etc.
Learn more…1,512 questions
Sort by count of
-
0
votes1
answer183
views -
0
votes1
answer34
viewsCapture query string in Wordpress
I’m trying to capture the query string paged on the main page to call a component and load the data. However, its return is always 0. When I use this component on other pages, it works normally. URL…
-
0
votes1
answer35
viewsadd_action functioning
I’m running some tests on the wp_head() of a Wordpress theme, the same uses a hooks scheme with the add_action, i believe I understand how it works, the first parameter is the main function wp_head…
wordpressasked 5 years ago Fábio Santos 281 -
0
votes1
answer36
viewsCustom home page and blog page
Hello I stayed a long time without getting involved with WP projects Now I’ve had to take back one and a half. I have the following scenario: the site has the main objective to be an e-commerce…
-
0
votes1
answer47
viewsPagination Wordpress
Good morning, you guys! I’m having a problem some time to make a pagination with wordpress. I’m trying to implement a stylized pagination, but I’m having a hard time making it work in a certain way.…
-
0
votes0
answers30
viewsProblem in file compression and caching in wordpress and page insights score
all right? I have a problem in the process of improving the score in google page insights. The current score is +-40 and the google report points out the following issues: Enable text Compression…
-
0
votes1
answer121
viewsHow to Remove an image that is highlighted within the post
All right? I need help, I own the following website https://www.tibiatravel.com... is a Fan Site game that I am riding. My problem, to get everything organized and straight on the home page I need…
-
0
votes1
answer273
viewsWordpress and Laravel in same server and same domain
I have a Wordpress configured in a root folder on the server and created a subfolder with a Laravel, WP works normally, but Laravel opens only index, when I try to open the routes open a WP error…
-
0
votes2
answers37
viewsHow to unify 2 consultations?
how can I unify two Querys? I have two queries to show different data see: #This shows the course related data SELECT wu.ID, wu.display_name as Usuário, wu.user_email AS Email, wc.comment_post_ID AS…
-
0
votes0
answers29
viewsProblem with uploading files using Wordpress
I’m having a little trouble sending files. I made a functional code, on my local PC, that sent the files to my project folder using the move_uploaded_file, worked correctly. Only I want to apply…
-
0
votes1
answer371
viewsYou need to use ( ! defined( 'ABSPATH' ) in Wordpress
At the end of studies I am creating a Wordpress theme, in completion phase. Throughout creation I came across the following code, we call "code1": if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if…
-
0
votes0
answers22
viewsJquery Do not load in wordpress (multiple form show user before submitting)
Good, I have a script on a Wordpress page (which is not running) where I am submitting a form with files via ajax. I want to show the user which files are being uploaded and which the user can…
-
0
votes0
answers25
viewsIntegrate Form with Javascript with sending parameters Via GET Wordpress Avada Theme
Good evening Friends, if possible I need a little help from you. I’ve been trying to integrate a reservation system into a hotel site integrated with the Omnibees reservation system for a few days,…
-
0
votes2
answers29
viewsHow to return the status "success" and other items in array in wordpress in admin-ajax.php
How to return an array in ajax wordpress: javascript $(document).on("click", "[data-show-home-list-series]", function () { var id = $(this).attr("data-show-home-list-series");…
-
0
votes0
answers9
viewsWarning: Cannot Modify header information - headers already sent by - Does anyone know how to resolve this error in Wordpress?
I am beginner in Wordpress, I would like a help to resolve this error. Warning: Cannot Modify header information - headers already sent by (output Started at…
-
0
votes0
answers77
viewsCreating filters using meta_query and ACF (Advanced Custom Fields)
I have this code in my Wordpress template, my goal is to make a filter functionality using the custom Fields of the ACF plugin as the search parameter of my Custom Post Type property Currently he is…
-
0
votes1
answer33
viewsChange modal element after loaded - WP JS jQuery
Good, find someone to help me understand this dilemma. I have a modal that is loaded from a click on a link and shows the information of a given course. So far everything is right and working.…
-
0
votes1
answer15
viewsListing posts for a Taxonomy - Wordpress PHP
[WORDPRESS] Help Good afternoon, guys, any WP experts in the area? I’m starting to venture into WP and something isn’t working out so well. I have a Posttype called real estate, where on the…
-
0
votes2
answers25
viewsError 404 when saving a form - Wordpress
Ladies and gentlemen, good night! I am using the wordpress tool a little while ago and I came up with a problem that I could not solve. When I try to save a form in mysql database error 404 appears.…
-
0
votes1
answer8
viewsSend parameters of a url for other urls of the site to have these same parameters for use of variables
the example would be this url below with the parameters= dia=4&mes=Janeiro&ano=1948&nome=Anderson. https://numerologia.com.br/personalizando/?…
-
0
votes0
answers30
viewsSplit payment for Woocommerce
Good morning guys All right? I am developing a Wordpress site for a client in which will have two coach users and customers, when the customer buy the coach service one part must fall into this…
wordpress wordpress-theme woocommerce wordpress-plugin online-paymentasked 3 years, 10 months ago Mobi 1 -
0
votes0
answers22
viewsIntegrate static site for Wordpress
I have a block of code that is a carousel made in CSS and with some classes that make the animations. The problem is, I am integrating to Wordpress so that the client can place the images directly…
-
0
votes0
answers30
viewsFilter wordpress post using REGEXP for posts other than A to Z
I would like to know how I can perform a complete filtering process of wordpress posts using regular expressions, so that only show any or all posts that do not have as initial character from A to…
-
0
votes1
answer31
viewsMultisite Wordpress: Problem to access secondary site panel
I did an installation of a site using Wordpress using the multsite feature. The installation was ok following all instructions, but every day the URL of a website changes directly in the database,…
-
0
votes0
answers24
viewscss in contact form 7
I’m using contact form 7 at (https://petspa.vet.br/contact/) and the return of submission is with the blank source: .wpcf7 .wpcf7-response-output { margin: 30px 0 0; padding: 15px 20px; border: 0;…
-
0
votes0
answers21
viewsUse jquery to manipulate/update price on woocomerce product page
Hello, we have a Woocommerce we use as a product quotation system, and I am mounting a price list inside the product page, and I would like that if the variation of products has different prices the…
-
0
votes1
answer9
viewsProblem with scripts in Functions Wordpress
hello I’m having trouble with the functions.php of wordpress when registering a script from bootstrap he doesn’t recognize the syntax wp_enqueue_script and sends me the following mistake: Parse…
-
0
votes0
answers13
viewsWordpress: paginate_links() does not work on the page Category.php
I am creating a new page to list only posts from a specific category using the "Category.php" template, but when using the pagination that is being generated through Function paginate_links(),…
-
0
votes1
answer18
viewsSQL: How to copy the value of a meta_key into an array in another meta_key?
Asking here because it seems more a matter of SQL than Wordpress. I have a Wordpress installation that uses custom fields from both the ACF plugin and the template. There are over a thousand posts…
-
0
votes1
answer28
viewsHighlighted image of Wordpress does not appear in Admin
I configured in my functions.php the code that enables the Post Thumbnails theme, but does not appear in wp-admin. <?php add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 1280, 720…
-
0
votes0
answers17
viewsHow to redirect a page automatically after a few minutes in wordpress
Good afternoon guys, I’m trying to get my site back to home automatically after a while in wordpress, I researched a lot and got this script, it also Zera the count if the mouse is used or the…
-
0
votes1
answer14
viewsWoocommerce - How to activate "zero rate" tax class for a user type and for a specific category?
On the Woocommerce site that I am developing, I will be selling not only to the end customer, but also to resellers. The problem is that dealers are exempt from TAX and therefore need a custom…
-
0
votes1
answer23
viewsComparison of categories in ACF AJAX repeater fields
Talk personal, all right? I hope so! I’m having a hard time solving the following problem. I have a Post_type Called prize and a taxonomy called winners, in the post I have a repeater field where…
-
0
votes1
answer27
viewsAdd onclick function in wp_nav_menu dynamic menu in Wordpress
I have a dynamic menu in Wordpress and I’m wanting to add a function so when press the menu link it hide the entire menu on mobile. In case it would only be to take the class show from #Mainnav when…
-
0
votes3
answers46
viewsCode to open new tab link with counter
I have no experience with programming, I would like a help: I found this code on the internet: <html> <head> <script type="text/javascript"> var contador = 20; function contar() {…
-
0
votes0
answers36
viewsI need to make a search bar responsive
var conteudo_requisiçao; jQuery(document).ready(function() { jQuery("#txt1").on("keyup", function(e) { e.preventDefault(); var texto_digitado = jQuery("#txt1").val() var busca = { action: "busca",…
-
-1
votes1
answer44
viewsMissed directories on the server
I have a client website running on cPanel and a new version was developed (before 2013, now 2014) with a whole different system. It was used Wordpress to mount the site, and the previous was…
-
-1
votes2
answers715
viewsWordpress menu with pages and category option
I’m learning to make Wordpress themes and seeing tutorials how to make call menus in Wordpress. I saw several tutorials on how to call category menu and pages, but I’m not finding a tutorial on how…
-
-1
votes2
answers888
viewsFree access in Wordpress directory to print images? . htaccess
I have a problem in Wordpress, I am uploading the images in a specific directory and I need these images to be viewed directly by URL. From the root of the portal there is a directory called server…
-
-1
votes2
answers413
viewsLoading Subdomain post in the main domain?
I have a Wordpress MU installation. Could someone tell me how I do to load blog posts on Subdomain on my main domain?
-
-1
votes1
answer564
viewsHow to Create Custom Homepage in Wordpress
I’m creating a classified site where there will be multisites for each different city. I would like when you access my home page, show only one menu dropdown for the user to choose which site to…
wordpressasked 9 years, 6 months ago Renato Keüller 11 -
-1
votes1
answer2485
viewsRemove 'Continue shopping' button from checkout on Woocommerce
Hello, does anyone know how to remove the info and 'continue shopping' button from the checkout on Woocommerce? Instead, I would like to add the description of the kit being purchased. I would like…
-
-1
votes1
answer267
viewsSort Wordpress posts with Jquery or meta_key and meta_value
I intend to use the code below to sort and group by posts section of my Wordpress site. This would be applied to Home Page and Categories, where each post would feature the css class according to…
-
-1
votes1
answer1224
viewsWhite screen in wp-admin in WORDPRESS
Hello guys I’m having a problem in my wordpress just putting ONLINE in hosting that the screen of WP-ADMIN turns white. I tried to connect the DEBUG but no error appears, already uploaded 5x,…
-
-1
votes1
answer48
viewsSystem always returns status 500
I have a wordpress application that is running in production, and with versioned code. I’m trying to set up the development environment on a Mac OS X Yosemite 10.10.5, so I made the same settings as…
-
-1
votes1
answer604
viewsEncryption for wordpress plugin code
I finished a wordpress plugin and do not want to leave open source. I’ve tried to use a simple obfuscator, but after obfuscating the wordpress does not recognize as plugin. Someone has a light on…
-
-1
votes1
answer127
viewsWebsite button works on desktop but not on mobile
I have a button on the website that triggers a lightbox to fill out a contact form. The problem that the button is only clickable on Desktop. When accessed by a mobile device, this button no longer…
-
-1
votes2
answers651
viewsField quantity in cart does not appear value - Woocommerce
I am very beginner in PHP and I am at the end of the project. However I am using the theme Sidney with Woocommerce, despite the alert of incompatibility. In the quantity field, where the buyer…
-
-1
votes1
answer184
viewsHow to send notifications from a website to the user via the Browser
Hi, I have a website on wordpress and would like to send notifications to the user by browser as in the image below: Is there any way to implement in wordpress? Need some specific plugin? I don’t…
-
-1
votes1
answer551
viewsHow to insert multiple images into a single post within a CPT?
I created a Custom Post Type to publish several images together. --->>> title <<--- --->>> highlighted/default image <<<--- ---->text<---…