Questions tagged as 'wordpress'

1
answer

integrate bootstrap 4 to wordpress

I am creating my first theme in wordpress, and I would like to integrate bootstrap 4 to it, however wordpress contains version 1.2 of jquery plus bootstrap 3.3.1 of jQuery as I could integrate it. if(!function_exists('mawt_scripts')) : // func...
asked by 20.12.2018 / 00:27
0
answers

Custom Post Type of Wordpress within another

Is there any way to put a WordPress CPT into another? That is, I want to create a CPT for courses and for lessons, but only "Courses" appear in the WP menu. When you put the mouse on top, you should see "Create a course" and "Create a lesson"...
asked by 19.12.2018 / 10:35
0
answers

CPT WordPress in archive.php with ACF

I tell you, I have a particular situation: 1) I have a CPT in WordPress called projects 2) I have a rewrite of the CPT to have it in 2 languages 'projects' => array( 'es' => array( 'has_archive' => true,...
asked by 17.12.2018 / 17:09
0
answers

Wordpress Lists

I am creating a web page with wordpress. I would like to do the following Half of the page (left) a list of "things" like this: -AA (2) -BB (7) -CC (10) What you put in parentheses is the number of posts that list has. If you click on t...
asked by 13.12.2018 / 10:37
0
answers

Google Opt-Out-Cookie by javascript

Well, I explain, I use wordpress as the basis of development and the editor has a small problem, when you enter a script entry and you give visual, it deletes the script you have tried to insert. The problem is that I need to put this in <a...
asked by 18.12.2018 / 09:53
1
answer

How to validate a 404 on a page with an if

I am using the following code for($pagina=50;$pagina<60;$pagina++){ $data = file_get_contents("http://www.pagina.net/?p=".$pagina); if ( preg_match('|<h2 class="titulo">(.*?)</h2>|is' , $data , $cap ) ) { echo '<br>...
asked by 03.12.2018 / 13:17
0
answers

Courses in wordpress using learndash and Astra theme

I need to know how to show the courses in several columns and at the same time be able to use navigation arrows to pass the courses. Something similar to how it is shown in udemy. Right now I can only show them in a single column. I am using lea...
asked by 29.11.2018 / 01:24
0
answers

JWT is not configured properly, please contact the admin

very good: I'm trying to make my cinexion safer with my api rest and for this I installed in my wordpress the plugin "JWT Authentication for WP-API" I followed all the steps: .htaccess wp-config: but when executing in POSTMAN:...
asked by 05.12.2018 / 13:28
0
answers

Uncaught TypeError: jQuery (...) .ipanorama is not a function

I have the short code as follows <?php echo do_shortcode('[ipanorama id="893"]');?> but I miss this error what could it be? So I have the head <head> <title>OptimusDrone</title> <meta chars...
asked by 23.11.2018 / 21:08
0
answers

How to get wordpress records and export them in a .csv with php?

I have been trying to get user information from a wordpress database and export it in a .csv file This is the code I'm using: <section> <div> <?php $array_export_cvs = array(); $array_e...
asked by 21.11.2018 / 05:32