Plugin / Archive Control

Jesse Sutherland

Frequently Asked Questions (FAQ)

An archive page is really just WordPress terminology for a page with a list of multiple pieces of content (posts). By default this content is in date order, with the newest appearing at the top, like a blog, and would be split into pages with 10 posts each. WordPress gives you the ability to manipulate this list through code, changing the order, pagination and other characteristics, but doesn’t give you an interface for doing so. WordPress also by default does not have any interface for storing content like images and text that are related to a specific archive page. That is the problem that this plugin tries to provide the solution for.
It depends a lot how your custom post type is created. It must be set to “public”, and it must have “has_archive” set to true, or a string. Be sure to check those settings first!
The archive title functionality requires that a special function is used to display it: the_archive_title(). This is an official WordPress function, but it is relatively new. If your theme does not use this function, and either hardcodes the title or uses a different function, then this plugin won’t be able to help without you modifying the theme template.
The “Automatic” setting uses the “loop_start” and “loop_end” WordPress hooks to inject the content. If you would rather use the “Manual Function” setting, then we give you the functions the_archive_top_content() and the_archive_bottom_content() to place in your theme as you choose.
This cannot be done through the interface (it shows the “large” size by default), but is entirely possible to do by putting functions in your theme files. The functions provided by this theme are listed in the “Other Notes” tab. For example, the_archive_thumbnail(‘thumbnail’) would change the size to a thumbnail. If you want to create a new size you can either send along an array like this: the_archive_thumbnail(array(500,200)) or register a new size with the add_image_size() functionality.
A custom post type allows you to make the content adding/editing process more specific for different kinds of content. By default it works similarly to a “Post”, but can be modified to have different settings and even unique custom fields. To create one you could do it several ways: Read about it on the Codex: https://codex.wordpress.org/Post_Types Use a plugin to create them: https://wordpress.org/plugins/custom-post-type-ui/ Use a generator website to create them: https://generatewp.com/post-type/
A custom taxonomy allows you to categorize specific elements separately from others. It works similarly to a “Category” or “Tag”. To create one you could do it several ways: Read about it on the Codex: https://codex.wordpress.org/Taxonomies Use a plugin to create them: https://wordpress.org/plugins/custom-post-type-ui/ Use a generator website to create them: https://generatewp.com/taxonomy/

Ratings

5
8 reviews

Rating breakdown

Details Information

Version

1.3.3

First Released

22 Sep, 2016

Total Downloads

6,557

Wordpress Version

4.1 or higher

Tested up to:

5.2.4

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.