php, jquery, json, wordpress, api

Stack Overflow

I try to add in a SSL wordpress site an iframe from an external wordpress site with src http://external.com/ but the website is not loading in the iframe. At first time i show that the http was …

tagged: wordpress, ssl, iframe Mar 26 at 22:39
Stack Overflow

I’m trying to do the equivalent of this in meta_query but so far no success. WHERE tm_url_1=”” AND tm_url_2=”” AND (tm_url_3=”” OR tm_embed_code=!=””) AND (tm_url_3!=”” OR tm_embed_code==””) Here …

tagged: wordpress Mar 27 at 14:15
Stack Overflow

I want to get WordPress post publish date in the format, 2015-02-05T09:20:00+08:00 I have tried, <?php echo get_the_date(); ?> But it shows date in different format.

tagged: php, wordpress Mar 27 at 17:35
Stack Overflow

I am currently frustrated. I want to style this custom menu in the following way: I want to center it while maintaining it’s custom underline. The underline should be the same length all throughout …

tagged: css, wordpress, elementor Mar 27 at 15:59
Stack Overflow

I’m working on a wordpress based webpages (tsc.dk) where I have a theme that I’m customizing rather then building from scratch. The problem I have now is that I can’t figure out how I add button with …

tagged: php, wordpress Mar 27 at 15:34
Stack Overflow

After having created a WordPress website on a test server, I moved it to the clients server. The website works as intended, but now I cannot upload files anymore via the WordPress media area: I am …

tagged: php, wordpress, file-upload, ftp, file-permissions Mar 27 at 14:30
Stack Overflow

I need the source code to add one referral link to the user profile in WordPress. I’m using WordPress to build a site, and I need to know how to write auto generated referral code, it should be …

tagged: php, wordpress, referrals Mar 27 at 11:54
Stack Overflow

Trying to get all posts related to current post category in wordpress. global $post; $postcat = get_the_category( $post->ID ); $postcatjson = json_encode( $postcat ); from the above codes i am …

tagged: php, json, wordpress Mar 27 at 8:42
Stack Overflow

I just work out a WordPress Plugin. It works well in WordPress 4.3.9. It’s my first time making a WordPress Plugin. How can I get the compatibility of this plugin? I can’t test it in every version of …

tagged: wordpress, compatibility Mar 27 at 9:40
Stack Overflow

I am building Woocommerce WordPress Site. I am adding direct download product functionality. I added in my site by using following code` <?php foreach( $downloads as $key => …

tagged: wordpress, woocommerce Mar 27 at 4:45
Stack Overflow

I am trying figure out away to sync the wp_post type entries which happens via Admin account to somehow be synced/echoed in wp_user. Any suggestions? Thanks.

tagged: wordpress Mar 27 at 19:52
Stack Overflow

I want to get the the new registrant first name and display it on my email template $firstname = get_user_meta($userid,’first_name’,true); echo ‘<pre>’; print_r($firstname); echo …

tagged: wordpress, woocommerce Mar 27 at 7:16
Stack Overflow

When I set permalinks to ‘Plain’, everything works. When permalink is set to /%year%/%monthnum%/%postname%/ and I go to for example on Page 2 in link it shows http://baselink/page/2 but still remains …

tagged: php, wordpress, pagination Mar 27 at 13:15
Stack Overflow

I am looking to load just the WordPress post content into an overlay template on an another page that lists multiple post thumbnails. In clicking the link wrapping the thumbnail for each of the posts, …

tagged: javascript, php, jquery, ajax, wordpress Mar 27 at 10:08
Stack Overflow

Following is my form which comes in the popup and i cant submit the data to the data base. please help me to solve this out <div id=”fsModal” class=”modal” tabindex=”-1″ role=”dialog” aria-…

tagged: javascript, jquery, ajax, wordpress Mar 27 at 11:46
Stack Overflow

Do you know what could be the issue I’m having with WordPress’s version of Thickbox (Jquery)? I’ve created within my framework a field that will load other fields via WordPress’s Thickbox. …

tagged: jquery, wordpress, thickbox Mar 27 at 16:11
Stack Overflow

How do you exactly delete the product’s custom product attribute that is unique per product in the database? I tried this SQL delete FROM `wp_postmeta` WHERE `meta_key` = ‘attribute_size’ which …

tagged: mysql, wordpress, woocommerce, custom-fields Mar 27 at 1:59
Stack Overflow

I want to integrate this https://services.cro.ie services in my wordpress. i want to search function is that company name is avalilable or not same like this https://www.irishformations.ie.

tagged: php, jquery, json, wordpress, api Mar 27 at 5:30
Stack Overflow

I just made up a blog on wordpress and now by json i display those post on my website. Now i want to make htaccess that whenever someone clicks on the post on wordpress it will forwarding him to my …

tagged: php, wordpress, .htaccess Mar 27 at 15:49
Stack Overflow

I am using wp-json-api plugin at my WordPress endpoint and this requires me to send a nonce token along with user information to register a new user. To get a nonce token I need to make a GET request …

tagged: wordpress, angular2, ionic2
wordpress , MySQL , Oracol