Title: asmitta's Replies | WordPress.org

---

# asmitta

  [  ](https://wordpress.org/support/users/asmitta/)

 *   [Profile](https://wordpress.org/support/users/asmitta/)
 *   [Topics Started](https://wordpress.org/support/users/asmitta/topics/)
 *   [Replies Created](https://wordpress.org/support/users/asmitta/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/asmitta/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/asmitta/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/asmitta/engagements/)
 *   [Favorites](https://wordpress.org/support/users/asmitta/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spectra Legacy – Gutenberg Blocks] CSS not loaded on the homepage](https://wordpress.org/support/topic/css-not-loaded-on-the-homepage-2/)
 *  Thread Starter [asmitta](https://wordpress.org/support/users/asmitta/)
 * (@asmitta)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/css-not-loaded-on-the-homepage-2/#post-17704171)
 * I duplicated my website and the new one doesn’t have that issue.
 * I have done before reading your answer but i take note. if it occurs again i’ll
   apply it and give your a feedback.
 * Thanks
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Create a page for each database custom table entries](https://wordpress.org/support/topic/create-a-page-for-each-database-custom-table-entries/)
 *  Thread Starter [asmitta](https://wordpress.org/support/users/asmitta/)
 * (@asmitta)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/create-a-page-for-each-database-custom-table-entries/#post-16511063)
 * I resolve the problem. What have i done ?
    - Create and register my custom post type, create a template for it.
    - Create a small code that creates a post for each of my jobOffers with these
      fields: `wp_insert_post([ 'post_content' => $jobOffer->description, 'post_title'
      => $jobOffer->label, 'post_excerpt' => substr($jobOffer->description, 75),'
      post_type' => 'phenix_job_offer', post_name' => sanitize_title($jobOffer->
      label), 'meta_input' => ['job_offer' => $jobOfferId] ]);`
    -  After that in my template i fetch the jobOffer with the post meta key ‘job_offer’
      then render it as i want.
 *  -  This reply was modified 3 years, 5 months ago by [asmitta](https://wordpress.org/support/users/asmitta/).

Viewing 2 replies - 1 through 2 (of 2 total)