WordPress
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...
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing issue
- I've read the docs and followed them (if applicable)
- This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots
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
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
Could the URL protocol be dropped?
Originally posted by @mtias in WordPress/gutenberg#19513 (comment)
This refers to removing https:// (or similar) on all Entity (eg: Post/Page) search results. This does not apply to direct entries.
So https://www.mywebsite.com/?p=1234 would be displayed as www.mywebsite.com/?p=1234 with the https:// re
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing issue
- I've read the [docs](https://roots.io/docum
Would be good to add a check for the wpeprivate/config.json file that apparently contains sensitive information.
I've yet to find an example of what one looks like.
References:
https://twitter.com/bugbountynights/status/1198392055044755456?s=19
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/
Is your feature request related to a problem? Please describe.
#554 #1205 both discuss the need for formal comment pagination
Describe the solution you’d like
We should probably follow the pattern of {{ post.comments({ comments_per_page: 20, page: 6}) }} — rather than new arguments
Feature Request
Are there any documentation on how to deploy this to production? right now if you look at the source code, bunch of codes __NEXT_DATA__ I want to see if these codes are gone in production.
has anyone deployed the front-end to digital ocean?
Thanks for contributing this, super helpful.
I just ran into a limitation that I thought might impact others. I had not run into an issue with this before, but I needed to control dropdown menu alignment and found I could not.
I added the following within start_lvl() replacing line 50:
`if ( isset( $args->dropdown_m
-
Updated
Jan 26, 2020 - PHP
Steps to reproduce:
- Add a new post using the block editor.
- Add a gallery block as the first content in the post.
- Add captions for each photo in the gallery.
- 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
-
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;
});
Improve docs
Hi there
I commonly visit the field parameters docs and always I need to check CMB2 code to meet all parameters that a callback parameter will receive
So a great addition will be add the parameters list in docs
An example of this is the default_cb parameter:
https://github.com/CMB2/CMB2/wiki/Field-Parameters#default_cb
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.
Steps to reproduce:
- Go to Settings > Accessibility > TalkBack > "Use service" or use the Volume key shortcut.
- In the WordPress app, go to My Site > Activity.
- Swipe right to read through several items in the log.
Result: the activity icon is read aloud as "activity log" for each item which is repetitive an
I'm trying to run VersionPress on Local by Flywheel which doesn't have Git available. Our system check message is confusing as it indicates an incorrect version:
This is the system info page:
<i
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
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing issue
- I've read the docs and followed them (if applicable)
- This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots
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
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
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():
This is low priority because the list of caches changes infrequently.
An increasing number of GSA APIs are normalizing around the user of this opensource API template.
It'd be very easy to stand up an new instance for the CKAN API and use it for
I don't know if this project is actively maintained or not. But I'd like to update it to Latest bootstrap versions and update the documentation as well. Is there anyone I could talk to about it?
Or should I just get a fork and continue there? Is this project abandoned?
-
Updated
Feb 3, 2020 - PHP
Your instructions do not mention the use of a readme.txt file on the Self Hosted Plugin or Theme instructions. Does that mean if we are going to have a self hosted plugin or theme (not in GitHub or BitBucket) that this code will not read a readme.txt file? Does the readme.txt file only get read if we have GitHub or BitBucket integration?

Once WordPress/gutenberg#18173 is released in NPM together with Gutenberg 7.2 (Wed, Jan 8th), we can remove this bit of CSS and rely on new mechanism instead to hide block UI:
https://github.com/Automattic/wp-calypso/blob/ea170c6cec704da2e86cd9d2129e9b2338ffa886/client/landing/gutenboarding/style.scss#L24-L60
...it was added in https://github.com/Automattic/wp-calyp