kickass
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Conditionals with a static front page and a blog pageForum: Themes and Templates
In reply to: Conditionals with a static front page and a blog pagePS. Dear Moderator,
I’m currently looking at the text right below the reply box, which states, “Put code in betweenbackticks
.” Don’tcha think it would be a kindness for the site owner to change that? It would certainly make your job easier.Hmm, I originally only checked it in firefox 3.0.13, working fine in IE, now that I’ve checked. In firefox it stalls at the first photo and sits and spins.
Client site also has this problem after the most recent update.
I did make sure that the image rotator file was in the right place and the path was properly defined in gallery admin. No love.
Forum: Plugins
In reply to: [Plugin: My Category Order] use it manuallyThis worked a treat! It would be perfect if I knew how would I write this to exclude the link category(s). Any help for that?
Forum: Fixing WordPress
In reply to: 404.php in 2.7.1 not working?For the record, I did “resolve” this so it works for me, simply by setting a custom permalink structure. However, this is not something I would consider “resolved” as far as the wordpress stock installation is concerned. There should be consistency. It should work no matter what permalinks you’re using.
Forum: Fixing WordPress
In reply to: Building A custom CMS style site Unique front page designIn admin, in Settings you simply follow the directions to show your blog at toplevel instead of from its directory.
And you simply create a home.php template following the instructions in codex, and then go into admin/settings/reading and set it to show “a static page”. Done deal.
And all this info is in the Docs.
Phocks, you could have accomplished that in the theme’s function.php by overriding the code in the search widget. It’s safer to do it this way since the theme files don’t get overwritten when you upgrade wordpress. Details here:
https://automattic.com/code/widgets/api/
It is possible for theme authors to define replacement widgets within functions.php. Replace an existing widget by registering its name with a new callback. An empty callback will unregister a widget.
Because each widget has a unique name and a non-unique callback, the default markup before a widget looks like this:<li id="{name}" class="{callback}">{callback output}</li>
When you register a widget you may pass a custom classname to replace callback. This is most useful for object-oriented widgets whose callbacks are passed as arrays.
Forum: Developing with WordPress
In reply to: Integrated frontpage for multiple blogsYou want to use this technique:
https://www.ads-software.com/support/topic/45242?replies=23You may be able to use magpie to call in the rss stuff, if you can’t just use the above thread to do what you need.
Forum: Fixing WordPress
In reply to: Removing commentsIf I remember correctly, you need to edit the widget blocks that you’re using that are showing the number of comments. admin/presentation/widgets and click on (for instance) the top right icon on the Categories widget to edit that widget. You shoudl see it in there.
Forum: Fixing WordPress
In reply to: Handling the iPhoneThe best way is simply to create a handheld stylesheet. And you can use display: none; for things you don’t feel are important to a handheld user. You can also style things completely different since you’re using a separate stylesheet. So you can make a one-column layout for the smaller screen, for instance. You can also position things so that the content comes first, and then the links.
Forum: Fixing WordPress
In reply to: CRITICAL : Posts and Pages Dissappearing when upgrading to 2.3.3 !In future, before doing an upgrade, it’s important to back up EVERYTHING. Database and all files in public_html on your server.
There is an archive of old versions of WordPress here:
https://www.ads-software.com/download/release-archive/You can try installing an older version and then importing your old database to return your blog to normal (hopefully)
Forum: Fixing WordPress
In reply to: VERY slow after upgradeThere is a thread around somewheres about db tables that need to be added. Hope that helps.
Forum: Fixing WordPress
In reply to: how to get links out of category listSo, in other words, the only way to separate out linklists separately, the way they used to be is with custom category calls? And widget users are royally screwed?
Whose “bright idea” was it to mix all this together anyway? The least you could do is give us a way to separate them back out if we prefer them that way, the way blogs TRADITIONALLY show exterior links, which is, I think, the way most people would prefer.
Forum: Plugins
In reply to: Post Image Plugin ProblemThanks to Vix, who is a class act, I have a fix for this. If you need it, contact me through my website.