Blog
Σημειώσεις Διάφορες
Plugins WP Options Page Generator – https://jeremyhixon.com/tool/wordpress-option-page-generator/ WP Meta Box Generator – https://jeremyhixon.com/tool/wordpress-meta-box-generator/ Plugin Development Advanced WordPress Development: Writing Object-Oriented Plugins – https://wpmudev.com/blog/advanced-wordpress-development-writing-object-oriented-plugins/ How to Create a Drop Down List for Posts on WordPress – https://wpmudev.com/blog/how-to-create-a-drop-down-list-for-posts-on-wordpress/ How to Create WordPress Custom Post Types – https://wpmudev.com/blog/create-wordpress-custom-post-types/ A Quick Guide to Creating Custom Taxonomies in WordPress – […]
Introduction to Object-Oriented PHP for WordPress Developers
In WordPress, object-oriented PHP is a well-known learning challenge. I remember my first attempt to learn WP_Query and WP_Widget, two object-oriented WordPress systems: it took hours, and it was extremely mind-bending and difficult. The issue was that I didn’t understand the core concepts of object-oriented programming both systems were based upon. So our goal today is to help you […]
Your First WordPress Plugin: Simple Optimization
WordPress is the largest blogging platform available on the internet today; and with the official release of version three just around the corner, it’s only going to get bigger. As such, over the next few self-contained tuts, we’re going to learn the ins and outs of WordPress plugin development, starting with the creation of our […]
Create WordPress Plugins With OOP Techniques
Object-oriented code, among other things, can help organize and add reusability to your code. In this tutorial, I will teach you the basics of writing a WordPress plugin using object-oriented techniques. We’ll be using Dribbble’s API as an example for this tutorial. Ready? What We’re Going to Learn By the way, if this sounds too […]
3 Approaches To Adding Configurable Fields To Your WordPress Plugin
Anyone who has created a WordPress plugin understands the need to create configurable fields to modify how the plugin works. There are countless uses for configurable options in a plugin, and nearly as many ways to implement said options. You see, WordPress allows plugin authors to create their own markup within their settings pages. As a […]
How to create a WordPress post programmatically
In this article, we will see how to create a post in WordPress programmatically. We will use the wp_insert_post() function to do it. WordPress is a powerful CMS, but there are times when you need to create content programmatically. Maybe you have hundreds of posts that need to be imported from another system, or maybe […]
Πόσο κοστίζει η κατασκευή μίας ιστοσελίδας;
Το κόστος κατασκευής μίας ιστοσελίδας εξαρτάται από δύο παράγοντες Είδη/κατηγορίες ιστοσελίδωνΌσον αφορά το είδος τους, οι ιστοσελίδες χωρίζονται κυρίως σε τρεις κατηγορίες Η ποσότητα του υλικού/περιεχομένουΚάνοντας την υπόθεση ότι η ιστοσελίδα που ανατίθεται προς κατασκευή αποτελεί, ως προς το είδος, ιστοσελίδα εταιρικής παρουσίασης, για να προσδιοριστεί η ποσότητα του υλικού και κατά συνέπεια μία από […]
Τι περιλαμβάνει η συντήρηση ιστοσελίδας και ποιό είναι το κόστος της;
Το κόστος για τη συντήρηση της ιστοσελίδας σας είναι ετήσιο. Συναρτάται, όπως η κατασκευή και η καταχώρηση στις μηχανές αναζήτησης, με το είδος και το μεγεθός της και περιλαμβάνει τις παρακάτω ενέργειες:
Πρέπει να πληρώσω για να εμφανίζομαι στα αποτελέσματα αναζήτησης της google;
Όπως συμβαίνει με το κόστος κατασκευής ιστοσελίδας έτσι και το κόστος καταχώρησης της ιστοσελίδας σας στις μηχανές αναζήτησης εξαρτάται τόσο από το είδος όσο και από το μέγεθός της και καταβάλλεται εφάπαξ. Η καταχώρηση ιστοσελίδας στις μηχανές αναζήτησης αποτελεί ένα σύνολο ενεργειών που πραγματοποιείται από τον κατασκευαστή με στόχο οι μηχανές αναζήτησης να μπορέσουν να […]