Wordpress posts with multiple images - slider

I making a website in wordpress and I am adding some posts in it.
I am trying to make like this http://www.webmd.com/allergies/ss/slideshow-nasal-irrigation
I can add multiple text from custome fields but I am not able to to add different images with each custom field.
Can anyone give me idea about this. That how i can add images with these slides. Should I use the custom fileds or not?
Thanks

You can use install Simple field plugin. https://wordpress.org/plugins/simple-fields/
In this plugin you can create Fields you can add as many images, text fields, textareas, or any other field type, as you want to to a post.

Related

KeystoneJS extending textarray to allow fields

I am currently using keystoneJS for a project and I have a requirement to allow admins to add additional fields for each deliverable.
I managed to find textarray, which allows me to add a single line of text but I would need something closer to adding textfields as i would need to add paragraphs of text.
Any advise/direction to extending the functionality or is it not possible?
FYI: I also tried using these two resources to no avail, perhaps due to a lack of knowledge on my end.
- https://github.com/keystonejs/keystone/wiki/Create-a-custom-field-type-for-app-development
- https://gist.github.com/JedWatson/8519769
EDIT: i wasnt able to figure out in detail, but changing the arrayfield in mixin to multiline met my use case. Now trying to include two fields in one add.

Yii - Create items list

is there a simple way of creating a list with editable elements (add/remove) on a page?
Something simillar to the users managing list, where you can add and delete users.
For example, you got a table in DB with 2 columns - "Name" and "Value", and rows like
"Onion"-"10" and "Potato"-"20". The idea is to display the table on a page and make it editable.
Sounds simple but im new in Yii, just yesterday learned about it, did first app and other stuff from guides, but there is no guide how to create things like that manually (so far i was installing widgets mostly)
Thanks
The component you need is CGridView. Take a look to this website.
Yii Playground

Loading dynamic theme liferay

There are two themes, I want to change dynamically from portal_normal.vm or from java in doView function. is it possible?
I have two domains with only one portal and I want to change depending url.
portal_normal.vm
is a theme related file description.
You can create two communities ( or two pages) and assign a theme for every one of them.
There will be a default Theme associated for every Site and it will act as a Default Look and Feel for all Layouts inside a Site/Community, if you have not updated it through Layout.
If you want to use a different Layout at run time, Just check the LayoutLocalServiceUtil class.
Check http://digitalfireflymarketing.com/how-select-multiple-themes-liferay for details

Markitup custom bbcodes

I am trying to create a simple bbcode-enabled text-editor with just couple codes, but I need to create some custom codes and buttons for them such as [cut=#{line}]#{text}[/cut] and [talk]#{text}[/talk].
And I could not find any manual showing how to do that in markitup.
UPDATE
I'm using rails on server-side and I have already set up bb-ruby to treat those custom bb-codes safely, I just need to include them in the markitup setup.
You can download a BBCODE Set and add your custom button to it.
The documentation , section Magic Markups is explaining how to add and customize buttons.

Custom Field in Sharepoint 2010 with multiple Link and Asset Picker

I'm looking for a solution for a problem...
I need a Sharepoint Field wich contains multiple link, stored in a simple way (like ';' separation).
Does anybody know if there are project 'bout custom field with multiple link and Asset picker to choose the link?
I'd like to use the Asset Picker to choose a single link, and then catch the result and append it to my custom field value.. I googled a lot looking for "how" call the asset picker from code... I hope is something like a simple dialog, but i cannot understand how to do it!
Thanks for any suggestion (about projects similar to this or how to use the asset picker)!!