Available for. Categories are hierarchical and can have parent and child categories. The
Add a category. The website content configuration category is different from the labels that are usually used more, and tends to be used for some or main themes or themes of the website. In most sites, the difference is that the site is organized using categories and added to the navigation menu without tags. Each category defined is a term classified by category. Level classes are programming types used in object-oriented PHP. Using classes instead of loading individual functions makes the code simpler and easier to extend. Class contains multiple related functions (called methods). For example, the wp_widget class contains functions to populate parts, save input, and output to the site. You can then modify or add specific parts to create new classes in plug-ins or topics that extend the original classes, thereby reducing the hassle of recreating the entire class. The
Subtopics subtopics are topics that are used to add code to a parent topic. To edit a theme purchased or installed in the theme directory, you must always use sub themes for editing, rather than directly editing the theme. Changes to the theme will be lost on update. To notify WordPress that a theme is a sub theme, add additional code containing details of the parent theme to the theme style sheet. You can use subtopics to add adjustments to a parent theme, perform important customizations, add additional styles, features, or template files, or work with theme frames. The
CMS CMS or content management system is a system that allows users to add content to the website without directly encoding the content on the web page. WordPress is the most popular CMS in the world! CMS requires a database to store content and a set of files (Topics in WordPress) to generate front-end languages (such as HTML and JavaScript) and output content to web pages. This is usually done using a back-end programming language such as PHP. Configuration file configuration file or WP config. PHP defines how to configure word press installation. When making changes on the administrator screen, you can edit them from word press itself or directly (note!). Use it to activate or turn multisite debugging on or off. The
Customizing the word press customizer is an interface that allows you to change parts of a site that cannot be edited through the post editor. The functionality you can access varies by topic (and sometimes plug-ins), but there are several basic elements, including artifacts, menus, and site IDs. You can also use themes to customize the layout and colors, and add text to the header and \/ or footer. The website can be easily customized in real time by using customization software. All topics submitted to the topic directory must now use a custom program instead of the topic options screen. Its advantage is that users can view changes. To add custom functionality to your topic, follow the guidelines. The
Custom fields custom fields are another way to describe post metadata. To add additional data to the post, such as mood when writing, weather, etc., use custom fields. Do not use custom fields to categorize posts. Instead, use categories or labels. To add custom fields, use the interface on the edit article screen. Alternatively, you can create your own metaboxs to make it easier to work with custom fields. Database database stores all data related to word press installation. Here is the content (crab)
)Call include file. This inserts the code in the file where you added the included functionality. Ring ring ring is the code in the topic, which is used to query the database and import and output the current post. For a single post or page, it runs only once, and on the archive page, it repeats until all relevant posts are printed. You can add rings to a theme template file or to a template section. That is, you can use the same ring in multiple template files. For guidance on how to do this, see the topic development post. A metabox meta box is an area of the management screen used to add content, configure settings, or perform actions. You can create your own plug-ins and add meta boxes. By adding metabox, users can add metadata to this post. The meta box is useful because it provides the flexibility to add additional content areas (using metadata) or configurations without the user having to leave the screen or write code after editing. Metadata metadata is data about data. Yes, that sounds ridiculous. I will give an example. WordPress stores posts (and pages, attachments, etc.) in the wp\u Posts table in the database. The fields in this table are limited to predefined lists, including post title, post content, creation date, status, and excerpts. However, how do you add additional data to a post that is not in one of the fields? Metadata, also known as custom fields, is required. Everything you want can be achieved from the weather of creating posts to SEO related data. To create and process metadata, see the guide. Methods are used in object-oriented programming. Describes the methods of the functions used in the class. There is no mystery about this! Multisite networka multisite network is a network of sites that share a word press installation. With multisite enabled, you can host any number of sites, from 2 to millions, in your word press installation. For complete instructions on installing and managing a multisite network, see the final guide for multisite. Navigation menu a navigation menu is a menu placed in the site title so that people can navigate the site. Menu items are post types of word press, which can be added through the menu management screen or custom programs. You can also code topics or add navigation menus using constructs. Nosky nonce refers to the number used at one time. Usually a number that can only be used once in a URL. For example, if someone tries to reset their password in word press, a link containing nonce will be sent. If you click this link, you will not be able to use it again. That is, no one else can use the same link to change the password again. For example, when saving data through a plug-in, use nonce to make your code more secure. In object-oriented programming, an object is a collection of variables and related methods. You can use it in your classes to group functionality together and extend your code more efficiently and easily. Object oriented programming object oriented programming is a programming method that can easily use objects, methods, and classes to group and extend code. This corresponds to functional programming that treats functions as separate entities. Options options are changes that can be made to the word press site, not to posts, pages, or other content types. It is related to site settings, plug-ins, or theme configuration. Options are also called settings. All options in the site are stored in the wp_options table in the database, which is the only table that is not connected to other tables. Page
Pages are the default post type that comes with the standard word press installation. Used for static content and does not need to be listed on the blog page or elsewhere on the site. Common pages include the home page, information page, or contact page. Some sites are based entirely on pages, not posts. They typically use a hierarchical structure with parent and child pages. Plug ins a plug-in is a code set that adds additional functionality to a WordPress site. This can be as simple as changing the login flag, or as complex as adding e-commerce functionality. Install the plug-ins from the plug-ins page on the manager screen. You can create it yourself, purchase it from the plug-in vendor, or install it from the plug-in directory. Male plug-ins are used for functions and themes are used for display. Therefore, if you write a lot of functional code in the topic, it is better to split it into plug-ins. This is a better approach, meaning you can reuse code on other sites that run other topics. It may confuse the situation here when publishing. Posts are post types, but can also be used to reference all post types. For users, the term \
Additional template files for positive content types. WordPress selects the project to use by referring to the template hierarchy. A component component is a component area (such as a sidebar or footnote) that can be added to a site without writing code. You can navigate to the administrator’s shapes > constructs or do this through a custom program. You can edit the part in the customizer. Validation validation is the process of verifying the validity of data before saving it to the database. Each time an input, such as a text box, is encoded, a validation function is added. For example, if a user needs to enter an e-mail address, validation will check whether the address looks like an e-mail address, that is, whether the format is correct. Otherwise, the user receives an error message but is not approved. After validating the data, you must delete the data. Is that all. WordPress has hundreds of terms. Depending on how you use it, you may or may not need to travel. Here, I try to include everything that most people should know. If there is a jam, please leave a message in the message. If many people ask for something, I will add justice! Did I miss anything? Are there any WordPress terms you don’t understand? Please tell me your opinion (add your own definition). Labels: text printing terms