Most voted "shortcode" questions
12 questions
Sort by count of
-
5
votes3
answers603
viewsCreate/Use shortcodes in php
I wonder how I can create shortcodes in pure php (I will not use wordpress and your plugins). I don’t intend to use php functions for this purpose. I’d like to create a structure where I can name a…
-
2
votes1
answer144
viewshow to display the first line of a text snippet by linking it to the page where it is?
I need to display the first line of text that will be between the [shortcode] and that this line is a link to your home page. The code below works, it displays a div, but I want to display the first…
-
1
votes1
answer159
viewsTrade ids by include in gallery shortcode in Wordpress
I am using Postgre and when creating image galleries the shortcode is generated automatically like this: [gallery ids="1,2,3,4,5"]. But this database does not accept 'ids', I must put 'include', so:…
-
1
votes1
answer186
viewsupdate_post_meta/add_post_meta de Inputs dinamicos
I have the following problem, I have a shortcode that is a form, and inside this form have inputs that were created dynamically by the programmer himself through a function, but I have no idea how I…
-
1
votes0
answers357
viewsAdd button to insert shorcodes in Wordpress page construction menu
I’m studying how to do things for Wordpress, I managed to make a plugin that creates a form with multiple screens and options fields and buttons. So far the options I pass in shortcodes it is…
-
1
votes1
answer304
viewsHow to call shortcode in wordpress through a select?
i have a page inside my site in wordpress+Woocommerce that has two selects, and after selecting the two, I would like it in a DIV below to call the product by shortcode. The problem is you probably…
-
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
votes0
answers214
viewsBhaskara Calculator functionality in PYTHON
Hello, I am still a student and I would like to know if some way to make more compact is Bhaskara calculator that I made. I’d like one that shows every step as she does. print('BHASKARA SOLVER')…
-
1
votes2
answers169
viewsCheck if there are products on sale in Wordpress with Woocoomerce
I am building a Wordpress site with Woocommerce and want to make the check that if there are products on sale with the shortcode, if exist returns me the title + products, if there is no product on…
-
0
votes1
answer22
views -
0
votes0
answers37
viewsInstall Nesbox emulator in Wordpress 2
I 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
votes2
answers123
viewsHow to generate search result shortcode for a PHP system in a PHP page?
I have a PHP system that does some registration and data listing. To explain what I would like to implement, I will simulate some codes below: $conexao = mysqli_connect(localhost, root, 123456,…