wordpress, custom-wordpress-pages

Stack Overflow

I have a YouTube video that I am looking to place over top of an image on WordPress. I’m sure it involves CSS and I don’t know how to add CSS to WordPress. I can add Raw HTML using the Visual …

tagged: wordpress Apr 15 at 3:39
Stack Overflow

i creating small plugin to add shortcode under some requirements example , my plugin will check of user agent is bot if yes it will not add and if no it will add it , what i achieved so far is i …

tagged: php, wordpress Apr 16 at 18:47
Stack Overflow

First of all for I am sorry for not writing the question correctly. I am not sure how to express this. Scenario I’ve created a shortcode which fetches content from another posts by post ID. The …

tagged: wordpress, plugins, shortcode Apr 16 at 9:19
Stack Overflow

i change hosting for my site and now the old server is down, i done the backup from ftp and mysql. I change the config.php but it gave error with some file in the include folder (missing). I check the …

tagged: php, wordpress, ftp Apr 15 at 13:14
Stack Overflow

Google webmaster tool shows me this for my website. https://ibb.co/cnCOfk This is a WP website, and my guess is it’s because the redirection from non-www to www is not happening. Google fetches with …

tagged: php, wordpress, .htaccess, redirect, mod-rewrite Apr 15 at 22:25
Stack Overflow

I am developing an ecommerce store based on WooCommerce. I would like to add an View Cart Below the Add To Cart Button. It would be even better if it could only shown after adding at least 1 item in …

tagged: php, wordpress, woocommerce, cart, hook-woocommerce Apr 15 at 8:18
Stack Overflow

I want to link my website’s WordPress database to mobile application; and I am able to generate the APIs using wp-json plugin in WordPress. However, there is a lot of unwanted data which I do not …

tagged: json, wordpress Apr 16 at 13:19
Stack Overflow

I am using a sports WordPress plugin that generates content for that sport based on shortcode that is placed in a page. Right now it is set up by default so that you have to set up a page for every …

tagged: javascript, php, jquery, ajax, wordpress Apr 16 at 20:00
Stack Overflow

Alt text not showing… $images = get_post_meta(get_the_id(), ‘vdw_gallery_id’, true); if( $images ): ?> <ul> <?php …

tagged: php, wordpress, metadata, custom-post-type, alt Apr 15 at 15:29
Stack Overflow

I’ve been wrapping my head around this issue for at least a couple days now, searched online and even broke the code down to make sure I’m not missing anything. The Goal: I’m simply grabbing the …

tagged: php, wordpress, post, gravityforms Apr 15 at 2:43
Stack Overflow

I’m trying to display a meta description on a given page. Two basic variables from Yoast SEO (https://kb.yoast.com/kb/yoast-wordpress-seo-titles-metas-template-variables/): Blue Cash and American …

tagged: php, wordpress, seo, yoast Apr 16 at 18:22
Stack Overflow

I did some changes to my .htaccess file before installing a nice pluging to handle all http to https redirects and now I see it has 2 redirects before my home pages gets 200 status code. How do i …

tagged: wordpress, .htaccess, redirect, mod-rewrite Apr 15 at 5:32
Stack Overflow

After spending a whole night to figure this out, I’m on the brink of giving up 🙁 I have created a WordPress Plugin based on the WP Starter Plugin (WordPress Plugin Boilerplate). So far, the backend …

tagged: php, wordpress, templates, plugins Apr 16 at 10:48
Stack Overflow

i’m stumped. Firstly this is a Fancybox installed on theme, not a plugin, secondly – i’m still learning – so would super appreciate the help! Fancybox needs a href link to open/load the images in …

tagged: php, wordpress, fancybox, fancybox-3 Apr 15 at 19:31
Stack Overflow

I use a message system on my site using the wp_editor and once I click submit it will be posted above it in a thread like situation, compare it to forums. However the comment also remains visible in …

tagged: php, wordpress, forms, editor Apr 16 at 6:12
Stack Overflow

I am using the following PHP code: if (!file_exists(‘../products’)) { mkdir(‘../products’, 0777, true); $target = “Main Not Present, “; } else { …

tagged: php, wordpress Apr 15 at 11:51
Stack Overflow

Select2 is used on Woocommerce checkout page, billing_state_id is a custom field required by a shipping company. On selection, the values do change properly, however, to make update_checkout work, the …

tagged: jquery, wordpress, woocommerce, select2 Apr 16 at 20:45
Stack Overflow

I have this site (i am working on using wordpress on our demo server), then i transferred it to the clients server. Everything was working properly until i discovered that any changes i made is not …

tagged: wordpress, header, footer Apr 16 at 13:03
Stack Overflow

Is there any way for change all custom posts type status change from “publish” to Draft ? Scenario: Here I need to run a script. my post type is: property_listing Now I need to make all post draft …

tagged: wordpress, custom-wordpress-pages Apr 15 at 13:06
Stack Overflow

I am trying to get the feed from modern tribe events calender by adding wp rest api support using following code add_action( ‘init’, ‘w3_events_rest’, 25 ); function w3_events_rest() { global $…

tagged: php, wordpress, rest
wordpress , MySQL , Oracol