开发者 | jonathanstegall |
---|---|
更新时间 | 2011年2月24日 22:50 |
PHP版本: | 2.9.2 及以上 |
WordPress版本: | 3.0.2 |
careerbuilder_jobs
folder to the /wp-content/plugins/
directory.<?php echo $CB_JobSearch->show_job_results(); ?>
in the Job Results page, and <?php echo $CB_JobSearch->show_job_details(); ?>
in the Job Details page. Note: We have included example templates for both of these pages in the plugin folder. You can move them into your theme's folder, if you like.<?php echo $CB_JobSearch->default_jobsearch_form(); ?>
anywhere you'd like the form to appear, and in the plugin options remove the default job search form.Yes. Visit http://wordpress.careerbuildermarketing.com/
Yes. We have included templates that you can simply copy into your theme's folder. You'll then create static Pages for Job Results and Job Details, choosing the corresponding Template. They exist in the careerbuilder_jobs/example_pages
folder when you download the plugin as job_details.php
and `job_results.
Yes. In the settings, you can elect not to include our stylesheet or script file, and we will only display the unstyled, semantic HTML. You can then write CSS and JavaScript in your theme's folder. You can also choose to keep our styles, and simply overwrite the class and id names you'd like to customize in your own code.
For further customization, you can create your own files, careerbuilder-job-details.php
, careerbuilder-job-results.php
, and careerbuilder-jobs-home.php
in your theme's folder. If these files are present, the plugin will use them instead of the default ones.
Note: For example, if you use the default WordPress 2.9 theme, you'll need to add a rule assigning a width to some of the elements, as the theme itself does to posts, pages, etc. We don't include thisbecause newer themes should account for it, but we don't want to prevent you from using our functionality with older themes.
Yes. Requests are limited by request type. If you exceed your daily quota, your account will be frozen for 24 hours. At this time, the plugin is limited by these quotas:
Yes. If you have caching enabled, WordPress will cache job results and job details pages according to your preferences. With this, you can ensure that no specific page is accessed more often than your limits can handle. We strongly recommend using this solution.
Yes. At this time, the plugin only works if you have Permalinks enabled. It does not depend on specific plugin settings, and you will need to configure permalinks for the plugin itself, but it will not work if your server does not support or enable them.