이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Browse Content by My Solr Server

설명

Browse Content by My Solr Server widget allows to navigate through WordPress content by standard WordPress attributes (categories, tags and authors) and custom fields.

You can see a demo at http://www.eolya.fr/blog/

스크린샷

  • Widget in sidebar

  • Configuration Page

설치

Prerequisite

Install and activate Advanced Search by My Solr Server plugin 2.0.0 and greater (https://wordpress.org/extend/plugins/advanced-search-by-my-solr-server/).
Index your blog content into Solr (see Solr hosting provider here : http://www.mysolrserver.com/)

Installation

  1. Upload the browse-content-by-my-solr-server folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Drad & drop the widget in the sidebar
  4. Edit the widget settings

Configuration

  1. Provide a widget title
  2. Provide the standard WordPress attributes (categories, tags and authors) and custom fields to be used in the widget
  3. Select the template file from you theme to be used to show posts list. By default, the search.php template is used. You can chose to create a specific template. For exemple, with the default WordPress themes, you can copy search.php to browse.php and remove the line that display the message “Search Results for:”.
    A browse.php sample file is provided in the sample directory.

Customize the posts list

As explained just before, you can create a dedicated template file in your theme based for example on search.php. This template is in charge to implement the WordPress loop.

<?php if ( have_posts() ) : ?>

<?php while ( have_posts() ) : the_post(); ?>

<?php endwhile; ?>

Customize the widget display

The widget uses the template files template/mssbc_default.php and template/mssbc_default.css.

You can implement your own template by copying theses two files as mssbc_custom.php and mssbc_custom.css. These two new files can be located in the widget’s template directory or in your theme’s main directory.

FAQ

What version of WordPress does Browse Content by My Solr Server plugin work with?

Browse Content by My Solr Server plugin works with WordPress 3.0.0 and greater.

What version of Solr does Advanced Search by My Solr Server plugin work with?

Advanced Search by My Solr Server plugin works with Solr 1.4.x and 3.x

How to manage Custom Post type, custom taxonomies and custom fields

Browse Content by My Solr Server plugin was tested with:
* “Custom Post Type UI” plugin for Custom Post type and custom taxonomies management
* “Custom Field Template” plugin for custom fields management
* WP-Types plugin for Custom Post type and custom taxonomies management and for custom fields management

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Browse Content by My Solr Server”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Browse Content by My Solr Server”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.4

  • SolrPhpClient upgrade

2.0.2

  • Bug fixing
  • Provide a browse.php sample file to be use in the theme
  • Tests with WP-Types plugin

2.0.1

  • SolrPhpClient library dependency update

2.0.0

  • Add support for custom post types and custom taxonomies

1.1.1

  • Fixes issue when attribute values orcustom field values contain special characters like &

1.1.0

  • Works with both a static page as front page or last posts as front page (Reading settings of WordPress)

1.0.0

  • Initial version