php, wordpress, plugins, infinite-scroll

Stack Overflow

There’s not much in the documentation of this old WordPresslib module on how to post to a specific category. Looking through the code of the module itself shows lots of category related classes in it. …

tagged: php, python, wordpress, module Mar 28 at 15:18
Stack Overflow

I want to apologies for my bad english. I’ve a single WordPress install with multiple subdomains. It means that you can access any content with any subdomain, for example /my-post/ can be accessed …

tagged: wordpress, session-cookies, subdomains Mar 28 at 11:55
Stack Overflow

I have a table called “races” in my WordPress database. main.php my events page displays all of my races inside the table “races” – everything works fine here <?php global $wpdb; $table_name = …

tagged: php, mysql, database, wordpress Mar 27 at 23:04
Stack Overflow

Since the ‘title’ attribute is an global attribute, I would like to use it for setting link title attribute for the <a> tag from wordpress image details GUI. I want this so that I am able to …

tagged: html, css, wordpress Mar 28 at 13:26
Stack Overflow

Is there a WordPress alternative to Data Consultants Grapevine EF&I?https://www.dataconsultants.com/products/efi.php1 Needing an alternative solution.

tagged: wordpress Mar 28 at 16:04
Stack Overflow

I Tried GTmatrix and web page test the first request does take a lot of time I never it below Time to First Byte: 3247 ms, I am using WordPress with the minimum plugin, and very simple homepage, I …

tagged: wordpress Mar 28 at 15:16
Stack Overflow

One of my customers is facing an issue with redux framework. When redux framework is activated on his blog, the media library stops loading and shows only loader icons. When redux framework is …

tagged: wordpress, redux-framework Mar 28 at 9:07
Stack Overflow

We are trying to use the Facebook SDK to engage users. We have a simple Facebook App on our blog that allows users to “sign in” with Facebook as well as “Comment” on articles etc. On our staging site, …

tagged: wordpress, facebook, facebook-graph-api, facebook-php-sdk, facebook-comments Mar 28 at 19:12
Stack Overflow

<?php function delete_post(){ global $post; $deletepostlink= add_query_arg( ‘frontend’, ‘true’, get_delete_post_link( get_the_ID() ) ); if (current_user_can(‘edit_post’, $post->ID)) { echo …

tagged: php, wordpress Mar 28 at 3:48
Stack Overflow

I am creating an AJAX feature for a form that asks for 3 inputs – BEDS, BATHS, FREQUENCY. I want the output to be the PRICE. So when the user does the input, it only outputs the corresponding price of …

tagged: php, arrays, ajax, wordpress Mar 28 at 2:18
Stack Overflow

I am building a mobile app with wordpress as the backend. I am Using WordPress REST API 2 to get JSON data from my backend. is there a way to get how many people have viewed a post using the API? …

tagged: wordpress, wordpress-rest-api Mar 28 at 16:03
Stack Overflow

One of my users has an issue with one of my pages which is based on the twentythirteen wordpress theme. when he opens one of the drop down menus and then clicks right and chooses “open in new tab” in …

tagged: wordpress, drop-down-menu, submenu Mar 28 at 9:20
Stack Overflow

In a WordPress page, inside a div, I want to convert text from uppercase and mixed to capitalize. Data are collected by a form where users use lowercase, uppercase and mixed. CSS is not a solution …

tagged: javascript, jquery, html, wordpress Mar 27 at 20:12
Stack Overflow

I’m writing a tracking plugin in WordPress that identifies site visitors with a random ID. Say I call the following on init: public function set_cookie(){ if(isset($_COOKIE[‘visitor_id’])){ …

tagged: php, ajax, wordpress, cookies Mar 28 at 19:26
Stack Overflow

Hi if someone could help I would really grateful. I am using the Woohoo wordpress news theme. What I would like to do is when a user clicks to a post that they can just scroll to the next post as well …

tagged: php, wordpress, plugins, infinite-scroll Mar 28 at 9:31
Stack Overflow

At first i develop a wordpress site in my sub-domain http://organicbeautycare.wp.digmark.info/. Than i move all file in my main domain http://organicbeautycare.ml/. Now i delete my sub-domain in my …

tagged: wordpress, dns, subdomain Mar 28 at 5:52
Stack Overflow

I am writing a Page where i display ads from the database and for each ad I have a separate page that is generated dynamically. Here code: $id_ad = $_GET[‘id’]; …

tagged: php, wordpress Mar 28 at 7:15
Stack Overflow

So my local wordpress just crashed and i got the following message Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1742791683 bytes) in …

tagged: wordpress, woocommerce, fatal-error Mar 28 at 13:55
Stack Overflow

I would like to modify the title of one of my page if $_GET[‘arg’] is set with wordpress 4.7.3. I’m very bad with this CMS so please be precise 🙂 I got a child-theme and child-template set up for …

tagged: wordpress Mar 28 at 2:58
Stack Overflow

The code below works great for paginating my custom post search results: if( isset($_GET[‘pagination’]) && $_GET[‘pagination’] != ‘false’){ $arguments[‘posts_per_page’] = -1; $…

tagged: php, wordpress, isset, paginate
wordpress , MySQL , Oracol