Most voted "wordpress-plugin" questions
Use this tag for questions related to Wordpress plugins. If the question is about a specific plugin, use the specific tag if it exists, for example [Woocommerce].
Learn more…109 questions
Sort by count of
- 
		4 votes1 answer461 viewsUpdate cart status without leaving the page | Woocommerce 3.4+<?php global $woocommerce; if ( sizeof( WC()->cart->get_cart() ) < 1 ) { ?> <div style="width: 25%;" class="footer-section <?php echo esc_html($woo);?>"> <a… 
- 
		3 votes0 answers759 viewsI need to put an excel table in wordpressI have a small table in Excel, where there are some calculations, formulas, actually this table is a simulator of my client’s fees and he wants to put on the site :(. Is there a plugin for this? Any… 
- 
		3 votes1 answer55 viewsAdd Wordpress user in more than one functionI am developing a plugin for member area in Wordpress and I will control this access through the functions (roles). Suppose I create the functions: content1, content2 and content3. How I could… 
- 
		3 votes1 answer106 viewsLink a JSON parameter to a product in WoocommerceI have a JSON that returns me a list with some flight data: "programa": "multiplus", "qtdOpcoesIda": 50, "qtdOpcoesVolta": 50, "menorTarifa": { "pontos": 15000, "dinheiro": 767.8 }, "taxaEmbarque":… 
- 
		3 votes1 answer2927 viewsHow to use 2 Wordpress themes on the same blog?I have a theme I want to use on the home page and I have another one I want to use for posts. Is it possible to do this? If so, how? 
- 
		3 votes1 answer147 viewsOrganize capabilities and levels of wordpress users (no plugin)First I’ll explain the scenario, I want to make a system where there will be four different types of people accessing it. The Administrator, "moderators", authors, and partners. I wanted to use the… 
- 
		2 votes1 answer296 viewsContent migration between different post types in WordpressGood morning, I am currently working with a project for a news portal that is the grouping of 4 different companies, but one of these companies will cease to exist and all its posts will be… mysql sql wordpress phpmyadmin wordpress-pluginasked 9 years, 9 months ago Lucas Bernieri Ramos 143
- 
		2 votes1 answer545 viewsSimulate automatic typingPractical example of website you use on the home page: https://www.99freelas.com.br/ In short, it is a phrase that completes itself in several ways, created the possibility of saying several things… 
- 
		2 votes1 answer52 viewsMicrosoft Azure - phpHow to make Microsoft Azure capture my errors? I am currently dealing with errors with this function: <?php /** Plugin Name: TESTE Description: testando log novo Version: 1.0 Author: Vteste… php wordpress windows-azure wordpress-plugin application-insightsasked 8 years, 4 months ago Kaue Alves 303
- 
		2 votes1 answer98 viewsWoocomerce (wordpress) charges digital product shipping/downloadI have a store of digital products (ebooks for download), where the customer after payment receives the release to download the product, until then everything OK. Today I registered 4 products… 
- 
		2 votes1 answer397 viewsPrevent plugin update in WordpressHello. I need to prevent an update plugin. I thought of simply cloning the plugin and change the following information: /** * Plugin Name: AMP * Description: Add AMP support to your WordPress site.… 
- 
		2 votes2 answers724 viewsPosition the zip code field at the Woocommerce checkoutI need to position the zip code field before the address because I will load the address using the post office api, I can position the other fields, but the "billing_postcode" does not obey the… 
- 
		2 votes1 answer115 viewsHacker attack on the site panelI installed the Wordfence plugin and every day I get hacker attack report to wp-admin/site dashboard. I decided to change the admin address with the plugin Protect WP-Admin, like this:… 
- 
		1 votes1 answer30 viewsLimit rendering of imagesI’m using the plugin https://wordpress.org/plugins/taxonomy-images/ to relate images to categories, and I’m printing icons next to the post title so(code below) but it brings all related categories… 
- 
		1 votes0 answers783 viewsAdd form title in Hidden field (Contact Form 7 WP Plugin)Good afternoon, You can add the title of the Contact Form 7 plugin form in a Hidden field (Wordpress) This is the shortcut used Plo plugin: [contact-form-7 id="86" title="Titulo do Contacto"] This… 
- 
		1 votes0 answers58 viewseach time I refresh adds 1 item to the cartI am designing a site with wordpress and I am with a problem. The site is based on the purchase of software - Premium , Free and for this I used a princing table. In woocomerce I created 2 products… 
- 
		1 votes2 answers1348 viewsCreate an image with dynamic text overlay and send by emailI needed to create a system that allows me to have 2 or 3 images to choose and in these images it is possible to insert a text written by the user and that can be sent by email with the image in the… php jquery wordpress jquery-plugins wordpress-pluginasked 9 years, 3 months ago Laranja Mecânica 499
- 
		1 votes1 answer5452 viewsClient Registration Area in WordpressIs there any plugin who registers clients for the wordpress? I need a separate area of the login area where customers can register to receive files and the like. Obs.: I need these customers to… 
- 
		1 votes0 answers73 viewsWoocommerce - Change the transport class if a field is filled at checkoutI am willing to change the tax class (or zero taxes) of a purchase if a certain field is filled at checkout, which would be the State Registration, if the company or individual has state… 
- 
		1 votes1 answer793 viewsAdd Parameters to Wordpress URLI have a plugin that manages links in Wordpress, with images and texts pretending to be related articles, all are external links. (Taboola type). I would like to add at the end of the Links some… php wordpress friendly-url rewrite-url wordpress-pluginasked 8 years, 11 months ago Anderson Costa 133
- 
		1 votes1 answer112 viewsShortcode for WordpressI am using the IP API for geolocation in a wordpress plugin, the plugin is ready and works normally! I want to add the following: In one of the fields of the plugin, the user can insert a text and… 
- 
		1 votes0 answers24 viewsWordpress Access plugin file in urlI have a wordpress plugin installed in the following path: site_wordpress/wp-content/plugins/meuplugin Inside my plugin I have a file parameter.php that I have access through the wordpress admin… 
- 
		1 votes1 answer51 viewsWordpress Multisite, site in separate directoryhave a question, on Wordpress Multisite I want to know if have how I create a site in separate directory. for example the main website is in: wordpress.omegainc.com.br and the secondary site I want… 
- 
		1 votes2 answers55 viewsRemove ? resize= from image urlAfter some tests with gtmetrix I realized that images take a long time to load when they are resized from the url, with the method "?resize=(dimensions)" at the end of it. Example:… 
- 
		1 votes1 answer66 viewsWordpress plugin does not work called external FORMI am trying to respond to a form sent by a third party to my Wordpress. I then created a plugin to receive this form and put inside the plugin folder the form file: <form… 
- 
		1 votes0 answers26 viewsMeta-box Wordpress plugin function does not return image with size setI 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 votes1 answer350 viewsShow site pages on GoogleI’m trying to show a "map" of the site on Google when searched, but I’m not succeeding. Using the plugin Yoast SEO, I configured all the pages of the site, but I did not succeed. When searching the… 
- 
		1 votes1 answer32 viewsHelp in plugin or functionDoes anyone know of a plugin or function that automatically deletes after a certain period posts and Wordpress media? I have a news site and has news of more than 2 years that I wish to delete,… 
- 
		1 votes1 answer127 viewsPlugin similar to quizSomeone knows a plugin that does function "similar" to QUIZ, where the client goes answering questionnaire, at the end he fills a form with data from it (that I would recover later to be able to… 
- 
		1 votes1 answer811 viewsWP plugin to show post timeOla, I have a Wordpress site and would like to show the time of publication of the posts. my website is www.urgentenews.com.br Does anyone know any plugin ? 
- 
		1 votes2 answers40 viewsRelated Posts WordpressFala 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 votes0 answers17 viewscallback error: Plugin generating an incompatibilityI am making a site in wordpress and I am using 2 plugins company: Optimizepress and Timeline Express, the problem is that Timeline Express is generating a callback error and that prints an error on… 
- 
		1 votes1 answer81 viewsCheckout field does not appear in the order objectI’m having a problem with the object order of wordpress. After making the purchase, the order object does not come with the value entered in the field. The CPF field is created by me, follow the… 
- 
		1 votes0 answers18 viewsWordpress -> EM4U Package -> Event inserted programmatically does not appear as featuredI have a Wordpress site where I use the EM4U package to manage events. I’m programmatically inserting events from a JSON and defining with the following metaposts. $meta = [ [ 'meta_key' =>… 
- 
		1 votes2 answers38 viewsAdd user filter in a functionThe function below issues tax notes automatically using This plugin (Electronic Invoice Woocommerce) when the order status is completed. function issue_automatic_invoice( $order_id, $from, $to,… 
- 
		0 votes1 answer56 viewsWordpress , why the plugins I install is without css and javascript?Hello. i am trying to put a photo gallery in a wordpress template I did, however at the time I put the plugin it inserts the HTML into Pages > Add Page And then add the plugin code [gallery_bank… 
- 
		0 votes0 answers37 viewsInstall Nesbox emulator in Wordpress 2I am in doubt about how the code was used to create the shortcode and how HTML is generated. I followed all the development in the post with doubt about how Install Nesbox emulator in Wordpress,… 
- 
		0 votes1 answer450 viewsInstall wordpress plugin on local machineI am making a site in wordpress, the problem is that as I am new I am testing everything in my local machine, for this I configured apache and installed wordpress. in the file /etc/hosts configured… 
- 
		0 votes1 answer242 viewsSetting up Phpmailer for NewsletterI am using Wordpress and in it, the plugin Sendpress for sending the Newsletter. The configuration is made from the file Phpmailer. The problem is that it is only sending to emails that are within… 
- 
		0 votes1 answer531 viewswordpress grab the meta_key value urlI 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 votes1 answer231 viewsRemove link from wordpress FORMCRAFTWe have developed a system for vehicle protection association and a Landing page for it (Sistemavalor.com.br). We use Wordpress to develop the Landing page and to develop contact forms we use the… 
- 
		0 votes1 answer119 viewsDisplay image next to category related post titleI 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 answer95 viewsShipping method (Shipping) in custom WoocommerceHello. I am creating a shipping method (plugin) where I send the zip code and the cart items and the system (a third party site) returns me the shipping values (PAC and SEDEX). I already implemented… 
- 
		0 votes1 answer20 viewsWordpress - Backup/clone helpI’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 votes0 answers450 viewsParse error: syntax error, Unexpected T_STRINGI am making a website in worpress and as soon as I installed a plugin called Taylor Builder it returned me the following error: Parse error: syntax error, Unexpected T_STRING in… 
- 
		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 votes1 answer246 viewsChange title menu textHello. 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 votes0 answers91 viewsHow to Update Mysql Database with CacheI have a wordpress plugin of related posts, I have a table where I update the number of clicks and the number of views of each post! The problem is, on big sites I’m taking down servers with so many… 
- 
		0 votes1 answer88 viewsHow to release content in wordpress after X days user registrationI’m developing a member area in Wordpress, and I need to limit access according to the user’s registration date. I already have the registration date and already have the amount of days that the… 
- 
		0 votes1 answer299 viewsWordpress Function Enqueue - I can’t add Jquery to the themeI 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…