NITRO1250
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] CC2 header image (banner) not showing upOMG! That totally fixed the issue! Worked the first time!
Thanks for the tip!
Forum: Themes and Templates
In reply to: [Custom Community] CC2 header image (banner) not showing upDoing some analysis myself, I determined that in the index page, the header information for the banner was never inserted. There is physically no generated code there. There is a comment that says it should be inserted there. Guess the problem lies there, aka in the page.php file as you suggested.
Forum: Themes and Templates
In reply to: [Custom Community] CC2 header image (banner) not showing upYeah, I could determine that being a problem when I switch from a static page to a post roll as my “home” page. Something funky is going on with it.
Been a CC1 user for 2.5 years now. Shame that something so basic is broken…
Forum: Fixing WordPress
In reply to: Order post alphabetically by categoryHmm… that would be tricky. I’m out of ideas as far as integrating it into that specifically, however what you could do is take a look at the catlist plugin code and see if you can find anything helpful that you can use. That is what I honestly would do in your situation.
Forum: Fixing WordPress
In reply to: Order post alphabetically by categoryActually, you wouldn’t use any code (php). Just create a post or page that you want to have showing a list of posts and add the shortcode to the post/page content and it displays it for you.
Here is an example: http://diebunker.com/teaching/fall-2010-dms231-3d-modeling/
I created a page and then inserted a catlist shortcode to pull all the posts from that category into a nice simple list.Is this what you are looking for in some way? Keep in mind, you can add whatever you want as far as text above or below the catlist shortcode. I didn’t need it in this specific case.
I’m currently working on a several hundred post site right now where I use catlist extensively to save editing many pages.
Forum: Fixing WordPress
In reply to: Order post alphabetically by categoryThat should do it.
Add this to the end of the shortcode: numberposts=-1
It will display ALL posts in the category, not just a limited number. Took me a while to figure that out months ago.
You can add shortcode to any page or post or widget block (custom plugin) and it will spit out everything you need in any of the options that you see there. It works perfectly and I couldn’t live without it!
Forum: Fixing WordPress
In reply to: Order post alphabetically by categoryHere, use this plugin: http://wordpress.org/extend/plugins/list-category-posts/
It would save you so much time rather than manually coding and it does exactly what you want and more.
In your case, you can get the specific id for the category and list them all to be sorted in any way you want.
I’m using this plugin on 2 WP sites to handle all the bulk sorting.
I am also having this issue. I made some test ones that go to different places to see if it worked, however I am unable to remove the and the delete option doesn’t actually delete them. This is a serious issue with my site and uninstalling the plugin doesn’t remove the redirects.
HELP!!!!
Forum: Plugins
In reply to: [HTML Import 2] [Plugin: HTML Import 2] Import hanging. WordPress 3.3.1Server wasn’t displaying any error messages. It was conflicting with several page titles. Apparently the original coder of the files left in the Mac dummy html files starting with “._” and contained garbage text. Plugin ceased working when it came to one of those files. Removing them fixed the problem.