unfortunately its waaaay more complicated than that :)
The entire script revolves around the home page displaying actual rankings. There will be problems with pagination, category paths etc that need to be sorted out. Not to mention the OUT traffic will go down dramtically without the top...
Hello, sure! simply copy the contents of table_top_row to the table_row template. Then empty the contents of table_open and table_close. That will make all listing look the same as your "top" members.
Hello, please check your error log for more details about the problem. If problems persist please provide FTP and MySQL credentials in a private conversation so I can test the settings
base URL has absolutely nothing to do with structured data, its only used for relative paths. I think you need to speak with Google about this... the base URL and your "unspecified type" really have zero relationship. I think this is a bug in their validator and you are thinking your will...
Sorry i am still not able to reproduce, can i ask what the problem is? I mean, its showing 0 errors, 0 warnings. What is this line preventing you from doing? Why is this validation so important? is it possible this is a bug with the validator?
If you look at your screenshot, you have added an extra line that is not on my site :) Try putting <meta property="og:locale" content="en_US" /> BEFORE the base tag as it is on my site, I am just not able to reproduce this "issue".
I added the tag:
<meta property="og:locale" content="en_US" />
no problems or errors returned:
https://search.google.com/structured-data/testing-tool#url=https://www.aatoplist.com/
the base tag has nothing to do with structured data that I am aware of.
when I run my lists, I get no errors or warnings.
https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fwww.aatoplist.com%2F
So you must have another line of code you have added that is causing the...
That line helps with relative paths and URL rewrites, perhaps if you can provide details about the issue you are having with it I can provide some better advice.
yeah I thought that might be the case. The problem is HTML is static (never changes) and {$premium_rotate_row} is dynamic (changes as the members change). I'll give some thought to how you might be able to accomplish this.
Hello, did you try {$premium_rotate_row}? Ad zones are for "HTML ads" so this {$premium_rotate_row} tag will probably not work in them (I think adzones are queried before the premium members). This plugin may need to be modified to make that work.