samjco
@samjco on WordPress.org and Slack
- Member Since: May 15th, 2011
- Location: Kansas City, MO
- Website: linkedin.com/in/samcohen
- Job Title: Digital and Technology Consultant
Bio
Interests
WordPress Origin Story
Contribution History
samjco’s badges:- Plugin Developer
- WordCamp Organizer
- WordCamp Speaker
-
Created a topic, Outputting PHP, on the site WordPress.org Forums:
It would be so so awesome if your plugin can generate …2 months ago
-
Posted a reply to Enhanced Message Field – How to target field within repeatable field, on the site WordPress.org Forums:
Thanks3 months ago
-
Posted a reply to Changing Status when expired, on the site WordPress.org Forums:
Hey Pippin! What are you using to automate the detection and change? Post, plugin load…3 months ago
-
Created a topic, Changing Status when expired, on the site WordPress.org Forums:
Open simple-post-expiration.php Replace Line 84 to en…3 months ago
-
Created a topic, Enhanced Message Field – How to target field within repeatable field, on the site WordPress.org Forums:
I am using option pages to show my repeatable fields. …4 months ago
-
Created a topic, Remove dash (-) from the 2 level taxonomy terms, on the site WordPress.org Forums:
Hello, Any way to remove that "-" from at the beginnin…4 months ago
-
Created a topic, Taxonomy Terms load values not working with radio, on the site WordPress.org Forums:
the field Taxonomy Terms "load values" not working wit…4 months ago
-
Posted a reply to Moving from CPT UI, on the site WordPress.org Forums:
You can, however, export the PHP code of all your CPT created in CPT UI…4 months ago
-
Posted a reply to Disable Option menu and CTP, on the site WordPress.org Forums:
Use a plugin called Branda or Admin menu Editor4 months ago
-
Posted a reply to Insert ACF as Function, on the site WordPress.org Forums:
Just export the PHP of the ACF field group and add to your functions.php https://www.advancedcustomfields.com/resources/register-fields-via-php/4 months ago
-
Posted a reply to CPT-onomy registers as PRIVATE!, on the site WordPress.org Forums:
Well, I like the CPT-onomies just want to fix this. If no fix, I'll just…4 months ago
-
Created a topic, CPT-onomy registers as PRIVATE!, on the site WordPress.org Forums:
Took me a crazy amount of my time to figure out the pl…5 months ago
-
Posted a reply to Make it work like twenty-fifteen!, on the site WordPress.org Forums:
Actually I just noticed. The most simplest approach was just to add a dummy element…6 months ago
-
Posted a reply to Make it work like twenty-fifteen!, on the site WordPress.org Forums:
Hello @manuelrocha88 Well, if you remember, the twenty-fifteen sidebar allows what widget that are in…6 months ago
-
Created a topic, Make it work like twenty-fifteen!, on the site WordPress.org Forums:
Can you make it work like the twenty-fifteen sidebar? …6 months ago
-
Created a topic, Awesome!!, on the site WordPress.org Forums:
This is greatly needed.9 months ago
-
Wrote a comment on the post What’s new in Gutenberg? (25 March), on the site Make WordPress Core:
Here are my thoughts and ideas… I think that it would be much cleaner if:…10 months ago
-
Wrote a comment on the post What’s new in Gutenberg? (11 March), on the site Make WordPress Core:
Here are my thoughts and ideas... I think that it would be much cleaner if:…10 months ago
-
Posted a reply to Restrict Product if it itself wasn’t purchased, on the site WordPress.org Forums:
Thanks for the reply. No the membership model won’t work. So if I make 1-off…1 year ago
-
Posted a reply to Restrict Product if it itself wasn’t purchased, on the site WordPress.org Forums:
So I want to first add a new product on-the-fly, I have code for this.…1 year ago
-
Created a topic, Restrict Product if it itself wasn’t purchased, on the site WordPress.org Forums:
I was wondering if I can Dynamically restrict a produc…1 year ago
-
Created a topic, Adding Category or Tags as CPT-onomies, on the site WordPress.org Forums:
See this thread: https://wordpress.org/support/topic/…1 year ago
-
Posted a reply to Error! That post type name already exists., on the site WordPress.org Forums:
I now can even unset "Category" or "Post-tag" taxonomies and recreated them with CPT-onomies. Add…1 year ago
-
Created a topic, Error! That post type name already exists., on the site WordPress.org Forums:
So I keep getting this error..... That post type name …1 year ago
-
Posted a reply to PHP Notice: Undefined index: hook_suffix, on the site WordPress.org Forums:
hmmm. This is definitely a bug in core. I fixed it by replacing $id =…1 year ago
-
Wrote a comment on the post Discussion: Higher contrast form fields and buttons, on the site Make WordPress Design:
Pretty neat. This is probably the best admin design I've seen for the WP admin:…1 year ago
-
Created a new ticket, #47994, in Core Trac:
The additions of a new wp_posts table columns called post_level and ...1 year ago
-
Wrote a comment on the post Introducing Twenty Twenty, on the site Make WordPress Core:
I still think that Twenty-fifteen was the "Best Theme" of all time! Just felt right.…1 year ago
-
Created a topic, function column_phone, on the site WordPress.org Forums:
How is this function being called>? 139 function…1 year ago
-
Reopened ticket #14558, in Core Trac:
Separate Database Table Support for Custom Post Types1 year ago
-
Created a topic, Add EPS to its own admin menu, on the site WordPress.org Forums:
It would be useful if this plugin is added to its own …2 years ago
-
Created a topic, Filter table by js/jquery?, on the site WordPress.org Forums:
Can I sort/filter the table by JS/ jQuery?2 years ago
-
Posted a reply to Error when trying to select Data Source, on the site WordPress.org Forums:
There is a conflict in admin js somewhere perhaps. Try disabling the js of WPDatatables…2 years ago
-
Posted a reply to URL Link includes Website Address, on the site WordPress.org Forums:
Ah, yes! Unfortunately, you will have to add this to your database before building the…2 years ago
-
Posted a reply to wpDataTables – large files MySQL, on the site WordPress.org Forums:
Try exporting your data using WP rest routes https://wordpress.org/plugins/rest-routes/ and then bring it back into…2 years ago
-
Posted a reply to JSON data from a URL?, on the site WordPress.org Forums:
Use WP rest routes https://wordpress.org/plugins/rest-routes/ The reason why a traditional WP REST API URL won’t…2 years ago
-
Posted a reply to Feature Request – Fetch Data via REST API, on the site WordPress.org Forums:
Actual this can be done using WP rest routes https://wordpress.org/plugins/rest-routes/2 years ago
-
Posted a reply to Single cell content via shortcode?, on the site WordPress.org Forums:
Ninja tables do!! https://wpmanageninja.com/docs/ninja-tables/wp-posts-table/shortcode-computed-value-or-html-in-wp-posts-table/2 years ago
-
Created a topic, Private Comments, on the site WordPress.org Forums:
Would be nice to have a button that "Comment as Privat…2 years ago
-
Posted a reply to How to make it work in PHP with do_shortcode, on the site WordPress.org Forums:
echo do_shortcode('[wp-datatable id=”mtable” fat=”1″] paging: true, responsive: true, ordering: true, buttons: [ ‘copy’, ‘csv’ ]…2 years ago
-
Created a topic, Are there documentation for all filters?, on the site WordPress.org Forums:
Are there documentation for all filters?2 years ago
-
Created a topic, Rename this plugin, on the site WordPress.org Forums:
Because this plugin does more than just endpoints, you…2 years ago
-
Posted a reply to Modifying the query, on the site WordPress.org Forums:
@dicki Yes. Posts Table with Search & Sort. But it doesn't use WP API like…2 years ago
-
Posted a reply to Show in templates, on the site WordPress.org Forums:
Thanks for that explanation. The code above works just fine :)2 years ago
-
Created a topic, Show in templates, on the site WordPress.org Forums:
Does this work for adding to template? <?php echo …2 years ago
-
Created a topic, Modifying the query, on the site WordPress.org Forums:
First of all, Thanks for the plugin! I was wondering …2 years ago
-
Posted a reply to Does Not work :(, on the site WordPress.org Forums:
So I not sure if by me enable the USER REQUEST endpoint did anything. I…2 years ago
-
Posted a reply to Does Not work :(, on the site WordPress.org Forums:
SO I LOGGED INTO YOUR TICKET SYSTEM And it says that I am NOT ALLOW…2 years ago
-
Posted a reply to Does Not work :(, on the site WordPress.org Forums:
So it does use REST API via custom endpoints.. What are those endpoints? Perhaps I…2 years ago
-
Posted a reply to Does Not work :(, on the site WordPress.org Forums:
How does this plugin work exactly? Is it using REST API? Is there any way…2 years ago
Developer
-
ACF PHP VARS
Active Installs: 10+
Plugins
-
10Web Social Photo Feed
-
a3 Lazy Load
-
a3 Portfolio
-
ACF Code Field
-
ACF Dynamic Choices
-
ACF Enhanced Message Field
-
ACF Flexible Content Modal
-
ACF Flexible Layouts Manager
-
ACF Fold Flexible Content
-
ACF Front End Editor
-
ACF Google Maps Radius Search
-
ACF Images Search And Insert
-
ACF Page Level
-
ACF Photo Gallery Field
-
Acf rest select plugin
-
ACF Theme Code for Advanced Custom Fields
-
ACF to REST API
-
ACF to WP-API
-
ACF Token Input
-
ACF Tooltip
-
ACF User Role Field Setting
-
ACF: Better Search
-
ACF: Dynamic Year Select Field
-
ACF: Field Selector
-
ACF: Focal Point
-
ACF: Google Font Selector
-
ACF: Google Map Extended
-
ACF: Image Hotspots Field
-
ACF: Sidebar Selector
-
ACF: User Role Selector
-
Active Directory Integration / LDAP Integration
-
Add External Media
-
Add From Server
-
Add Hierarchy (parent) to post
-
Add Logo to Admin
-
Add Post Type Instructions
-
Admin Bar Login
-
Admin Branding and Tweaks
-
Admin Collapse Subpages
-
Admin Columns
-
Admin Page Framework
-
Advanced CSS Editor
-
Advanced Custom Fields
-
Advanced Custom Fields : CPT Options Pages
-
Advanced Custom Fields Viewer
-
Advanced Custom Fields: Extended
-
Advanced Custom Fields: Font Awesome Field
-
Advanced Custom Fields: Image Crop Add-on
-
Advanced Custom Fields: Link Picker Field
-
Advanced Custom Fields: Mapbox geoJSON Field
-
Advanced Custom Fields: Restrict Color Picker Options
-
Advanced Custom Fields: Table Field
-
Advanced Custom Fields: Tag It Field
-
Advanced Custom Fields: Validated Field
-
Advanced Custom Post Search
-
Advanced Excerpt
-
Advanced Forms
-
Advanced iFrame
-
Advanced Menu Widget
-
Advanced Post Privacy
-
Advanced WordPress Reset
-
Ajax Load More for Advanced Custom Fields
-
AJAX Manufactory
-
All Meta Tags
-
All push notification for WP
-
Alligator Popup
-
Amazing Hover Effects
-
Amazon JS
-
Amity Related Posts
-
amoForms
-
AngularJS for WordPress
-
Animate It!
-
AnsPress - Question and answer
-
App Store Assistant
-
AppBanners
-
Apple Meta Tags
-
Archive Posts Sort Customize
-
Aspose Importer & Exporter
-
Attachments
-
Author Avatars List/Block
-
Author Category
-
Authorizer
-
Authors Autocomplete Meta Box
-
Auto Numbering Post
-
Auto Post Scheduler
-
Auto Upload Images
-
Auto-hyperlink URLs
-
Automatic Featured Image Posts
-
Automatic Post Tagger
-
Autoptimize
-
Avatars Meta Box
-
Awesome Filterable Portfolio
-
Awesome Weather Widget
-
Backend Designer
-
BadgeOS
-
Beautiful taxonomy filters
-
Better Code Editing
-
Better Google Analytics
-
Better REST API Featured Images
-
Better User Search
-
Big Boom Directory
-
Bitcoin and Altcoin Wallets
-
Blog2Social: Social Media Auto Post & Scheduler
-
Booking Calendar
-
Booster for WooCommerce
-
Bootstrap for Contact Form 7
-
Broadcast
-
Browser Screenshots
-
Calculated Fields Form
-
Caldera Forms - More Than Contact Forms
-
Capturly
-
Car Demon
-
Category Sticky Post
-
Chameleon
-
Change Author
-
Charts Ninja: Create Beautiful Graphs & Charts and Easily Add Them to Your Website
-
Child Theme Configurator
-
Chronoforms
-
Cleaner Plugin Installer
-
Client Dash
-
Cloudinary – Image and Video Optimization, Manipulation, and Delivery
-
CMB2
-
CMS Commander - Manage Multiple Sites
-
CMS Tree Page View
-
Co-Authors Plus
-
Code Snippets
-
Column Shortcodes
-
Comment Moderation E-mail only to Author
-
Comments - wpDiscuz
-
Compilebin
-
Content Blocks (Custom Post Widget)
-
Content Cards
-
Content Egg
-
Content Progress
-
Content Staging
-
Content Views - Post Grid & Filter for WordPress
-
Contextual Related Posts
-
Conva Comment System (Beta)
-
Core Tweaks WP Setup
-
cPanel Manager (from iControlWP)
-
CPT-onomies: Using Custom Post Types as Taxonomies
-
Cronjob Scheduler
-
CubePoints
-
Custom Admin Page by BestWebSoft
-
Custom Content Shortcode
-
Custom List Table Example
-
Custom Login
-
Custom Post Type Permalinks
-
Custom Upload Dir
-
Customize WordPress Emails and Alerts - Better Notifications for WP
-
Customizer
-
Customizer Export/Import
-
CyberSEO Lite (CyberSyn)
-
Dashboard Widget Sidebar
-
Database Sync
-
Datafeedr API
-
dbview
-
Debug Bar
-
Debug Bar Console
-
Debug Bar List Script & Style Dependencies
-
Debug Objects
-
Default featured image
-
Dependency Minification
-
Device Mockups
-
Digitalsignagepress Lite
-
Disable Comments - Remove Comments & Protect From Spam
-
Display Posts - Easy lists, grids, navigation, and more
-
Disqus Popular Posts
-
Distraction Free Writing mode Themes
-
DivUp Content
-
DJD Site Post
-
DNUI
-
Dokan - Best WooCommerce Multivendor Marketplace Solution - Build Your Own Amazon, eBay, Etsy
-
Download Monitor
-
Duplicator - WordPress Migration Plugin
-
Dynamic Hostname
-
Easy
-
Easy Author Image
-
Easy Bootstrap Shortcode
-
Easy Custom Auto Excerpt
-
Easy Digital Downloads - Simple Ecommerce for Selling Digital Files
-
Easy Forms for Mailchimp
-
Easy Google Fonts
-
Easy Profile Widget
-
Easy Smooth Scroll Links - Smooth Scrolling Anchor
-
Easy Student Results
-
Ecwid Ecommerce Shopping Cart
-
Edit Author Slug
-
Edit Flow
-
Email Address Encoder
-
Email Users
-
Embed Code
-
Enhanced Media Library
-
Enlighter - Customizable Syntax Highlighter
-
Envoke Supersized
-
Equal Height Columns
-
Event Calendar WD - Responsive Event Calendar plugin
-
Events Maker by dFactory
-
Events Manager
-
Export any WordPress data to XML/CSV
-
Express Checkout via PayPal for WooCommerce
-
Extensions by HocWP Team
-
Extra Block Design, Style, CSS for ANY Gutenberg Blocks
-
Extra Product Options (Product Addons) for WooCommerce
-
Favicon by RealFaviconGenerator
-
Favorites
-
FC's Auto Loan Calculator
-
Feature A Page Widget
-
Feature Request & Idea Collector
-
Featured Image Column
-
Featured Image from URL (FIFU)
-
Featured Video Plus
-
Feed Them Social - for Twitter feed, Youtube and more
-
Feedback Side Tab
-
Fetch Tweets
-
File Away
-
FL3R Randavatar
-
Flexible Posts Widget
-
Force Post Category Selection
-
Forge - Front-End Page Builder
-
Format Media Titles
-
FormCraft - Contact Form Builder for WordPress
-
Formidable Form Builder - Contact Form, Survey & Quiz Forms Plugin for WordPress
-
Forms by CaptainForm - Form Builder for WordPress
-
FrescoChat Live Chat
-
Front End Users
-
Front-end Editor for WordPress
-
Frontend admin menu
-
Frontend Developer
-
Frontend Publishing
-
Frontier Post
-
Fruitful Shortcodes
-
futusign
-
Gearside Developer Dashboard
-
GEO my WordPress
-
GeoMeta For ACF
-
GeoTargeting Lite - WordPress Geolocation
-
GET Params
-
Get the Image
-
GigPress
-
Golden Ticket
-
Google Analytics Top Content Widget
-
Google App Engine for WordPress
-
Google Authenticator - WordPress Two Factor Authentication (2FA , MFA)
-
Google Docs Shortcode
-
Google Drive Embedder
-
Google Forms
-
Gratisfaction- Loyalty, Rewards , Referral, Birthday and Giveaway Program
-
Groups
-
GUI - Visual Editor
-
Hashtag
-
Header Footer Code Manager
-
heatmap for WordPress - Realtime analytics
-
Hierarchy
-
Highlight Bookmark Manager
-
Hotfix
-
HTML Editor Syntax Highlighter
-
HTML Import 2
-
HTML5 jQuery Audio Player
-
HTML5 Placeholder Polyfill
-
HyperDB
-
Idea Factory
-
iframe popup
-
Iframely - rich media embeds for 2000+ publishers
-
Image Effects Generator
-
Image Gallery by Robo – Responsive Photo Gallery
-
Image transitions
-
ImageInject
-
Import and Export WordPress Data as CSV or XML
-
Import any XML or CSV File to WordPress
-
Import Products from any XML or CSV to WooCommerce
-
imPress
-
Imsanity
-
Inline Google Spreadsheet Viewer
-
Insert Estimated Reading Time
-
Insert Pages
-
Instant Search & Suggest
-
IntelliWidget Per Page Custom Menus and Dynamic Content
-
IP Geo Block
-
IP2Location Redirection
-
jQuery Post Splitter
-
jQuery Smooth Scroll
-
Js Css Include Manager
-
JS Job Manager
-
JSM's Adobe XMP / IPTC for WordPress
-
JSM's Screenshot Machine Shortcode
-
JSON API Auth
-
JSON API User
-
JSON Content Importer
-
Juicer: Show all your social media posts in a beautiful feed.
-
Kint PHP Debugger
-
Kodeo Admin UI
-
KV Front-end Post Submission
-
List Builder
-
Live Chat by Formilla - Real-time Chat Plugin
-
LMS by LifterLMS - Online Course, Membership & Learning Management System Plugin for WordPress
-
Lock Your Updates Plugins/Themes Manager
-
Loco Translate
-
Logaster Logo Generator
-
Loglink
-
Logo Carousel Slider
-
Magee Shortcodes
-
Magic Dates
-
Magn WPSync
-
MailPoet Newsletters (Previous)
-
Maintenance Page
-
MainWP Dashboard - The WordPress Manager for Professional Website Maintenance
-
ManageWP Worker
-
Manual Image Crop
-
MapMaker Enhanced Google Maps
-
Markup (JSON-LD) structured in schema.org
-
Masonry Layout ( Post Grid Layout )
-
Masonry Widget
-
Max Mega Menu
-
Media from FTP
-
Media Library Assistant
-
Meet My Team
-
Mega Menu Plugin for WordPress - AP Mega Menu
-
Members - Membership & User Role Editor Plugin
-
MembershipWorks - Membership, Events & Directory
-
Meta Box - WordPress Custom Fields Framework
-
Microthemer Lite - Visual Editor to Customize CSS
-
Mime Types Plus
-
Mobile APP Dashboard Custom Fields Json API
-
MojoPlug Slide Panel
-
Monster Widget
-
More Plugin Info
-
Multi Rating
-
Multivendor Marketplace Solution for WooCommerce - WC Marketplace
-
Muut – Commenting and Forums Re-Imagined
-
My Custom Functions
-
My Downloads Shortcode for WooCommerce
-
My Eyes Are Up Here
-
My WP Plugin Info
-
myCred - Points, Rewards, Gamification, Ranks, Badges & Loyalty Plugin
-
N-Media MailChimp Subscription
-
National Weather Service Alerts
-
Nested Pages
-
Nginx Helper
-
Ninja Forms Contact Form - The Drag and Drop Form Builder for WordPress
-
Ninja Forms Signature Contract Add-On
-
Note - A live edit text widget
-
One Click Demo Import
-
OnePress Image Elevator
-
OnePress Social Locker
-
Only One Category
-
OpenMenu - The official plugin for OpenMenu
-
Optimize Images Resizing
-
Page Builder by SiteOrigin
-
Page Expiration Robot - Countdown Timer
-
Page Generator
-
Page scroll to id
-
Page slideshow
-
Parallax Scroll by adamrob.co.uk
-
Participants Database
-
Passwordless Login
-
Pay For Post with WooCommerce
-
PDF & Print by BestWebSoft
-
PDF Image Generator
-
PDF24 Article To PDF
-
Photo Gallery by 10Web - Mobile-Friendly Image Gallery
-
PHPEnkoder
-
PIKLIST - Easily Build Fields, Forms, Settings, Widgets and More.
-
Pixabay Images
-
Plugin All Info
-
Plugin Builder
-
Plugin Cards
-
Plugin Dependencies
-
Plugin Grabber
-
Plugin Info
-
Plugin Name: WP Online User
-
Pootle Pagebuilder - WordPress Page builder
-
Popup a Poll, Survey, Quiz or Form by OpinionStage
-
Popups - WordPress Popup
-
Popups, Welcome Bar, Optins and Lead Generation Plugin - Icegram
-
Post Forking
-
Post Grid
-
Post Meta Manager
-
Post Status Notifier Lite
-
Post Thumbnail Editor
-
Post Type Icons
-
Post Type Spotlight
-
Post Types Order
-
Post Views Count (Support caching plugins!)
-
Postie
-
Posts 2 Posts
-
Posts Table with Search & Sort
-
Posts To-Do List
-
Pressroom
-
Pretty Links - Link Management, Branding, Tracking & Sharing Plugin
-
Professional WordPress Plugin Development - WP App Studio
-
Profile widget
-
ProfileGrid Memberships - User Profiles, Groups and Communities
-
PublishPress Revisions: Submit, Moderate, Schedule and Approve Revisions
-
Pushover Notifications for WordPress
-
PUZZLER is JS + CSS combine
-
Q2W3 Fixed Widget for WordPress
-
QQWorld Auto Save Images
-
Query Monitor
-
Query Multiple Taxonomies
-
Quick and Easy Post creation for ACF Relationship Fields
-
Quick Featured Images
-
Quick Page/Post Redirect Plugin
-
QuickieBar
-
Radio Station
-
Real-Time Find and Replace
-
Reduce Bounce Rate
-
Redux - Gutenberg Blocks Library & Framework
-
Register IPs
-
Related Posts by Taxonomy
-
Relevanssi - A Better Search
-
Remote Media Libraries
-
Rename Users
-
Replyable - Subscribe to Comments and Reply by Email
-
Responsify WP
-
Responsive Clients Logo Gallery Plugin for WordPress - Smart Logo Showcase Lite
-
Responsive CSS EDITOR
-
Responsive Menu - Create Mobile-Friendly Menu
-
REST API Console
-
Rest Routes – Custom Endpoints for WP REST API
-
Restaurant Menu by MotoPress
-
Rock The Slackbot
-
RSS Aggregator by Feedzy - Powerful WP Autoblogging and News Aggregator
-
Salon booking system
-
Say what?
-
Scripts n Styles
-
Scrollbar Designer
-
Search Live
-
SearchIQ - The Search Solution
-
Send Images to RSS
-
Shiny Updates
-
Shortcake (Shortcode UI)
-
Shortcode in Menus
-
Shortcode Locator
-
Shortcode Shortcode
-
Shortcoder — Create Shortcodes for Anything
-
Shortcodes Anywhere or Everywhere
-
Shortcodes by Angie Makes
-
Shortcodes In Use
-
ShortCodes UI
-
Show/Hide Content at Set Time
-
Simple Author Box
-
Simple Comment Editing
-
Simple Custom CSS and JS
-
Simple Image Sizes
-
Simple Job Board
-
Simple Post Expiration
-
Simple Sitemap - Create a Responsive HTML Sitemap
-
Simply Static
-
Site Setup Wizard
-
SiteOrigin CSS
-
SiteOrigin Widgets Bundle
-
Slate Admin Theme
-
Sliced Invoices - WordPress Invoice Plugin
-
Sliding Panel
-
Slim Jetpack
-
Smart Archives Reloaded
-
Smart Manager For WooCommerce – Stock Management, Bulk Edit & more...
-
Smart Post Grid
-
Smart Scroll Posts for WordPress
-
Smart Slider 3
-
Smartling ACF localization
-
Smartling Connector
-
Smash Balloon Social Post Feed
-
Smooth Scroll
-
Smooth Scroll Page Up/Down Buttons
-
Social Auto Poster
-
Social Login & Register for WordPress - 40+ Social Networks / OneAll INC
-
Social Media Flying Icons | Floating Social Media Icon
-
Social Media Share Buttons Popup & Pop Up Social Sharing Icons
-
Social Share Buttons & Analytics Plugin – GetSocial.io
-
Social Share Buttons by Supsystic
-
SportsPost - Enriched Sports Posts
-
SportsPress - Sports Club & League Manager
-
StageShow
-
Starbox - the Author Box for Humans
-
Static Feed
-
Static Page Template
-
StaticPress
-
StickyAdmin
-
Stop User Enumeration
-
Stream
-
String locator
-
Styles
-
Styles & Layouts for Gravity Forms - Best Gravity Forms Styler, Designer
-
Subscribe To Comments Reloaded
-
SyncFields
-
Syntax Highlighter for Theme/Plugin Editor
-
Tabify Edit Screen
-
Table Maker
-
Tabs
-
Tabsy
-
Tabulate
-
Tada: Instant Webpage Loading, Fast Website Browsing
-
Team Showcase
-
TemplatesNext ToolKit
-
The Post Grid
-
The Welcomizer
-
Theater for WordPress
-
TheTop7 - Custom Top 7 Lists
-
Third Light Browser
-
Timber
-
Time Limited Account
-
Timeline Express
-
TinyMCE Spellcheck
-
TinyMCE Templates
-
Titan Framework
-
TJ Custom CSS
-
Toolbar Publish Button
-
Top 10 - Popular posts plugin for WordPress
-
Transients Manager
-
Travelpayouts: All Travel Brands in One Place
-
Two-Factor
-
Typeform | Engage your audience with beautiful forms, surveys, and quizzes
-
Ultimate Member – User Profile, User Registration, Login & Membership Plugin
-
Ultimate Posts Widget
-
Ultimate Reviews
-
Unlimited
-
Unlimited Custom Sidebars - Content Aware Sidebars
-
Uploadcare File Uploader and Adaptive Delivery
-
User Access Manager
-
User Menus - Nav Menu Visibility
-
User Meta Manager
-
User Registration & User Profile - Profile Builder
-
User Role Widget Areas
-
User Specific Content
-
User Submitted Posts
-
User Switching
-
Users Ultra Membership, Users Community and Member Profiles With PayPal Integration Plugin
-
Vertical Center
-
Video Lessons Manager
-
Video Thumbnails
-
Visage
-
Visual Product Configurator for Woocommerce Lite
-
VK All in One Expansion Unit
-
Voice Comments & Reviews - Heyoya
-
WA Fronted
-
Warm Cache
-
WC Vendors Marketplace - The WooCommerce Multivendor Marketplace Solution
-
WCP Contact Form
-
Weather Station
-
Whereabouts
-
WHIZZ
-
Widget Logic
-
Widget Options - Add Context To WordPress Widgets
-
WooCommerce Bulk Discount
-
WooCommerce Frontend Shop Manager - Free Version
-
WooCommerce Menu Cart
-
WooCommerce Product Archive Customiser
-
WooCommerce Product Dependencies
-
WooCommerce Product SKU Generator
-
WooCommerce Search, eCommerce Merchandising and Navigation
-
WooDiscuz - WooCommerce Comments
-
Woody code snippets - Insert Header Footer Code, AdSense Ads
-
WordLift - AI powered SEO
-
WordPoints
-
WordPress GitHub Sync
-
WordPress File Search
-
WordPress Infinite Scroll - Ajax Load More
-
WordPress Infinite Scroll by Auto Load Next Post
-
WordPress Mobile Pack - Mobile Plugin for Progressive Web Apps & Hybrid Mobile Apps
-
WordPress Online Booking and Scheduling Plugin – Bookly
-
WordPress Page Builder - Beaver Builder
-
WordPress REST API (Version 2)
-
WordPress REST API - OAuth 1.0a Server
-
WordPress Shortcodes Plugin — Shortcodes Ultimate
-
WordPress Social Login
-
WordPress Social Share, Social Login and Social Comments Plugin - Super Socializer
-
WordPress Team Members - GS Plugins
-
WordPress User Registration, Front-end Login & User Profile – ProfilePress
-
WP Accessibility Helper (WAH)
-
WP Ajaxify Comments
-
WP API JSON READER
-
WP API Shortcodes
-
WP Author Slug
-
WP AutoTerms: Privacy Policy Generator, Terms & Conditions Generator, Cookie Notice Banner
-
WP Basic Crud
-
WP Cards
-
WP Club Manager - WordPress Sports Club Plugin
-
WP Config File Editor
-
WP Content Filter - Censor All Offensive Content From Your Site
-
WP Crontrol
-
WP Crowdfunding
-
WP Customer Area
-
WP Customer Reviews
-
WP Data Access
-
WP Database Fetch
-
WP Docs
-
WP Easy Post Mailer
-
WP Editor
-
WP ERP - Complete WordPress Business Manager with HR, CRM & Accounting Systems for Small Businesses
-
WP Event Aggregator: Import Eventbrite events, Meetup events, social events and any iCal Events into WordPress
-
WP Fastest Cache
-
Wp Favs - Plugin Manager
-
WP FILE SEARCH
-
WP First Letter Avatar
-
WP Grid Sorter
-
WP Hotkeys
-
WP Human Resource Management
-
WP Live Search
-
WP Local Toolbox
-
WP Logo Showcase Responsive Slider
-
WP Lorem (WL)
-
WP Magnific Popup
-
WP Mail From II
-
WP Matterport Shortcode
-
WP Mobile Detect
-
WP Mobile Menu - The Mobile-Friendly Responsive Menu
-
WP Nav Menu Cache
-
WP Pipes
-
WP Plugin Info Card
-
WP Post Grid
-
WP Post to PDF Enhanced
-
WP Posts Table
-
WP Quick Search
-
WP Quick Setup
-
WP Responsive Auto Fit Text
-
WP REST API Meta Endpoints
-
WP RSS Aggregator - Automatic and Powerful Content Aggregation and Curation
-
WP Screenshot
-
WP Server Health Stats
-
WP Social Avatar
-
WP STAGING - Backup Duplicator & Migration
-
WP Statistics
-
Wp Subcribe Author
-
WP SVG Icons
-
WP Swiper
-
WP Tab Widget
-
WP Theater
-
WP Tota11y
-
WP Total Hacks
-
WP ULike - Most Advanced WordPress Marketing Toolkit
-
WP Ultimate Post Grid
-
WP Ultimate Search
-
WP User Avatar | User Profile Picture
-
WP User Avatars
-
WP User Frontend - Membership, Profile, Registration & Post Submission Plugin for WordPress
-
WP User Groups
-
WP User Manager - User Profile Builder & Membership
-
WP Users Media
-
WP-Appbox
-
WP-ClanWars
-
WP-Cron Control
-
WP-DraftsForFriends
-
WP-Lister Lite for eBay
-
WP-Stateless - Google Cloud Storage
-
WP-Sweep
-
WP/LR Sync (Lightroom Sync)
-
WP101 Video Tutorial Plugin
-
WPeMatico RSS Feed Fetcher
-
WPFront User Role Editor
-
WPi Designer Button
-
WPSiteSync for Content
-
WPSSO Schema JSON-LD Markup (Google Rich Results, Rich Snippets, Structured Data)
-
WunderAutomation
-
Yet Another Related Posts Plugin (YARPP)
-
YITH WooCommerce Multi Vendor
-
Youtube Playlist Thumbs
-
Zedna WP Image Lazy Load
-
ZM Ajax Login & Register
-
Zoom Image
-
Zotabox - 20+ Promotional Sales tools to boost your subscribers and sales