nando99
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress HTTPS] main domain working, inside pages not…anyone?
Forum: Plugins
In reply to: [Plugin: WordPress HTTPS] main domain working, inside pages not…nothing huh…
Forum: Fixing WordPress
In reply to: Empty out a categorynice! will try it out… thanks!
Forum: Fixing WordPress
In reply to: TinyMCE Format Options, remove h1, h2, prein case any1 else needs something like this, i used the tinymce advanced plugin and it worked great…
Forum: Fixing WordPress
In reply to: TinyMCE Format Options, remove h1, h2, preJust to confirm, where would I post this? in the wp-includes/functions.php? If so, which code should I post? Thanks in advance!
Forum: Fixing WordPress
In reply to: Display ALL posts in category?sorry 4 the delay – (can we get an email when a reply is made? lol)…
make a category template specific for the category you want to do this with…
lets say, your cat is 19 – copy the category.php and rename it category-19.php – in that file add the code I provided… this way it’ll only work in that category…
Forum: Fixing WordPress
In reply to: Display ALL posts in category?use this <?php query_posts(‘posts_per_page=-1’);?>
Forum: Fixing WordPress
In reply to: Excluding a category on the homepage is doing something weird…PERFECT!!!
thanks for the link…
Forum: Fixing WordPress
In reply to: Excluding a category on the homepage is doing something weird…sorry for the delay in response…
I just tried:
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); if (in_category(’14’)) continue; ?>It shows all posts except posts from category 14 like its suppose to but it still does the same thing…. If its a category I post in alot – the home page looks weird with only like 4 posts…
Any additional help is appreciated…
thanks in advance…
Forum: Themes and Templates
In reply to: Remove Page Break?words perfect – thanks!
Forum: Themes and Templates
In reply to: Any way to show only text?sorry for not putting “the_content” in the post title…
Forum: Developing with WordPress
In reply to: Latest post per category, from category 1 -8 on homepagejust wanted to say that I tried what tgiokdi said and it worked GREAT!!
thanks
Forum: Plugins
In reply to: [Plugin: Domain Theme] Cannot load domainTheme.phpIts still not working so its not the DNS taking its sweet time to resolve… do I have to actually add the additional domain as add on domain in cpanel? Any help from anyone is appreciated…
Forum: Plugins
In reply to: [Plugin: Domain Theme] Cannot load domainTheme.phpSide question – when you say “Modify your DNS settings to point your domain name(s) to the same server.” all that means is to give the new domain you want to add the same nameserver info as the default domain where the plugin is installed? Correct?
The reason I ask is bc its not working but it might just be the DNS taking its sweet time to resolve….
thanks in advance…
Forum: Fixing WordPress
In reply to: Many domains for the same blogHey shidouhikari, what plug in are you using?