The Wayback Machine - https://web.archive.org/web/20201105084624/https://github.com/topics/wordpress
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 13,977 public repositories matching this topic...

simison
simison commented Nov 4, 2020

Our login forms are on multiple pages and we can help autofill detect correct inputs with autocomplete="current-password" and autocomplete="username".

Explicitly defining an input element’s autocomplete value lets you support login workflows that couldn’t otherwise be detected by Password AutoFill’s heuristics. For example, the heuristics assume the user name and password inputs are on th

jmawebtech
jmawebtech commented Sep 4, 2020

Hi,

Error: When querying orders in UTC time, WooCommerce fails to recognize the timezone. I am sending UTC time, but WooCommerce uses its own timezone instead.

Steps to reproduce:

Here is the site:

https://www.idscad.com/wc-api/v3

store": {
"name": "IDS CAD",
"description": "Digital Artistry",
"URL": "https://www.idscad.com",
"wc_version": "3.8.1",
"version": "3.1.0",

https:

gutenberg
bobbingwide
bobbingwide commented Oct 29, 2020

Describe the bug
I'm using the post-excerpt block in a query-loop in an experimental FSE theme.
I noticed that the background styling had extended to subsequent sections of the output.
The generated HTML was missing the </div> tag.

A clear and concise description of what the bug is.

To reproduce
Steps to reproduce the behavior:

  1. In a Full Site Editing theme create a home.
timber
errand
errand commented Sep 26, 2020

Expected behavior

{{ post.get_comment_count }} should return only comments count without trackpacks and pingbacks
because post.comments return only comments

Actual behavior

post.comments return only post comments

Steps to reproduce behavior

Add trackbacks and pingback, render {{ dd(post.comments) }}

What version of WordPress, PHP and Timber are you using?

WordPress 5.5.1

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;
});

frosty
frosty commented Oct 26, 2020

Uncovered in #15150, we discovered that the local notification that appears after a post is successfully published doesn't launch to the correct section of the app.

ShareNoticeNavigationController.navigateToPostList(with:) is called from InteractiveNotificationsManager, which in turn calls ShareNoticeNavigationController.fetchPost(from:onSuccess:onFailure:). This expects a post ID and a s

henrikwirth
henrikwirth commented Oct 26, 2020

WordPress VIP has pretty high coding standards and everyone who will work with VIP in the future will face the same problems as our team right now. It would be great if we could get coding standards up and running with VIP's standards.

Ideally we could setup PHP_Codesniffer with all the configurations of them and let a bot check run through it before merging PRs.

We will attempt to setup eve

hypest
hypest commented Jun 4, 2020

Running ./gradlew lintVanillaRelease on dc41909f75 produces this linter report:

warning LintBaseline: Baseline Issues ../../lint-baseline.xml: 165 errors/warnings were listed in the baseline file (lint-baseline.xml) but not found in the project; perhaps they have been fixed? Unmatched issue types: AlwaysShowAction (2), ClickableViewAccessibility (5), Disable
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
You can’t perform that action at this time.