-
I'm trying to join affiliate program and my affiliate service provider give me the following code to make sure they can tracking every order number, and there are some information I have to fill, but ......
-
I'm building a website in which folks register for services to make passive income. Additionally, these services offer referral bonuses.The default setting is to have my personal referral links. I ......
-
Im looking over the forms, if someone already spoke on this topic please share link. I keep getting messages saying users tried to access a non-existant page. Here is picture: http://screencast.com/t/......
-
I'm getting the error WP HTTP Error: cURL error 28: Operation timed out after 1001 milliseconds with 0 bytes received using the fetch_feed() method in my Wordpress Plugin.This is for trying to fetch ......
-
I'm trying to parse a third-party RSS feed on my Wordpress site, using fetch_feed.In addition to the standard <title>, <link>, and <description> elements, the feed I'm trying to ......
-
I created a pano tour with Kolor Panotour Pro and embedded it in a wordpress site via PanoPress plugin.The idea I have in mind is that I want to show a panoramic image of a grocery store that people ......
-
Good Day,I have been trying to add verification badge to WordPress users but I no success. I tried using administrator to do the testing by checking if user has role administrator and trying to enter ......
-
It seems like my WP queryis correctly working on selection of author or category, however when I try and select all category (or my blog home) I don't get all the post.Can some one see if there is a ......
-
I have several Authors on WordPress site and when an Author login and see his Dashboard, he see a Published tab that consists of all published posts by other Authors. I need a script to hide that ......
-
Is it possible to use the Gutenberg editor to create site and/or custom post type templates (similar to what is possible with Elementor Pro). I understand that it cannot do this out of the box, but I ......
-
I've exposed the blocks in the api like this:add_action('rest_api_init', function () { if ( ! function_exists( 'use_block_editor_for_post_type' ) ) { require ABSPATH . 'wp-admin/includes/post.......
-
I am basically creating a Custom Carousel Gutenberg Block. It qould be a carousel at the front end and I plan on using a Gallery Block to add images to the carousel.The carousel would be loaded using ......
-
Problem screenshot: https://imgur.com/a/mZ9mUy7The toolbars are getting repeated, This only happens when I add the styles section. If I remove the block style options issue get fixed. I'm not sure ......
-
I have multiple sites which uses a certain parent-theme and all the customisation comes from child themes.I have most of the blocks registered in parent theme, but in some cases I need to customize ......
-
I've created a dynamic Gutenberg Block with <ServerSideRender /> and the Block is rendered using PHP. A cronjob imports customer reviews into a MySQL database every night. The Block displays ......