Site map
Pages
- Blog
- Developed WordPress Plugins
- Development of websites and applications on the Yii2 framework
- Feedback form
- Other Developments
- Plugin Light Code Block
- Plugin Multilang Perelink
- Plugin My Maps
- Plugin My Text Shortcodes
- Plugin Portfolio Light
- Plugin Redirects for Htaccess
- Portfolio
- Reviews About Me
- Site map
- Website and Plugin Development for WordPress
- Website development on WordPress and web programming on Yii2 ● Laravel ● Symfony
- WordPress Ownership Verification
- Working with API in WordPress
Posts by category
- Category: Bootstrap
- Category: JavaScript
- Category: jQuery
- Category: Linux
- Category: MySQL
- Category: Notes
- Category: PHP
- How to find a key in an array by value in php
- How to implement a subscription in MailChimp via API
- How to determine user geolocation data
- How to remove double spaces with regular expression
- Its own mb_ucfirst function in PHP
- How to determine user IP in PHP
- How to Delete Array Element by Key in PHP
- How to determine the region by IP in PHP using the DB
- How to remove array element by value
- How to Calculate Seconds Until the End of the Day in PHP
- How to get time of all timezones in PHP
- How to find out tomorrow's or yesterday's date in timestamp format in PHP?
- Category: Web
- How to make a to-top button with smooth scrolling
- How to Write the Simplest Stepper Script
- How to make tabs with flexbox and jQuery
- How to Make an Auto-Expanding Field in Pure CSS3
- How to make a hamburger button in HTML and CSS
- How to generate a QR code for a website
- Custom layout on Bootstrap 3
- How to install NodeJs, Gulp and Bower under *ubuntu (briefly)
- Localization of a custom website using WordPress
- Category: WordPress
- How to Hide Everything in the Footer from Indexing in WordPress
- How to Disable Comments Programmatically in WordPress
- How to Attach an Existing Taxonomy to a New Post Type in WordPress
- How to delete data from the database in WordPress via REST API using your Endpoint and API KEY
- How to update data in WordPress via REST API using your Endpoint and API KEY
- How to save data to the database in WordPress via REST API using your Endpoint and API KEY
- How to Get Custom Posttype Data in WordPress by API KEY via REST API
- How to disable single page for custom post type
- How to Add Your Own REST API Endpoint to WordPress
- How to make custom categories nested
- How to get a list of media manager images via WordPress REST API
- How to Add Columns to a Comments List Table in WordPress
- How to Upload an Image to Media Manager via WordPress REST API
- How to place custom post type or taxonomy template files in a custom directory
- How to Get, Create, Edit, or Delete Metadata in WordPress via REST API
- How to Determine if a WordPress Category is a Child Category
- How to read, create, edit and delete category and term data in WordPress via REST API
- What is the difference between posts_per_page and numberposts in WordPress
- How to Read, Create, Edit, and Delete Post Data in WordPress via REST API
- How to Add an Extra Column to a WooCommerce Product Table
- Introduction to WordPress REST API
- Lesson 6. Displaying a list of posts on a page and pagination
- Lesson 5. Connecting jQuery Autocomplete to the Post Autocomplete Plugin
- Lesson 4. Working with Ajax in the autocomplete posts plugin
- Lesson 3. Connecting styles and JS scripts to the autocomplete posts plugin
- Lesson 2. Developing a Shortcode for the WP Post Autocomplete Plugin
- Lesson 1. How to write a WordPress plugin yourself.
- How to Create Your Own Status Post in WordPress
- How to display posts sorted by latest comments in WordPress
- How to Change the Link Set in WordPress Meta Widget
- How to create breadcrumbs from post categories
- How to enable caching of adsense ads from google in wp-rocket
- How to programmatically change the name and description of a site in Yoast SEO
- How to Disable Pagination in Category and Tag Canonical Links in Yoast SEO
- How to Create a WordPress Shortcode That Displays the Date
- How to Save Options to Database in WordPress
- How to Create a Table in WordPress Database
- How to disable date filter in posts or custom post types
- How to Automate Routine Tasks in WordPress Using the wp-cli Console Utility
- How to Add Custom JavaScript Code to WordPress
- How to add your own button to TinyMCE editor
- How to Add a Custom Button to the WordPress Editor
- Work with CRON in CMS WordPress
- How to Get Your Own Post Type in WordPress by Filtering by the Right Taxonomy
- How to Create a Child Theme in WordPress
- Programmatically creating pages in WordPress and displaying them
- Plugin Interaction with WordPress Database. Part 2
- Plugin interaction with WordPress database. Part 1.
- How to programmatically send an email in WordPress
- How to Create a Table in WordPress Admin Panel. Part 2.2.
- How to create a table in WordPress admin panel. Part 2.1.
- How to Prevent Comment Authors' Links from Being Indexed in WordPress (jQuery Version)
- How and Where to Install Shortcode in WordPress
- How to Create a Description for a WordPress Plugin
- How to Create a Table in WordPress Admin Panel. Part 1
- Displaying advertisements via shortcodes
- Output of the RSS feed of the second site via shortcodes in WordPress
- Introduction to WordPress Shortcodes
- How to write a simple plugin for WordPress
- The Easy Way to Connect FeedBurner to WordPress
- Easy way to hide dates (css version) in wordpress
- Junk left behind by plugins after they are removed in WordPress
- How Hide My Dates in WordPress Hides Dates from Search Engines
- How to make friends with the Hide My Dates plugin and the Twentytwelve theme
- How to Prevent Comment Authors' Links from Being Indexed in WordPress
- Category: Yii2
- How to disable Bootstrap in Yii2
- How to establish a connection to a database in the Yii2 framework
- Caching in Yii2 and behaviors
- How to get SQL query as text in Yii2
- How to connect to multiple databases in Yii2
- How to create your own permission type in Yii2 (for RBAC)
- How to update part of the content in Yii2 using JavaScripit and Pjax
- Yii2 using traits in a model and overriding them
- How to Unvalidate Some Fields in Yii2
- Using IN in createCommand of Yii2 framework
- How to set default parameters for a widget in Yii2
- Your own Grid columns in the Yii2 framework
- How to write your own action in Yii2 and reuse it in different controllers