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 13,151 public repositories matching this topic...
Some of the current background image selections have low contrast against the text or could be better quality images that better relate to selected verticals. This may be irrelevant if we decide to remove the image altogether.
- 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
-
Updated
Jul 10, 2020 - Vue
Describe the bug
The label for address_2 has a duplication of '(optional)'.
It's in the field label, then also added in a <span>
tag.
To Reproduce
- Goto WooCommerce.com
- Goto checkout.
- Disable the css on the
.screen-reader-text
CSS class - or view source to see the markup.
Screenshots
<img width="1392" alt="Screenshot 2020-01-28 at 17 31 03" src="https://user-im
New G2 icons
I've been working with @jameskoster and @jasmussen to create new G2 icons. (I'm currently working on the Woo app and noticed there were no current G2 icons equivalent for some existing icons).
[svg files here](https://drive.g
-
Updated
Jul 7, 2020 - Ruby
Submit a feature request or bug report
- I've read the guidelines for Contributing to Roots Projects
- This is a feature request
- This is a bug report
- This request isn't a duplicate of an existing issue
- I've read the docs
Apt Mirrors
Sometimes when provisioning, apt
fails to retrieve packages due to network issues. This seems to have happened in #1991 but if there had been a backup to fall back to this might have been avoided.
For MariaDB at least we can add mirrors, and there are quite a few to choose from listed here:
https://downloads.mariadb.org/mariadb/repositories/#mirror=digitalocean-ams
We might be able to m
Ticket: #1434
There are some limitations when getting posts from other pages in a multisite network. Specifically, when you fetch posts from other blogs, you’ll have to prepare the data in advance.
The linked issue has a very good example for this, that I’ve run into myself, too. I think we should document that in a new Multisite Guide.
There’s also some functionality in the [`Timber
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?
Suggestion
WordPress core recently added this to the navwalker:
https://core.trac.wordpress.org/ticket/43290
Without adding these attributes google audit flags as a security risk, suggested change for class-wp-bootsrap-navwalker.php:
`//$atts['rel'] = ! empty( $item->xfn ) ? $item->xfn : '';
if ( '_blank' === $item->target && empty( $item->xfn ) ) {
$atts['rel'] = 'noopener
Ref. pauD4L-Bb-p2#comment-624
First check that it's possible to add the ability to select a site row in the My Sites table. (When the user reaches the login epilogue screen or the signup epilogue screen.) Then make the changes.
Tapping a row should dismiss the view and navigate the user to the selected site.
<img width="227" alt="Screen Shot 2020-02-24 at 4 05 47 PM" src="https://user-ima
-
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;
});
-
Updated
Sep 16, 2019 - PHP
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.
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
Currently, in order to register a field to an Edge you have to know the full Edge name, like RootQueryToPostConnectionEdge
and that's cumbersome.
It would be nice to have something like: register_graphql_edge_field( $fromType, $toType, $fieldName, $config );
I think it's easier to know the from/to type than know the fully qualified edge name.
Let's write a guide to show how to set up the wp
cli tooling to know about the app webroot and app URI.
Similar to what we do here for drush
, but as a specific guide.
inspiration: lando/lando#2080
Expected behavior
When writing the email in a wrong format error message appears. When rotating the screen the message should be preserved.
Actual behavior
When rotating the screen the message is not preserved.
Steps to reproduce the behavior
- Press Log In
- Enter Email address and press Next. An error message will be shown
- Rotate the screen. The message is not sho
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
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing request
- This is not a personal support request that should be posted on the Roots Discourse community
Feature request
When re-provisioning a server with a users tag `trelli
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
Describe the bug
The Wiki describes install instructions for VVV, but these are manual instructions that would need to be redone on every new VM, and don't use the official way to install things
Expected behavior
Instructions on how to add a utility to config/config.yml
that installs wordmove
https://varyingvagrantvagrants.org/docs/en-US/utilities/
Literally just cre
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
Feature description
Update and adapt the PM guidelines to match the current process for AMP Plugin.
The specifications are documented in <root>/contributing/project-management.md
and don't apply for this project after the codebase was split.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
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?
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?
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia
I'm probably missing something obvious, but neither the website nor this repo has any documentation.
Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?
Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?