jadenoel
Forum Replies Created
-
I fixed it by going into the HTML and taking out the double quotes around the anchortext (
<img />
) content, so like this:[thkBC id="181" anchortext='<img src="https://pramlaos.org/wp-content/uploads/img/studentproj1.jpg" alt="" width="160" height="120" />' title="Animal Health" url="https://pramlaos.org/wp-content/uploads/img/Laos_map_poor_sm.jpg" type="iframe"]
What am I doing wrong? I’ve tried doing the html img tag in single quotes within the anchor text area, and no matter what I tweak, the image won’t display. Instead, this text displays as the link:
ThickBox Content Link
I don’t know where that text is even coming from. Here is the code I’m using:
‘[thkBC id=”181″ anchortext=”‘<img src=”https://pramlaos.org/wp-content/uploads/img/studentproj1.jpg” alt=”” width=”160″ height=”120″ />'” title=”Animal Health” url=”https://pramlaos.org/wp-content/uploads/img/Laos_map_poor_sm.jpg” type=”iframe”]’
Can someone please tell me what I’m doing wrong?
Forum: Fixing WordPress
In reply to: Categories as different sections of site?Awesome, thanks! For anyone else who comes across this post, I also figured out that I needed to set up permalinks in order to make this work.
Forum: Fixing WordPress
In reply to: Categories as different sections of site?Here is the site right now:
What I eventually want is to have 6 main menu items, 4 of which are categories, the other 2 will be static (normal users probably won’t know the difference).
You said to “create the links pointing to these category pages.” How do I do this?
Thanks again.