ozgression
Forum Replies Created
-
Forum: Plugins
In reply to: GD Star Rating – Not Loading After Clicking StarsAny-one? Someone?
Forum: Themes and Templates
In reply to: Custom Theme Broken in IE. Help!Yes I know this but I do not know which CSS hacks to use.
It is just a two column layout.
Forum: Plugins
In reply to: PageOfPosts.php Problem = Blank PageIt worked! Thank-you a lot for your help!
Forum: Plugins
In reply to: PageOfPosts.php Problem = Blank PageHi again,
Sorry, I missed the part about templates. I did not know that the wordpress example was based on Kubrick.
Ok, here is the index.php: https://pastebin.com/8vdQZy0Q
But it calls the loop-index.php: https://pastebin.com/G6nMDSSp
can i just make the page of posts template use the loop-index.php file?
Forum: Plugins
In reply to: PageOfPosts.php Problem = Blank PageHi… Firstly, thanks. The posts are displaying.
However, it has slightly broken the template. https://goo.gl/UQuwK
How do I fix it? The content area is taking up 100% of the page width. I am not a PHP or CSS expert.
Forum: Plugins
In reply to: PageOfPosts.php Problem = Blank PageHi,
Thanks for your response. Here is the code, as requested:
Any help is gratefully accepted.
Regards.
Forum: Installing WordPress
In reply to: Upgrade to 3.1 has failed and I'm stuckI have this problem too.
I tried renaming plugins folder, replacing wp-settings… didn’t work. Any ideas??!!
Forum: Fixing WordPress
In reply to: Custom Fields Not Working!I found those pages very confusing.
If I have a custom field called “testing” how would I get that to show in the single.php template?
Forum: Fixing WordPress
In reply to: Custom Fields Not Working!Anyone have any ideas?
Forum: Fixing WordPress
In reply to: Ajax not working in WP-Admin areaYes, disabled them all and it works now. Thanks…
Forum: Fixing WordPress
In reply to: [Plugin: All in One SEO Pack] Customize Category TitlesYou can use the Category Description as the custom title tag.
Just change the Category Title Format to:
%category_description% | %blog_title%
Forum: Fixing WordPress
In reply to: [Plugin: ThickBox] Incorrect Counting Of Images!I’m the only person who has encountered this problem?
Forum: Plugins
In reply to: Category IDThanks.
My php skills are a bit limited. How do I actually use:
get_query_var(‘cat’);
to display the number on the page?
Forum: Plugins
In reply to: single_cat_titleHey thanks. I actually found that and was going to post the solution here incase someone else needed it one day.
I think I was using it within the loop and used the following code:
<?php
foreach((get_the_category()) as $category) {
echo $category->cat_name . ‘ ‘;
}
?>Worked. A. Treat.
Forum: Fixing WordPress
In reply to: WP-ADMIN Area Shown As BlankFound the problem. I had to delete the “Stuctured Blogging” plugin since it doesnt appear to work with WordPress 2.0 yet.