Jump to content

OpenBayou

Members
  • Posts

    85
  • Joined

  • Last visited

Everything posted by OpenBayou

  1. Hello, I'm new at ProcessWire and need help with creating fields. Is there a way I can have multiple types in one field? Example: Is there a way to have a drop-down selector and multiple text areas in one field? Thanks.
  2. Thanks for the help. It's what I was looking for. <?php foreach($page->children("show.label=CTRL Daily") as $post) :?> <?php echo $post->title;?> <?php echo $post->ad_copy;?> <?php endforeach;?>
  3. So I would do: <?php if ($pages->find("show.label=CTRL Daily")):?> code <?php endif;?>
  4. Hi, I have a select field called 'show' and it has two options to select: 1=CTRL Daily 2=Channelgregnet How do you filter posts by the select field? Thanks.
  5. Hello, I'm new at ProcessWire and I'm starting to learn the ropes. Please forgive me if this question has been asked but how do you display children pages on a parent template? Only items I'm looking for is the title and the text area called 'text_area'. Thanks.
  6. Hello, I'm new to ProcessWire and need help. I have a page called Ad and each page underneath will be a post about a particular advertisement. I want to be able to use different template for the parent page and the children page or can i use one template file and use if parent and if children.
  7. Thanks! However, my thinking is to do the RSS because of people using Ad Block addons that disable JS. I use WordPress and they have the ability to create an RSS feed from a template file in your theme. Does ProcessWire that the ability to create a custom RSS feed using a template?
  8. Hey again, Is it possible to display ProcessWire posts on another site? I'm looking for a CMS to use as an affiliate network and to serve banners. I have an idea of how to do this by using RSS feeds but want to know if other ways exist. Thanks again,
  9. Good deal! Downloading and trying it on Vagrant. Thanks!
  10. Hello, Is there a way to delete posts based on a date? I'm thinking of switching to ProcessWire from WordPress and wondering if this can be accomplished. Thanks,
×
×
  • Create New...