Skip to content

Tag: wordpress

Print WordPress menu in a tag

I have some WordPress nav menus and I want to print each nav menu under an <a> tag. I tried the following code: Tried to use <a> as the container, but that’s printing: I want to remove that entire <ul><li> structure. My menu should be printed as: I’ve also tried the following, wh…

Get the ALT text of Featured Image

I’m just starting to learn WP coding stuff. Please don’t be too hard on me. I always see most of the answers for this question are something like or close to this: I find it hard to convert <?php echo $alt; ?> to something that fits to my code: I’ve been searching all over the internet…