Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Our Partners by WOWProjects

Περιγραφή

Organization Partners Management

“Our Partners by WOWProjects” is a clean and easy-to-use organization partners management system for WordPress. Load in your partners and display them on a page as posts, with their own categories.

Υποστήρικη

Looking for a helping hand? View plugin documentation.

Get Involved

Looking to contribute code to this plugin? Go ahead and fork the repository over at GitHub.
(submit pull requests to the latest “release-” tag)

Χρήση

To display your organization partners via a theme or a custom plugin, please use the following code:

Define your custom post type name in the arguments

$args = array('post_type' => 'partners');

Define the loop based on arguments

$loop = new WP_Query( $args );

Display the contents

Usage Examples

<?php
$args = array('post_type' => 'bios');
$loop = new WP_Query( $args );

while ( $loop->have_posts() ) : $loop->the_post();
?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<div class="entry-content">
<?php the_content(); ?>
</div>
<?php endwhile;?>

Στιγμιότυπα

  • The organization partner management screen within the WordPress admin.

  • The organization partners options on the settings menu.

  • The organization partners posted.

Εγκατάσταση

Installing “Our Partners by WOWProjects” can be done either by searching for “Our Partners by WOWProjects” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org.
  2. Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress dashboard.
  3. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress

Συχνές Ερωτήσεις

Installation Instructions

Installing “Our Partners by WOWProjects” can be done either by searching for “Our Partners by WOWProjects” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org.
  2. Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress dashboard.
  3. Ενεργοποιήστε το πρόσθετο μέσω του μενού “Πρόσθετα” στο WordPress
The plugin looks unstyled when I activate it. Why is this?

“Our Partners by WOWProjects” is a lean plugin that aims to keep it’s purpose as clean and clear as possible. Thus, we don’t load any preset CSS styling, to allow full control over the styling within your theme or child theme.
You can add a basic styling by coping and pasting the following code into your style.css on your theme. css code.

How do I contribute?

We encourage everyone to contribute their ideas, thoughts and code snippets. This can be done by forking the repository over at GitHub.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Our Partners by WOWProjects” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Το “Our Partners by WOWProjects” έχει μεταφραστεί σε 5 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “Our Partners by WOWProjects” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

1.3.2

  • Test compatibility with WordPress 4.9.

1.3.1

  • compatibility with WordPress 4.6.
  • Change WOWDevShop for WOWProjects, the name of the company behind the plugin.

1.3.0

  • Open each post on a lighbox istead of going to the full page.

1.2.2

  • Better html structure for more across theme compatibility.

1.2.1

  • load a translation file if it exists for the user’s language.

1.2.0

  • Plugin Internationalized
  • Bug Fixes

1.1.1

  • Fix bugs for using the functions of twentysixteen theme :S
  • Add the email and website links to the single template
  • Remove support for custom fields

1.1.0

  • Custom Archive template
  • Custom Single template
  • Custom General template
  • Add default partner logo when no picture is uploaded
  • Add support for page attributes: Parent and order
  • Add support for custom fields