babyboy808
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamics Sidebars] [Plugin: Dynamics Sidebars] Custom sidebar to post?Hi,
Just installed this but it doesn’t seem to work with CPTs, only posts and pages?
Same here. I have permissions at 755 and they go back to 777 too :O ?
Forum: Installing WordPress
In reply to: Custom Taxonomies 404 errorThanks!
Forum: Fixing WordPress
In reply to: RSS Not Working / Feedburner Issuevaleryvie, how did you fix the issue?
Forum: Fixing WordPress
In reply to: Is there an opposite of is_categoryUrg, I blame lack of sleep, never mind, stupid question.
Forum: Fixing WordPress
In reply to: problem getting pagination to workSorry, try:
query_posts("cat=4&orderby=modified&paged=$paged");
Forum: Fixing WordPress
In reply to: problem getting pagination to workAdd this above your query_post:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; ?>
And this in your query:
query_posts("cat=4&orderby=modified&&paged=$page");
Forum: Plugins
In reply to: Rate Post on Comment Rate Comments1) Force Vote on Comment: A plugin that forces a 1-5 point rating per comment. So when you add a comment, there’s a little drop-down that has a value of 1..5. It’s like various voting-plugins, except it votes on comment (and you can’t comment without selecting a value).
Need this too?
Forum: Fixing WordPress
In reply to: 2.7 Missing Page TemplatesThanks mate! – Just hapended to me there. This seriously needs to be fixed asap.
Forum: Themes and Templates
In reply to: Passing the_title variable or turning it into onethanks Kafkaesqui, worked like a charm
Forum: Fixing WordPress
In reply to: Nothing found for Wp-admin Page php?action…Thanks for the reply Otto.
Unfortunately they are both correct and have the colon. Is there anyway to even hack it, so it redirects to the working url (I know, not the best solution)?
Forum: Fixing WordPress
In reply to: Nothing found for Wp-admin Page php?action…Just had a look into the url of another working wordpress install: The problem seems to be coming from the _wp_original_http_referer, see the way on the install that works: it has ..3A and the broken install, it has ..2F
/wp-admin/page.php?action=edit&post=248&message=1&_wp_original_http_referer=
http%2F%2Fwww.flights-from-birmingham.com
%2Fwp-admin%2Fedit-pages.php
[WORKS]———————-
/wp-admin/page.php?action=edit&post=248&message=1&_wp_original_http_referer=
http%3A%2F%2Fwww.flights-from-birmingham.com
%2Fwp-admin%2Fedit-pages.php
[DOES NOT WORK]Forum: Fixing WordPress
In reply to: Page Title VariableThanks Michael, worked a treat.
Forum: Plugins
In reply to: Display only children of a specific category in Write Post PageYou and me both
Forum: Fixing WordPress
In reply to: Google adsense – Not displaying relevant ads on index pageThis is NOT a wordpress issue. – Use section targeting to see if it helps: https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=23168
Oh and mwoody, I would remove adsense on that site immediately. Google takes a firm stance on disallowing adsense on these types of sites. Fair enough it’s for educational use, but try explaining that when they ban you.