audioromance
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: taking the ul formating out of the meta tags..okay, i found out how to take the ul fuction out of the tag.. (it’s in templates-fuctions-post.php in the includes folder.. about half way down.. where it says ‘Post-meta: Custom per-post fields’ ) I still can’t find out how to take the space above and below the meta tag out.
Forum: Fixing WordPress
In reply to: calling the month outside of template for calendarIt works perfectly, thank you! ??
Forum: Fixing WordPress
In reply to: calling the month outside of template for calendarThe calendar template inside of the template-functions-general.php file.
What I want to do is take the month out of that and include it instead into the header or sidebar..
Forum: Fixing WordPress
In reply to: is there a way to exclude a category from showing up on the index?Okay, I got the hack using my-hacks.php to exclude one category, what about excluding two from it, is that still possible without having to list all the categorys you DO want to show?
Forum: Fixing WordPress
In reply to: RSS Feed Problemsas far as I know you don’t need “feed:<?php bloginfo(‘rss2_url’);” .. I’m not sure if you do with the way you’re using your site.. but for mine I don’t use that.
as for the link itself, you can simply use:
a href=”https://www.abhishekthakkar.com/spice/wp-rss2.php” for your link
Forum: Fixing WordPress
In reply to: RSS Feed ProblemsTry linking directly to your wp-rss2.php file that should be in the root directory of your WordPress installation.
Forum: Fixing WordPress
In reply to: Bullets in custom fields & sidebar/blog not staying in container.https://audioromance.org/ okay. did it your way. no padding or borders on the floating elements. Was there something else that you suggested, that I missed, because that didn’t work.
Forum: Fixing WordPress
In reply to: Bullets in custom fields & sidebar/blog not staying in container.The padding and borders are simply part of the design. And I don’t understand the rest of what you said. I’m not very advanced at this, I know enough to make a validated website, php is certainly not my thing, and neither is the language (although I’m pretty sure it’s just the way you worded it.) I don’t see how there is an instability other than the sidebar and blog not being in the container, and the padding/ borders don’t effect that because then the blog would show up under the sidebar.
If you happen to look at the site using Opera (yeah, I know, it sucks – but lets pretend it doesn’t for a minute) – Looking at it in Opera shows exactly what I want it to look like.
Forum: Fixing WordPress
In reply to: Bullets in custom fields & sidebar/blog not staying in container.I appriciate you writing out that long entry haha, but I used to use positioning.. but i’ve just gotten the hang of floats… and I know it can be done, I’m just not sure whats wrong.
As for the character code, I know. I’m just trying to get everything else fixed before I worry about that. The odd thing is that that entry is actually the only thing I wrote in WP and didn’t paste from another document (I used to just use html & includes – so I was putting my past archives into WP).And thank you, about the layout, it’s incredibly too simple, but thank you all the same, I will make sure to post it after I straighten everything out!
Forum: Fixing WordPress
In reply to: Bullets in custom fields & sidebar/blog not staying in container.I have also, from a friend who studied … something haha – I’m not sure, but he’s incredibly smart with it.. has told that the best thing to use is the floating option.
As for the bullet, that worked thank you. Is there also anyway to take the space from the left side of the ‘Listening’ away? I have the padding and margin in the CSS for the ul set to 0px.. but I think it’s being done because techniquely it’s still in list form, although I’m not positive.