Hi comrades, I need your help. I am making some blog in WP and I have some problems. My problem is "How to create affiliate banner clickable?". In admin CP "http://localhost/wp/wp-admin/post.php?post=...." in the "Post Icon URL:" field I added URL for the affiliate banner. In the "Affiliate URL:" field I added affiliate link to the website. After that when I "UPDATE" post on the front-end I get affiliate banner but it is not clickable. Which code and where should I add the code to make banner clickable? Please help me.
A banner is just an image. I don't know why you would need to be in C-Panel for that, unless I'm not understanding something. To make an image "clickable" you just need to wrap it in the link. Simple HTML:
I am new in WP and I would do that, if I knew where to find http://localhost/wp/?p=46 page? There are no "?p=46" page, I searched all folders. Can you help me please, where can I find it?
This is the page (http://localhost/wp/?p=46) of the post where is the banner which has to be clickable
There is no physical file for the post. The posts are all in a database, and WordPress serves them up when called. To get back to your question, it is hard to answer without knowing what WordPress theme or plugin you are using that would show an input box for Affiliate ID. This is not part of WordPress.