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 14,014 public repositories matching this topic...
-
Updated
Oct 27, 2020 - Vue
WordPress starter theme with a modern development workflow
-
Updated
Nov 12, 2020 - PHP
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:
Describe the bug
I think now the options description should be reduced.
I think removing the Verticallyword from there could work. Also, we should remove the uppercase for not-first words.
Expected behavior
See the vertical options as Vertical top, Vertical middle and Vertical bottom
Screenshots
<img src="https://user-images.githubusercontent.com/77539/98256205-0ae2fe
WPScan is a free, for non-commercial use, black box WordPress security scanner written for security professionals and blog maintainers to test the security of their WordPress websites.
-
Updated
Nov 13, 2020 - Ruby
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure
-
Updated
Nov 13, 2020 - PHP
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
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
-
Updated
Sep 7, 2020 - JavaScript
A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
-
Updated
Oct 18, 2020 - PHP
-
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;
});
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
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
-
Updated
Sep 16, 2019 - PHP
-
Updated
Oct 2, 2020 - JavaScript
The $variables parameter is documented as a string when it should be documented as an array - https://github.com/wp-graphql/wp-graphql/blob/f801ab10b19c9c44755861ce4216ac0a8c436869/src/Request.php#L524
Let's write a guide on how to tail the pantheon/fpm logs.
I think it is as easy as:
lando logs -s appserver -fThat seems to spit out the PHP errors when I create a syntax error or undefined function in my Pantheon app.
Let's turn it into a guide: https://docs.lando.dev/contrib/guides-intro.html
CMB2 is a developer's toolkit for building metaboxes, custom fields, and forms for WordPress that will blow your mind.
-
Updated
Oct 28, 2020 - PHP
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), DisableGit-based version control for WordPress. Whoa!
-
Updated
Sep 28, 2020 - PHP
Ansible playbooks for a WordPress LEMP stack
-
Updated
Nov 13, 2020 - HTML
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
Multi-stage command line deploy/mirroring and task runner for Wordpress
-
Updated
Oct 1, 2020 - Ruby
Bug report
- I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated
- I've searched for existing issues.
- I've checked the documentation: https://docs.frontity.org
- I've checked the community forum: https://community.frontity.org
Data.gov source code and issue tracker
-
Updated
Nov 10, 2020 - JavaScript
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.
All in one tool for Information Gathering, Vulnerability Scanning and Crawling. A must have tool for all penetration testers
-
Updated
Sep 17, 2020 - PHP
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia


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