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
votes2
answers85
viewsblock wordpress 'author' page
Friends, I am trying to block via htaccess when someone tries to access the wordpress 'author' page ( http://meusite.com.br/? Author=1 )... I thought this solution presented here at the forum would…
-
0
votes1
answer59
viewsAfter changing the Wordpress login URL manually, I was unable to logout
I created a new PHP file instead of wp-login.php and rename it to be my new Login URL. It worked all ok to log in, now when it comes to Logout it returns me to the following URL…
wordpressasked 5 years, 4 months ago GuyFawkes05th 1 -
0
votes1
answer36
viewsCustomization of automatic emails wordpress
How do I customize these automatic user registration emails and Wordpress password reset? Which file?…
-
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
votes0
answers35
viewsHow to configure the css of keyframes for Firefox?
Good Afternoon My question concerns the configuration of keysframes for the Mozilla Firefox browser In Chrome browser I used the following setting : #unidade-movel { position: absolute; left: 100%;…
-
0
votes1
answer137
viewsProblem with Wordpress and Bootstrap
Hello, My name is Bruno Barreto and I am developing a simple website for a company that intends to sell cosmetics, but I am facing some difficulties when migrating this site to Wordpress(client…
-
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…
-
0
votes2
answers95
viewsWoocommerce show products featured by sql category
would like this result to be just 1 with all formations separated by column and that it only appears if there is name = 'Resin' AND name = 'featured' otherwise do not list sql if I put WHERE b.name…
-
0
votes1
answer345
viewsWhat is the correct syntax to turn a variable into Bold or Color (PHP)?
Actually I don’t even know how to ask this correctly, so I’ll try to explain as much as I can to my doubt... I have the following line of code. <?php echo strval($tour_availability); ?> This…
-
0
votes0
answers95
viewsDropdown menu getting out of the screen in bootstrap mobile mode
I’m doing a project and my dropdown menu when it’s in mobile mode is out of the screen like this here in the image <nav class="navbar navbar-expand-md navbar-custom2 "> <button…
-
0
votes1
answer217
viewsLink with error when sharing on Facebook and Whatsapp - Site in Wordpress
I’m having a rather boring error when it comes to sharing my site posts on Wordpress. As soon as I hit to share on Facebook does not load the description nor the highlighted image and in facebook…
-
0
votes0
answers20
viewsGenerate friendly URL with Wordpress and PHP (GET)
Hello! I need to generate friendly Wordpress URL using GET method in conjunction with PHP. I have a database of registered events, and I want to generate URL with the event name instead of appearing…
-
0
votes1
answer97
viewsHow to send 2 GET with input
EXAMPLE: <form action="/" method="get"> <input class="form-control mr-md-4" type="search" placeholder="Digite aqui oque deseja..." aria-label="Search" name="s" id="search" value="<?php…
-
0
votes1
answer51
viewsThumbnails of the Categories
what would be the best way to catch the thumbnails of the categories ? function get_listaCatPort($atts) { echo '<ul class="section section-filters">'; $atts = array( 'taxonomy' =>…
-
0
votes1
answer101
viewsWordpress invalid taxonomy
I started a project recently and I can’t "link" my posts with my taxonomies, my code: $argsProjeto = array( 'post_type' => 'projetos', 'orderby' => 'post_date', 'post_status' => 'publish',…
-
0
votes1
answer103
viewsWordpress - How to get thumbnail in an HTML tag with CSS and PHP?
I have a CSS that is like this: .cid-rlWhG48NmK { padding-top: 60px; padding-bottom: 0px; background-image: url("../../images/background4.jpg"); } And my HTML calls it this way: <section…
-
0
votes0
answers80
viewsHow to use relative path in fopen?
I have this Handle that reads a CSV: <?php $handle = fopen("/csv/listalistalevantamentoestoque.csv", "r"); $row = 0; while ($line = fgetcsv($handle, 1000, ",")) { if ($row++ == 0) { continue; }…
-
0
votes1
answer60
viewsWordpress with CF7 recording in external Mysql
Inside a WP I have a CF7 form and I need the fields (usually are [this way] as variable default in CF7) to be sent to an external PHP page that will receive these values through the link and write…
-
0
votes0
answers26
viewsVisual confirmation of loading pages in PWA
I created a PWA of a site made in Wordpress, turned good, looking like an app. But I have a problem, when I click on a link/image that takes me to another page the site takes to respond. In that…
-
0
votes1
answer201
viewsError Mysql PHP connection
Good evening, everyone, I am trying to connect my wordpress application to the remote database, so I can list users within the application. I already tested some things between some researches, but…
-
0
votes1
answer122
viewsList posts related by category in wordpress
When opening a blog post, I need to pick up all posts, ordered by descending date, that have the same label and are in the same state of the open post. This is OK. I need to filter more, the…
-
0
votes1
answer91
viewsI set the WPS Hide login wrong. How to resolve?
I installed the plugin wps Hide login and after installed I just activated it, did not change any configuration, opened a new tab and tried to enter the default url of wordpress which is wp-admin,…
wordpressasked 4 years, 1 month ago Leandro Batista 3 -
0
votes0
answers14
viewsHow to edit an anchor text using JS?
I’m using Wordpress, and by the way this can only be done by editing html with Javascript. Follow the code: <li class="nav-item"> <a class="nav-link active" href="#craftsman_gateway"…
-
0
votes2
answers73
viewsNotice: Undefined index: Dentifier does not find the error
You’re making this mistake in several parts of my homepage. But I don’t know how to fix it. Follow the error and the corresponding code line. Notice: Undefined index: identifier in…
-
0
votes1
answer168
viewsHow to change the /wp-admin directory - without the WPS Hide plugin
You guys, good morning. I need to change the admin area of my wordpress site out of wp-admin, creating another link with the name I want. What I get is that I’m not in the mood for prying looking…
-
0
votes0
answers80
viewsHow to add author name in Wordpress post?
I am using a theme in wordpress and in it is not appearing the name of the author in the posts. I found this link talking about the code to put the name in the posts:…
-
0
votes2
answers68
viewsHow to change the version of Jquery in wordpress?
I am maintaining a plugin that uses version 1.4.1 of Jquery and runs on version 5.2 of Wordpess jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1 And the latest…
-
0
votes1
answer48
viewsWordpress error in Jquery no admin-ajax.php [500]
I am developing a delivery in Wordpress the add items to the cart was working normal when was no localhost , after climbing the delivery to test it stopped working , I have the following error log…
-
0
votes0
answers20
viewsSimulator in Wordpress
Good afternoon, you guys I’m trying to set up a simulator similar to this in Wordpress: It is available on this site: https://seltecbrasil.com.br/ What I really need is to create a session in the…
-
0
votes2
answers51
viewsHow to publish mass posts via database
I’m creating an anime website. I’m wearing themeforest’s Betube Heme. I wanted to post several anime at once via bank, because posting one by one is going to be a lot of work. Currently when put it…
-
0
votes0
answers33
viewsFeed image links via PHP: Wordpress
to using a theme that currently has the portfolio option, but it does not natively offer an option to add link the added images. Request to modify the file. PHP, but I can’t find a way to feed one…
-
0
votes1
answer19
viewsWordpress - Theme Customization
I understand that to customize a theme I need to create a child theme. I wanted to know if the changes made on the "Edit themes" screen are also overwritten when the theme is updated. That being the…
-
0
votes0
answers12
viewsFunction to remove injections in Advanced custom Fields
Good morning, Referring to the Advanced plugin custom Fields, when we create a form for the front-end, is there a function to remove injections from the post? For example: $name =…
-
0
votes0
answers51
viewsIs there any way I can redirect this script to a thank you page and then to Whats?
Hello, I’m new in javascript, I’m using a site called Whatshelp to generate me a Whats boot, I would need that when the person clicked on the Whats button it redirected to a thank you page and then…
-
0
votes1
answer19
viewsError in return of database users
[RESOLVED] I am selecting the compos id, user_nicename and display_name of the database, in this I create a foreach to show the result, but the right one would return me all users but returns the…
-
0
votes0
answers46
viewsHow to automatically click with javascript
I would like you to help me in creating a javascript function so that, when loading a page, a button is automatically clicked every X seconds. I tried to do this function but did not succeed and…
-
0
votes1
answer54
viewsHow to differentiate a new post from a fixed post in wordpress?
I need to know if a post is a new post or just a fixed post. My code is this Aki: <div class="row padding " > <div class="col-md-5 padding "> <?php the_post_thumbnail(); ?>…
-
0
votes1
answer16
viewsView Taxonomy on the edit page
Hello. I don’t know what happened that I can’t do to taxonomy appear on the posts editing page. I don’t know what’s missing from the code, see: <?php function registraIdiomas(){…
-
0
votes1
answer77
viewsFunction does not work with variable in parameter
Hello, I love programming, but I started programming recently. Recently we decided to make a major modification on the website of the company in which I am a partner. Everything worked fine, but I…
-
0
votes2
answers219
viewsget_the_author and no function to get information from the author of the post works on the theme
I use the following function to assemble the author’s bio that is in functions.php, but only brings the user with the smallest ID, leaving this user as author in all posts. function…
-
0
votes1
answer66
viewsCreate an animation on the wordpress site
I am creating an animation on the main wordpress page. To do this I am doing it as follows: $(document).ready(function(){ (function mover(i){ $('#seta').animate({top: (i ? "-" : "+")+"100px"}, 1000,…
-
0
votes1
answer277
viewsPlugin generated invalid XXX characters during activation
I am studying creating plugins for Wordpress and as an initial part of my studies is to create a plugin administration of school newsletters of students of a fictitious school. I need to create some…
-
0
votes0
answers41
viewsUpdate Posts links from the database
Hello, good night. I have a problem and I wanted a help. Within each my post I have a link. Example: Post1 I have the link: https://google.com Post2 I have the link: https://face.com Post3 I have…
-
0
votes1
answer104
viewsDocker Compose Wordpress Plugin Does Not Install: Connection Refused
I’m trying to create an application in wordpress, through Docker, however plug-ins are not getting installed: Docker-Compose.yml: version: '3' services: mysql: image: mariadb ports: - "3260:3260"…
-
0
votes1
answer31
viewsback version of woocomerc plugin 3.7.0 for 3.6.5
Hello, Apparently the new version of the woocomerc n API accepts more image registration URL with "?" then my product registration api pro ERP for wordpress sites are not registering images of the…
-
0
votes1
answer103
viewsCreate a Wordpress Query using ACF Relational Fields
good night. I’m developing a movie registration website for a movie-aficionado cousin and need a help to put a query that lists the names of the films whose page personality participated or acted. I…
-
0
votes1
answer32
viewsmenu conflicts in wordpress
Good morning to all!! Guys, I created a theme for a store and everything is working fine, but now I needed to create a second menu (for the footer)and when I create the links, the first menu (from…
-
0
votes1
answer35
viewsChange Footer logo only
I’m using a theme that has as default memas logo for header and footer, I wanted to change only the logo of footer,a down the current code referring to the footer logo. <a class="brand pull-left"…
-
0
votes1
answer64
viewsPagination in Wordpress category returning 404
Hello! I know this is probably a repeated question, but as none of the solutions I found around here have managed to solve my problem, I decided to do it anyway. I’m working on a template with a…
-
0
votes1
answer25
viewsIs it possible to leave each category link a color in wordpress?
Hi! I am trying to color the background of the link of each category, leaving each one of a color, but I wanted you to style ONLY the links of the categories on the homepage, I do not want to change…