Help to create a wordpress page template

7 replies
  • WEB DESIGN
  • |
Hi Guys,

I am looking for a helping hand to create a wordpress page template to display custom post types in a professional way..

I am created a custom post type called events and when I post multiple events, I wanted them to be displayed in a table format on the single-event.php page..

Could anyone help me achieve this? Thanks in anticipation.
Naveen
#create #page #template #wordpress
  • Profile picture of the author xtrapunch
    single-event.php will display single event page. archive-event.php file will list all events. Read on WordPress.org or Google.
    Signature
    >> Web Design, Wordpress & SEO - XtraPunch.com <<
    Web Design & SEO Agency | Serving World Wide from New Delhi, India

    {{ DiscussionBoard.errors[5155882].message }}
  • Profile picture of the author Istvan Horvath
    1. Posts are not displayed on Pages... unless you mess around with multiple Loops in the code. Maybe, you should re-think the "posts to Page" idea...

    2. I think what you need is a new
    archive-{posttype}.php template file
    and/or a new
    single-{posttype}.php template file

    3. Recommended reading: Post Types « WordPress Codex
    (scroll down to learn about the template files!)
    Signature

    {{ DiscussionBoard.errors[5155893].message }}
    • Profile picture of the author itsnaveenreddy
      I am using a plugin called easy content types.. I have created a custom post type called events and the plugin automatically has created the below files

      Archives: archive-events.php
      Single: single-events.php

      Now, I would like to modify the single-events.php to look something like this

      Events | pharmaphorum

      Does this require extensive coding?
      Signature
      >>>Niche site for sale with 560$ adsense earnings since April, 2012. Contact me to grab this earning site<<<
      {{ DiscussionBoard.errors[5156182].message }}
  • Profile picture of the author xtrapunch
    It will require the use of "custom fields" as well to create something like that. You will have to do some coding.
    Signature
    >> Web Design, Wordpress & SEO - XtraPunch.com <<
    Web Design & SEO Agency | Serving World Wide from New Delhi, India

    {{ DiscussionBoard.errors[5158902].message }}
  • Profile picture of the author jaybaker
    Probably your best quickest and easiest way is to hire someone on fiverr, any microjob site or go over to odesk and recruit someon. It will cost some cash but will be worth the time saved in the end.
    Signature

    Do you want to make successes or excuses? Success? Alright then... See what's in store for you....
    - The AC Assassin

    {{ DiscussionBoard.errors[5159941].message }}
  • Profile picture of the author dimazgyba
    just copy page.php and rename with page you want ex:event_page.php and then make your costum code on this event_page.php
    create new page post, your page template will load at right dashboard
    cmwiiw
    {{ DiscussionBoard.errors[5167385].message }}
  • Profile picture of the author itsnaveenreddy
    Thanks guys.. I have created the templates successfully. Probably I will hire someone to customize the templates.
    Signature
    >>>Niche site for sale with 560$ adsense earnings since April, 2012. Contact me to grab this earning site<<<
    {{ DiscussionBoard.errors[5171381].message }}

Trending Topics