bbolman
Forum Replies Created
-
Forum: Plugins
In reply to: [Side Matter] Sidenotes are doublingI know this is an old post, but I just attempted to install this plugin on the most recent version of WordPress, with very few plugins, and I’m having this same double-listing problem. Any solutions?
Located here, for instance: https://www.malapropped.com/leak/academia/sloterdijk-contra-dawkins-and-hitchens/
Forum: Themes and Templates
In reply to: if then show tags question.anyone have any ideas on this one?
Forum: Themes and Templates
In reply to: attach css to custom page templateYou’ll have to modify the header for that file, because the call for the stylesheet for a file is done in the header, but basically, you’ll need to create a new header file and change this line:
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
to <link rel=”stylesheet” type=”text/css” href=”[url of your new stylesheet]” />
Otherwise, I would suggest just adding the contents of the new css file to your old one, thus, you don’t have to worry about separate calls. If you have to, change the names of things, that’s a much simpler solution.
Forum: Themes and Templates
In reply to: Sidebar on opposite sides!basically, when wordpress looks to create a page on your blog, it looks at the index.php last, even for single posts, pages, etc. But, if you have a single.php or pages.php, WordPress will always look at those files BEFORE it looks at index.php. I know it’s sort of confusing, but I hope that helps.
To answer your earlier question:
Single.php decides what the page for looking at a single post on your blog will look like.Pages.php decides what the page for looking at a single page on your blog will look like.
Forum: Themes and Templates
In reply to: my first themeWhat part of your theme isn’t working?
Forum: Themes and Templates
In reply to: Sidebar on opposite sides!I’m guessing that you didn’t make the sidebar move in single.php and page.php (your single post and page view files). This will stop the move.
Forum: Your WordPress
In reply to: School magazineI noticed you’re using the recycled canvas deal, and I was wondering how you did those different color boxes for the categories (really nice looking by the way).
Forum: Fixing WordPress
In reply to: Problem with Editing and WritingAh…how stupid of me. That fixed it. Thanks
Forum: Fixing WordPress
In reply to: Import from WordPress.comJust sort of figured it if was often, there would be a built-in importer in WordPress. Sorry if I came off as a touch rude.
Forum: Fixing WordPress
In reply to: Remove “posted by” and timethank you very much.