php, wordpress, ubuntu, permissions, lamp

Stack Overflow

Im using Algolia on my website gintlemen.com and i dont want posts, that are set to noindex via Yoast SEO Plugin to be indexed by Algolia. I found this post …

tagged: wordpress, algolia Apr 29 at 18:18
Stack Overflow

I am trying to create a simple post-author dashboard for a custom post type, “apartments”. At the moment, I just have a post-views counter. Does anyone know of any plugins that can display more …

tagged: wordpress, dashboard, posts Apr 29 at 11:10
Stack Overflow

I have made this grid and I would like to add the date below div containing the post on the top right. The thing is that whenever I add the_date(), the template breaks. BTW not all the dates are …

tagged: php, wordpress, twitter-bootstrap-3, grid-layout Apr 30 at 0:35
Stack Overflow

I have been trying for a while to find a method to prevent the the browser from using cached data while the user is logged out. I am trying to force the browser to use the information from the …

tagged: wordpress, rest, api, back-button Apr 30 at 16:34
Stack Overflow

Below is my regular Flexible Content loop in my front-page.php template file. Since I want to re-use these flexible content layouts on other pages I’ll have to copy/paste the same loop code on other …

tagged: wordpress, advanced-custom-fields Apr 29 at 11:39
Stack Overflow

I’m running a WordPress blog on shared hosting. I don’t have that much traffic (max. 4000 views per day / 20 visitors at the same time). I have checked everything I could on the WordPress site e.g.: …

tagged: php, wordpress, performance, cpu Apr 30 at 19:28
Stack Overflow

I work in wordpress custom theme. I have problem with permalinks cpt. I have 3 page: 1 taxonomy parent 1 taxonomy child 1 single project Custom Port Type and Taxonomy have: ‘rewrite’ => …

tagged: wordpress, custom-post-type, taxonomy Apr 30 at 9:56
Stack Overflow

i need help to make a row position fixed in WP Visual Composer or even better to stick it below the fixed header via css. i see .call_to1 {position: fixed} is not working. any help?

tagged: css, wordpress, visual-composer Apr 30 at 20:40
Stack Overflow

I am a ios developer and have some problems with sql queries. I get wordpress posts with query like: SELECT id, post_title, post_content FROM `posts` WHERE post_status = ‘publish’ AND post_type = …

tagged: sql, wordpress Apr 30 at 11:20
Stack Overflow

<div class=”services”> <?php $args = array( ‘post_type’ => ‘services_list’, ‘posts_per_page’ => 20 ); $the_query = new WP_Query( $args ); ?> <?php if …

tagged: php, html, css, wordpress Apr 30 at 9:32
Stack Overflow

I have already changed the upload file size, Max upload side and Max execution time in my C:/xampp/php/php.ini. Also form other forums I used the @ini_set code in my functions.php. I even edited my …

tagged: wordpress, xampp Apr 29 at 22:10
Stack Overflow

Having issues reloading page results without refreshing whole page. I have a dropdown that selects a value, that value then dictates pulling posts from specific categories of CPT to output similar …

tagged: php, wordpress Apr 28 at 23:57
Stack Overflow

I am trying to add a redis object cash server with my wordpress site. I am following this article and I’ve crated account in redislabs.com As per the tutorial, my object-cache.php file has …

tagged: php, wordpress, caching, redis, phpredis Apr 30 at 20:10
Stack Overflow

I’m trying to search within a single category on wordpress using the code below ` $args = new WP_Query( ‘cat=199’ ); if( $args->have_posts() ){ while ( $args->have_posts() ){ …

tagged: php, wordpress, categories Apr 29 at 6:06
Stack Overflow

I’m building a form that a cashier will enter a dollar amount into. When they enter that dollar amount it will add 100 points to their account for every dollar spent. This is built on WordPress so …

tagged: php, wordpress, events Apr 29 at 22:58
Stack Overflow

So I’ve got the following code which makes me add a Barcode field to the Inventory Options of a product. Now I also want to add this to each variations so I can easily add Variation Products when I …

tagged: php, wordpress, woocommerce, custom-fields, variations Apr 29 at 22:08
Stack Overflow

I am currently working on a website and it is a WordPress, i have a section in which i added a fonction call. this fonction call data from an API and i’ve put it in “fonction.php” As it takes take …

tagged: php, wordpress, api, load, pagespeed Apr 29 at 10:58
Stack Overflow

I’m trying to test a purchase on a website I’m developing which uses WooCommerce. So, when I proceed to checkout and chose to pay without a PayPal account (this payment method still runs through …

tagged: wordpress, paypal, woocommerce Apr 30 at 5:14
Stack Overflow

Just installed WordPress with this tutorial https://www.digitalocean.com/community/tutorials/wordpress-lamp-ubuntu-16-04-ru and got php errors when open wp-settings.php Notice: Use of undefined …

tagged: php, wordpress, ubuntu, permissions, lamp Apr 29 at 0:42
Stack Overflow

I have had some problems with my blog, so I have reinstalled, and now it looks nice again: https://stegemueller.dk/blog/ I can login, but the admin bar / dashboard has gone. That means I can’t add …

tagged: wordpress
wordpress , MySQL , Oracol