Skip to content
#

WordPress

wordpress logo

WordPress is a popular content management system, used for websites and blogs. WordPress is written in PHP and MySQL and is designed to be flexible and user-friendly.

Here are 12,075 public repositories matching this topic...

sage
nginxconfig.io
mike-sfg
mike-sfg commented Sep 16, 2019

The Wordpress configuration includes the wordpress.conf file after the location rule is matched for handling .php files.

See this portion of example.com.conf:

# handle .php
location ~ \.php$ {
include nginxconfig.io/php_fastcgi.conf;
}

# additional config
include nginxconfig.io/general.conf;
include nginxconfig.io/wordpress.conf;

Wh

EdithAllison
EdithAllison commented Dec 17, 2019

In the cancelled email, the text says:

echo sprintf( esc_html__( 'Alas. Just to let you know — order #%1$s belonging to %2$s has been cancelled:', 'woocommerce' ), esc_html( $order->get_order_number() ), esc_html( $order->get_formatted_billing_full_name() ) ) . "\n\n";

The word "alas" is confusing to non-English speakers. It's not commonly used and non-native speakers don't understan

gutenberg
tomjn
tomjn commented Dec 11, 2019

Right now this doc at https://varyingvagrantvagrants.org/docs/en-US/adding-a-new-site/custom-public_html/ needs adjustment to encourage users to rely on the custom nginx functionality.

So it needs to direct users to this page for modifying the nginx file rather than explaining how to do it in its entirety:

https://varyingvagrantvagrants.org/docs/en-US/adding-a-new-site/custom-nginx/

headless-wp-starter
designsimply
designsimply commented Dec 23, 2019

Steps to reproduce:

  1. Add a new post using the block editor.
  2. Add a gallery block as the first content in the post.
  3. Add captions for each photo in the gallery.
  4. Go to My Sites > Blog Posts and look at the generated excerpt.

Result: the generated excerpt for a post with a gallery block as the first content shows all of the captions from the gallery without any spacing between t

interludic
interludic commented Oct 31, 2018
  • Corcel Version: "jgrossi/corcel": "2.5.*",

  • Framework Name & Version: "laravel/framework": "5.5.*",

  • PHP Version: 7.1

Description:

Cant find model... for

// clean and simple all posts from a category
$cat = Category::slug('uncategorized')->posts->first();
$cat->posts->each(function($post) {
echo $post->post_title;
});

CMB2
create-guten-block
ronalfy
ronalfy commented Jun 1, 2019

Feature Request

Right now when you run npm run build, the code is obfuscated and doesn't work with WP CLI's makepot feature because the variables are overwritten to be something else.

Adding this to webpack.config.prod.js allows for the i18n strings to not be obfuscated so that a user can run WP CLI's makepot command and have the JavaScript strings added to their POT file.

kellenmace
kellenmace commented Dec 26, 2019

For the updateUser mutation, the id input field's description says "The ID of the user". That is misleading though – WPGraphQL users will think that they should pass in the WP user ID, rather than the globally unique identifier for the user object. Screenshot: https://cloudup.com/crBNDmBdh5z

I think that to avoid that confusion for the updateUser mutation and any other operations, it woul

trellis
AlchemyUnited
AlchemyUnited commented Dec 20, 2019

Please complete the following:

Link to the page that needs to be updated or changed.
https://docs.lando.dev/config/events.html

Describe the change you'd like

I have a series of run: steps that I want to do on start, but not restart. example: pull DB update from remote DB (e.g., pantheon).

i tried using post-start, presuming that would shield them from a restart. that didn't s

mrrobot47
mrrobot47 commented Feb 6, 2019

Currently, EE_PROXY_TYPE is a constant, which is the container id of the global nginx-proxy container. It is computed every time during the initialization of an command as it is present in the runner.

The command executed for it is time consuming and also required by only a handful of commands, hence it should not be in the runner. Instead it can be replaced by a utility function which comp

amp-wp
westonruter
westonruter commented May 22, 2019

The list of AMP Caches is available at https://cdn.ampproject.org/caches.json

This could be pulled in dynamically rather than hard-coding each AMP Cache in \AMP_HTTP::get_amp_cache_hosts():

https://github.com/ampproject/amp-wp/blob/9e049f6554b69e06284ead57d13ef416226a51ec/includes/class-amp-http.php#L191-L239

This is low priority because the list of caches changes infrequently.

Created by Matt Mullenweg, Mike Little

Released May 27, 2003

Organization
WordPress
Website
wordpress.org
Wikipedia
Wikipedia

Related Topics

theme php bedrock
You can’t perform that action at this time.