Diễn Đàn SEO Panda - SEO Panda Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Diễn Đàn SEO Panda - SEO Panda Forum

Diễn Đàn SEO Panda Dành Cho Các SEOers Tự Do Thảo Luận SEO - SEO Panda Forum - Free SEO Forum to share your knowledge to the world
 
HomeLatest imagesSearchRegisterLog in
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Top 10 SEO Tools ( fresh links )
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptyWed Feb 04, 2015 10:56 pm by tranvanchienhn

» Bán Textlink Pr4-Pr6 (1PR9)
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptyWed Feb 04, 2015 10:54 pm by tranvanchienhn

» Google’s Penguin Update: What it is, What it isn’t, and What to Do
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptyTue Apr 22, 2014 3:23 pm by johnaclayton

» Free Click Bank Affiliate Tool
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptyTue Apr 22, 2014 3:21 pm by johnaclayton

» SEO is Dead – Long Live SEO
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptyTue Apr 22, 2014 3:17 pm by johnaclayton

» Local SEO là gì - 10 Thủ thuật Local SEO
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptyWed Apr 02, 2014 3:31 pm by bao.seoinet

» Get High Rankings by Building Authoritative, Irrelevant links?
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptySat Sep 21, 2013 9:32 pm by kyostyle1

» The best Engineering software
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptySat Sep 14, 2013 2:12 pm by read2

» Tuxedos- Traditional Interest Trend
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptyWed Sep 11, 2013 2:16 pm by taiiwin


 

 How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code]

Go down 
AuthorMessage
khiemsound




Posts : 1016
Points : 26455
Join date : 2012-03-27

How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] Empty
PostSubject: How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code]   How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code] EmptyFri Apr 20, 2012 10:00 pm

Add a jobs board listing to WordPress with plugins, themes, or your own code!

A few weeks ago I launched my SEO jobs page. Since I started SEOgadget I’ve wanted to build something that resembled a basic “jobs board” to complement my blog, owing to the fact that a lot of my time over the past few years has been spent on recruitment SEO. Now that my internal linking campaign is over, let’s get on with the post…
How to add basic jobs functionality to your WordPress site

In the past I’ve always advised clients to create industry sector or job title specific pages on their recruitment websites. Why? Apart from creating a meaningful, easy to optimise site structure, you can also get some great content on the page featuring lots of links to jobs you’ve just posted. Here’s a nice example of what I’m talking about on a website like this. The page design is well put together without drawing attention away from the main calls to action.
Before we begin, you might consider getting a WordPress jobs board theme…


My WordPress jobs page is much simpler than the legal jobs board, but it does work. That said, it’s far from a perfect solution if you need to create a full jobs board website. If you’re looking for a fuller, more reliable jobs board plugin, try the JobPress Theme. JobPress can take payments for job submissions via a form integrated with PayPal and has the ability to easily add or remove new employment sectors. The JobPress site explains the features, so take a look.

You could also try Press75′s “TappJobs” theme, which relies on job posting via the Gravity forms plugin. That’s very similar in setup to this blog. If you’re interested in TappJobs, take a look at the theme here.


Posting jobs to WordPress via a submission form

I mentioned Gravity forms earlier, which we use at SEOgadget to write job submissions directly to our WordPress database. Get Gravity forms and give it a try.


Want to code your own with the category page approach?

To make this work, we’re going to modify a copy of the category.php file than controls category pages just like this one, and turn it into a content manageable page.

1) Take a copy of a category page (category.php) and save it on your desktop as jobs-page.php. I’ve created a text file containing the basic code here.

2) Next we need to turn our modified category page into a WordPress page template that you’ll be able to select in the “page template” drop down when you’re creating a page in WordPress.



All you have to do is insert the following code right at the top of the page:

/*
Template Name: [Your template name]
*/
?>

3) Make the page content manageable by adding the The Loop

Our category page doesn’t have the ability to display post content yet. That’s because we’re not using The Loop, which is driven by this tag:



So, to get a content managable page, that displays a specific category of posts, you need to insert the following code between the
opening container and the page title:



The code to insert looks like this:








Now we have a page that will display your content and a nicely formatted list of posts directly beneath it. Just a few small tweaks and you’ll have a usable page.

4) Get your new page to always display posts of a set category

First of all you need to define a category matching you want to do. For this example, it’s “Jobs” – which is category 44 in my blog. (You can work out the category number of your new category by clicking to manage>categories and mousing over a category link. The cat_ID= query will show you what you’re looking for.) You could of course use this post to create a simple product page, in fact there are probably hundreds of ways to use it!

To always display posts in a specific category, replace this line:



With this one:



5) Consider the correct summary text before the category list appears.

Mine is rather imaginatively displayed as: “Below are our latest SEO Jobs”. You could be really creative and say “Below are our top 5 hot jobs” – but that’s a bit too exciting for me.

Look out for the page-title class and take out the dynamic call for the category name. The old code looks like this:



And we’ve simplified it down to this:



6) When you’re finished, save your changes and upload your new jobs-page.php file back to the /public_html/wp-content/themes/your-theme/ directory.

Create a new page in the usual way and select your new template. Obviously, you’ll need to create a few test posts in your new category (or add some real jobs / products / news items or whatever you can think of).

7) Don’t want items to appear on your homepage?

Let’s imagine for a second you don’t want to send your rss subscribers or homepage visitors every single job you post from now on. It’s really easy to exclude specific posts from your homepage, category pages and rss feeds independently by installing the “Advanced Category Excluder” plugin, which can be downloaded here.

Have fun breaking creating your new page and please leave comments – I’m really interested to hear alternative ways of achieving the same idea, perhaps with less code?

By the way, if you’re looking for further tips on optimising your jobs board, feel free to take a read of my recruitment SEO guide. Thanks!
Back to top Go down
 
How to Add Simple Jobs Board Functionality to WordPress [Plugins, Themes & Code]
Back to top 
Page 1 of 1
 Similar topics
-
» Hướng dẫn add code Rich Snippets cho Joomla và wordpress
» Top 10 WordPress Plugins for CMS – Plugins hay nhất cho hệ thống quản trị nội dung
» Cần tuyển gấp 1 nv Seo và 1 Code Code PHP, Joomla, Wordpress
» Plugins cần thiết cho Blog WordPress
» WordPress SEO plugins – Optimise your blog

Permissions in this forum:You cannot reply to topics in this forum
Diễn Đàn SEO Panda - SEO Panda Forum :: Search Engine Optimization :: General SEO-
Jump to: