WordPress Functionality

I currently have this in my WordPress htaccess file: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.html?$ / [NC,R,L] …

tagged: wordpress, .htaccess, url, permalinks Mar 1 at 22:40
Stack Overflow

I would like to prevent screen/site scrapping using tools like jsoup. I tried with some security plugins like all in one wp security, wordrfence security etc. Can someone help/guide me on how to …

tagged: wordpress Mar 2 at 4:59
Stack Overflow

How can pairs of meta_key, meta_value be processed in a table in which each meta_key is a column? Background: I need to get for each purchase made in Learnpress (WordPress Plugin) the payment method, …

tagged: mysql, wordpress Mar 1 at 22:53
Stack Overflow

I created a custom template page for getting custom posts from search, based on change of radio button which submits the same page on change and fetch the post of that selected taxonomy. here’s the …

tagged: wordpress, url-rewriting Mar 2 at 7:10
Stack Overflow

Im trying to make slider working like the one on this site Slider should check if an image is portrait or landscape: -if it’s portrait, slider should display two images next to each other -if it’s …

tagged: jquery, wordpress, slider Mar 2 at 1:16
Stack Overflow

Why don’t the items in the first row don’t line up on my WooCommerce Sales/Archive page.=, see below? I didn’t find the answer looking at my CSS code. Any help appreciated. …

tagged: css, wordpress, woocommerce, archive Mar 1 at 22:13
Stack Overflow

I have few post types without base slug but those are not working with amp. I am using these rewrites rules but only work which comes in last. add_rewrite_rule( ‘^([^/]+)+[\/]+(amp)/?$’, …

tagged: wordpress, custom-post-type, amp Mar 1 at 19:04
Stack Overflow

I’m trying to show a popup containing a poll only for some users (depending on their role) and to show it only once per user. The modal I want them to see is a poll, CP Poll. I’ve tried using …

tagged: php, wordpress Mar 2 at 17:17
Stack Overflow

I am trying to enqueue a script in my WordPress function.php I cant seem to get it to pick up the script. works in this format if include in header <script …

tagged: javascript, php, wordpress Mar 2 at 15:12
Stack Overflow

I have a CPT called “review” The front page displays ALL post types called “review” I want to display the original number (order) of the post as in 1 of 20 (assume there are 20 items in the loop) 2 …

tagged: wordpress, loops, while-loop, custom-post-type Mar 1 at 19:49
Stack Overflow

Been experiencing this error which causes my WordPress Admin Panel to malfunction especially in Media File uploading. For files more than 1MB, the uploading does not continue, loading bar disappears …

tagged: wordpress, wordpress-theming Mar 2 at 15:47
Stack Overflow

I have a strange issue. All my images from Amazons3 is showing up fine on desktop computers, but on mobile devices, they don’t show. I have looked into everything but cannot find a solution. I use …

tagged: wordpress, plugins, amazon-s3 Mar 2 at 5:44
Stack Overflow

i need help with WPCF7 I need create submit with custom form params in code before send mail (WPCF7 hook – wpcf7_before_send_mail). I know how do something before send mail, but how create submit in …

tagged: php, wordpress, contact-form-7 Mar 1 at 20:11
Stack Overflow

I need some clarification on how Adaptive Payments works. To be specific I am building my website on wordpress with Dokan and their adaptive payments plugin add-on. I am being told that the admin …

tagged: wordpress, paypal, paypal-adaptive-payments, dokan Mar 1 at 20:52
Stack Overflow

I just upgraded our server and it has the latest version of php. When users try to log in to our website we get the following error: The staging.ilovenz.me page isn’t working staging.ilovenz.me

tagged: php, wordpress, login, error-handling Mar 1 at 21:36
Stack Overflow

I have a recipe website and search option in it. Now i have recipe name CAKE and when i search CAKES then its not showing result. Its fine with CAKE or CAK . I want result with LIKE query. Please help …

tagged: wordpress, search Mar 2 at 6:42
Stack Overflow

My site (https://www.trs.is) recently switched to https and now I am getting an Unauthorized error when I try to get all products from my WooCommerce store. I have tried many things with the …

tagged: wordpress, vb.net Mar 2 at 10:29
Stack Overflow

I have wordpress installed in the root directory of a domain, and need to add some dynamic splash pages to the website for visitors to land on prior to entering the site. I’ve ruled out using …

tagged: php, wordpress, .htaccess, mod-rewrite, splash-screen Mar 2 at 14:48
Stack Overflow

I am creating a child site from front-end by using wpmu_create_blog(). The whole code is working fine but the main issue occurs when we visit the new site frontend it gets 404 page not found But …

tagged: php, wordpress, multisite, wpmu Mar 2 at 4:46
Stack Overflow

I have an issue with an IIS10 webserver. It was initially created to host one of our websites which works using HTTPS. I then created two new sites and migrated from LAMP to IIS10. The sites work …

tagged: wordpress, azure, iis, dns, timeout Mar 2 at 10:54