• I am still struggling with my new WordPress site. My main stumbling block is how to display my content.

    My current website has for example a page called in transition shows. I used tables to code my show links. I then used a three column display.

    I would like to reduce the coding significantly so that my WP site is lean simple and fast.

    I would like to get feedback on different options I can try. For example should I use a tabbed approach? Store my code in separate text files and then somehow call those files? So for example I could create a file named 2015 which would contain the code for my 2015 shows.

    I need some brainstorming ideas. Should I continue using tables or divs or something totally different?

    My current site is https://www.mcran.com

    I’m still thinking of switching to WP and making my WP site as simple and lean as possible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I would like to get feedback on different options I can try. For example should I use a tabbed approach? Store my code in separate text files and then somehow call those files?

    Every time you call that file, you are adding another server call to your overhead. I would avoid this approach.

    Tables are for tabular data. Looking at https://www.mcran.com/intransition3col.php I don’t see any reason why a table wouldn’t work here. It looks good so far to me, and loaded fairly quickly.

    Great site, btw! I’ll definitely be back.

    Thread Starter rmcellig

    (@rmcellig)

    Thanks fir your comments!!

    My current site was made using yola.com which I really like. Great support! I want to switch to a free service like WP but so far I am having problems.

    I totally screwed up the twenty fifteen theme by deleting the sidebar.php contents so I am going to try another theme.

    My main issue is getting my pages that contain all of these links to look presentable. Maybe I need to find a theme that is full width with no sidebar?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘displaying multiple links’ is closed to new replies.