Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>This was how I managed to solve my own question!, Ironically enough, <a href="https://stackoverflow.com/users/102699/mikeschinkel" title="MikeSchinkel">MikeSchinkel</a> had an almost identical <a href="https://stackoverflow.com/a/3474332/382536">answer</a>, so I accepted his answer instead.. So here's what I have:</p> <ol> <li><p>A <em>Custom Post Type</em> for Condominiums labelled <strong>'Reviews'</strong> in the admin section. The property 'Bio-data' is in custom fields. This <em>Custom Post Type</em> has a rewrite rule: </p> <pre><code>array( 'slug' =&gt; 'condominium' ); </code></pre> <p>That way, I managed to have each Permalink to show something like:</p> <pre><code>http://domain.com/condominium/post-title </code></pre></li> <li><p>I have added a page called <strong>Condominiums</strong> and had it set to use a custom template - which basically shows the latest posts of condominiums with reviews. I also intend to extend the template for it to show a <strong><em>Search Condominiums</em></strong> function.</p></li> <li><p>Added relevant taxonomies that can be searchable - like Brands &amp; Developers.</p></li> <li><p>I have already converted previous reviews to this. The last thing I will have to do will be to post all the Condominiums from the condominiums database to the wp_posts table using this Custom Post Type. </p></li> </ol> <p>This is the part I am crossing my fingers for as I will have to see if the rewrite rules are going to significantly slow down my site as this will be 4,000 entries. This issue has been recently brought to my attention here </p> <p><a href="http://core.trac.wordpress.org/ticket/12935" rel="nofollow noreferrer">http://core.trac.wordpress.org/ticket/12935</a></p> <p>I will update this thread once I have completed the importing - since this is the only place I have posted a question and have it answered - if anyone might be interested!</p> <p>Thank you for your suggestions. I hope this helps someone else who is in a similar predicament.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload