ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using WP tags on Subdomain Redirecting to Main Domainif its taking you 6 hours, then you’re doing it wrong.
use a text search… search the files for the function names.
Forum: Everything else WordPress
In reply to: Mini-sites, SEO questionneither.
give each mini-site it’s own top-level category in wordpress… then put subcategories in each of those top-levels as required.
Based on that, you can actually make all your mini-sites look totally different, despite all running from the same back-end copy of wordpress.
Forum: Fixing WordPress
In reply to: Using WP tags on Subdomain Redirecting to Main Domainno, I don’t… but I could find it… and if I can, so can you.
follow the trail of breadcrumbs… the template tag for displaying tags will lead you to more functions, which will lead you to others, which will probably let you jump in with a quick mod.
Searching the files is your friend.
You’re in for a lot of this sort of thing, if you wanna play with multiple domains, so I suggest you stop being shy and get your hands dirty.
Forum: Your WordPress
In reply to: New WordPress site for bankruptcy attorneyFree this… call us for free that… then some honking colourful credit card icons, wtf for?
Are you selling anything online?
Forum: Your WordPress
In reply to: Gods Got His Own Blog!start off with more interesting posts ??
be.more.godlike. ??
here’s an idea… try answering all of life’s questions. The answer doesn’t matter, as long as you can google it.
I wanna see your site come up when I google “meaning of life” ??
Forum: Fixing WordPress
In reply to: PHP error – only in Internet Explorer!got nothing to do with browsers, but may have plenty to do with your login status in each of those browsers.
verify whether you’re logged in or not.
then check line 24 in your theme’s functions php… but you did that already, right? since that’s exactly what the error says you should do.
Forum: Fixing WordPress
In reply to: Using WP tags on Subdomain Redirecting to Main Domainyou’ll have to hack the core to make it do that, and therefore into territory which won’t interest most people, as most people like to keep upgrading.
I’m definitely in that camp myself.
Take it from me, using multiple domains with wordpress isn’t something that’s established to the point where you can readily find answers to your questions. This is an area in which you’ll need to forge your own path.
Forum: Fixing WordPress
In reply to: Moving WordPress from /blog/ to /wordpress/nothing. as I said above, when you change permalinks from standard to something else, the standard ones will *continue* working, as well as your new format.
it’s only a real problem if you change from one type of pretty permalink structure to another.
the deal is though, that if you want google to trawl your posts and see your old links in the new format, then you’ll have to change them manually – search and replace won’t do you any good.
again, they WILL keep working, so you don’t really *need* to do anything, and if you do anything at all, it will all be manual, and all your redirects will have to be quite unique, because you’re your old query-style links have nothing descriptive in them.
its easy to change /blog/apples/oranges to /wordpress/oranges/apples… but how will you know if ?p=324 relates to apples or oranges, programatically? the answer is, you can’t.
Forum: Fixing WordPress
In reply to: Edit this entry on bottom of pageIt appears that anyone can use this to get into the manage page
No, they can’t.
I know I can
That’s a huge extrapolation you’re making… after all, you’re logged in as the administrator of your blog. I’m not.
make it the way its supposed to be
It already is.
Forum: Fixing WordPress
In reply to: in_category(category_id) is not working.if that’s your goal, then you want this:
https://codex.www.ads-software.com/Template_Tags/query_posts
https://codex.www.ads-software.com/The_Looppay particular attention to ‘cat=’
Forum: Your WordPress
In reply to: lesterchan.net Version 3.0Time for a logo design competition on your site, Lester. ??
Perhaps a way for all these designers to say “thanks for the plugins” ??
Forum: Fixing WordPress
In reply to: Limit the number of words in excerpt without plugins…then use the_excerpt_rss, if you must…
I don’t understand why the_content_rss doesn’t do it for you, unless maybe you’re writing your own excerpts.
Forum: Your WordPress
In reply to: Gods Got His Own Blog!Haha ClaytonJames, it’s Sunday afternoon here and I happen to have a Boag’s Premium in (ok near) hand as I write this, having dragged myself back to my desk.
If you enjoy beer, I highly recommend you try to find this particular brew. It’s exported worldwide, but since God himself drinks it, it might be in short supply.
I’m sure you’ll be reading about it on his blog in the coming weeks.
Cheers to you ??
Forum: Your WordPress
In reply to: Gods Got His Own Blog!Hello, I’m professor Ivovic PhD.
As head of Theological Pseudoscience at the University of Frito Lay, I’ve overseen countless hours of research into the translaton of one of the most important Christian documents ever produced.
Based on that research I can confirm that this site is indeed genuine. God really has started a boring self-indulgent blog using wordpress.
It bears the sacred symbol referred to in the old texts as the ‘Mark of Favor’.
You wouldn’t believe how difficult it was to translate “pink asterisk” from Aramaic.
Forum: Fixing WordPress
In reply to: Moving WordPress from /blog/ to /wordpress/yeesh, if you’re changing your permalink structure to date-based at the same time, you’ll be doing more than can be covered by searching and replacing.
in fact, you’ll be doing more than can be covered easily using htaccess as well.
got many posts? I have a feeling you’ll be redirecting them one-by-one in your htaccess file, that is… unless your old permalinks were the query-string kind… and not another form of pretty permalinks.
query string format will continue to work, so the redirection becomes a little easier.