I should also mention that I don’t want to redirect. I use a plugin that makes my categories into subdomains, so it’s actually more like category1.example.com . And every post in that category has that subdomain, so I want the main category page to be category1.example.com, I just don’t want it to display a standard archive page, I want it to display a custom page.
Thanks! I had this problem as well. Could we perhaps get some way to customize this in the future? I’d like to have my footnotes display as [1], rather than 1) . I dont’ want to have to edit the template file every time the plugin is updated. Thanks!
nevermind, i figured it out, by using the p id, and this css:
#subscribe-submit input[type=submit] { }
Thanks! I will use inline style in my posts from now on. works perfectly.