#
shortcode
Here are 268 public repositories matching this topic...
A WordPress framework that facilitates the development of WP themes
-
Updated
Aug 20, 2020 - PHP
wordpress
wordpress-plugin
shortcode
infinite-scroll
lazy-loading
endless-scroll
infinite-scroll-plugin
wordpress-ajax
-
Updated
Jun 29, 2020 - PHP
A comprehensive collection of visual components for WordPress
-
Updated
Aug 25, 2020 - PHP
A collection of third party add-ons for the Elementor page builder plugin.
theme
wordpress
wordpress-plugin
shortcode
resource
page-builder
elementor
fullwidth
elementor-page-builder
-
Updated
Aug 27, 2020
Yii2 plugins system module with event manager and https://github.com/loveorigami/yii2-shortcodes-pack
-
Updated
Mar 12, 2019 - PHP
A short shell script that returns you your IPv4 address and its geolocation.
-
Updated
Aug 30, 2020 - Shell
Try Django 1.10 is an introduction to Django version 1.10 by creating a URL shortening service. This series covers a variety of Django basics as well as Django 1.10 specific material. Created by Team CFE @ http://joincfe.com.
-
Updated
Mar 14, 2017 - Python
seema1711
commented
Aug 30, 2020
Description
Write a Python script to generate a random password.
Language
- Python
Type of issue
- Feature
Official Python SDK
shortcode
callback-url
sdk
sms
voice
voice-commands
payments
ussd
sms-api
mpesa
sms-gateway
mpesa-api
airtime
premium-subscription
card-checkout
bank-checkout
-
Updated
Jul 23, 2020 - Python
Grav Shortcode Core Plugin
-
Updated
Jul 30, 2020 - PHP
A Wordpress plugin that let's users interactively preview and test webfonts
-
Updated
May 13, 2020 - JavaScript
Probably the the best WP plugin for embedding videos.
php
wordpress-plugin
shortcode
youtube
vimeo
video
responsive
html5-video
lazyload
shortcode-ui
embed-videos
youtube-url
iframe-embeds
youtube-playlist
shortcode-attributes
embedding-videos
-
Updated
Aug 2, 2020 - PHP
SarathSantoshDamaraju
commented
Oct 4, 2018
Feel free to add any aliases that you use other than what has mentioned.
Add the aliases to -
https://github.com/SarathSantoshDamaraju/lazyGit/blob/master/commands.txt
After adding aliases update the readme docs as well.
Cliff's WordPress plugin boilerplate
react
sass
php
wordpress
wordpress-plugin
shortcode
boilerplate
composer
postcss
parcel
namespace
autoloader
wp-plugin
wordpress-plugin-boilerplate
shortcodes
customizer
minified
tailwindcss
customizer-optionsettings
unminified
-
Updated
Aug 27, 2020 - PHP
StagTools is a powerful plugin to extend functionality to your WordPress themes offering shortcodes, FontAwesome icons and useful widgets.
-
Updated
Aug 1, 2020 - PHP
ShortCode generator for PHP. Create short, reversible or random, hash like codes.
-
Updated
Apr 28, 2018 - PHP
Shortcodes pack for https://github.com/loveorigami/yii2-plugins-system
-
Updated
Dec 2, 2019 - PHP
Credit Tracker WordPress plugin
-
Updated
Nov 14, 2019 - PHP
The easiest way to connect Dynamics 365 with WordPress.
-
Updated
Jul 10, 2020 - PHP
WP Query javaScript & XML ( wpqjx / wp-ajax-boilerplate ). ASYNC WP Query WordPress Plugin. Ajax Filtering Library for WordPress
-
Updated
Aug 31, 2020 - JavaScript
Improve this page
Add a description, image, and links to the shortcode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shortcode topic, visit your repo's landing page and select "manage topics."


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