mortalman
Member
Posted 7 months ago #
I run a small gaming site and I'm looking for a way do add something like this Game List but with a list of my own games.
I would like each "game" in the list to be clickable and open up into it's own individual page. Like on the list in in this . link
What's the best way to go about this?
I don't want to just copy the list on the link I need to make my own from scratch. I'm just using that list as a reference. It's pretty much exactly what I want to do except with different genre of games.
Hi mortalman,
The example you provides was created via an HTML table. You can control how links open using the target attribute in your links. To easily add tables without having to know HTML, you can install one of the following plugins or a similar plugin:
http://wordpress.org/extend/plugins/tinymce-advanced/
http://wordpress.org/extend/plugins/wp-table/
http://wordpress.org/extend/plugins/wp-table-reloaded/
Hope this information helps!
mortalman
Member
Posted 7 months ago #
YES! This is exactly what I was looking for. THANK YOU so... much ChristiNi.