Gaining
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: How can I list all my tags in a page in wordpress?For example, if I put
<?php the_tags( 'Tags: ', ', ', '<br />' ); ?>
on my songs page, it will show‘ ); ?>
where actual visitors of the website will see.If I put
<?php the_tags( '<ul><li>', '</li><li>', '</li></ul>' ); ?>
it will show‘, ‘ ‘, ‘ ‘ ); ?>
If you go to my Playback page: https://yourplaybackmusic.com/playback/ or click on a product https://yourplaybackmusic.com/product/abide-with-me/ you will see actual tags on a product
- This reply was modified 6 years, 9 months ago by Gaining.
Forum: Developing with WordPress
In reply to: How can I list all my tags in a page in wordpress?They just show up blank. I went on a page (song) to edit it and put the code in and it’s just that nothing shows up
Forum: Fixing WordPress
In reply to: How can I align my navigation bars to the right?@crouchingbruin Thanks you so much!
I was able to do both with
@media (min-width: 1200px){ #masthead, .header-top-nav, .header-nav-wrapper, .container { width: 100%; } }
Forum: Fixing WordPress
In reply to: How can I align my navigation bars to the right?it’s not sorted. I want it to be all the way on the right. My display is 1920x1080p so it might look different if you have a higher or lower one. For me it’s near the middle.
Forum: Fixing WordPress
In reply to: How can I move my header image directly under main nav menuThank you so much Long Nguyen, I did it with your advice. I Also learned about php endif statements to do it.
Forum: Fixing WordPress
In reply to: How can I move my header image directly under main nav menuOk thanks for all the replies. I will try it. If it doesn’t work I’ll try posting it under ruby theme support.