vachi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: display page content in sidebarhow about just make a div in your code have the `<?php get_a_post(‘featured-release’,’GETPAGE’); ?>
<?php the_content(); ?>` in there and position it such that it looks like its part of the sidebar,Forum: Fixing WordPress
In reply to: Embed codes for videos get lost in transitionok where do you put the embed code?
right in the post, because worpdress will not save your code as is if you put it in the post areaor have it like this `<embed src=”http://video.com/wp6/wp-content/plugins/flv-embed/flvplayer.swf” width=”480″ height=”360″ type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” flashvars=”file=<?php $key=”embed”; echo get_post_meta($post->ID, $key, true); ?>” />
`and have the flv location in the embed custom field
Forum: Fixing WordPress
In reply to: Using a an image as header titlein your header file in the theme folder where its calling on your blog info title
instead of that have it echo this
echo ("<img src=$http://www.donroche.com/newblog/wp-content/uploads/2008/07/header.gif>");Forum: Fixing WordPress
In reply to: How to fix http://<my domain>/wordpress to … WordPressactually its simple, there are two database options that you have to change,
in teh wp-options table, you have to change the root links
this is in your database:
i have done this, before there is two fields in the wp-options table
first one is the “siteurl” option and than “home” option
change those two to the new linkthan change the folder name from capital to lower
Forum: Fixing WordPress
In reply to: HELP! What did I do???wow i really don’t know what happened here, i will bump, lets see what others think
Forum: Fixing WordPress
In reply to: Center WP on the Screenyou can put the whole code in your pages in a div and in the style.css have the div position centered
Forum: Fixing WordPress
In reply to: (another) Sidebar at bottom, footer at top?is this fixed? i looked at sites i can’t see the error you are describing
Forum: Fixing WordPress
In reply to: Windows-Internet explorer / Apple-Safari problemyou should not bump, in just 4 hours, wait for at-least 10, people go through the forum answering questions all the time, wait for your turn,
ohh i see what you mean, how about validate your code,
css
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fmoviecrew.nl%2Fwordpress%2F&profile=css21&usermedium=all&warning=1&lang=enxhtml
http://validator.w3.org/check?uri=http%3A%2F%2Fmoviecrew.nl%2Fwordpress%2F&charset=%28detect+automatically%29&doctype=Inline&group=0Forum: Fixing WordPress
In reply to: [gallery] insert gallery into postwhat gallery system are you using, NextGEN??
Forum: Fixing WordPress
In reply to: display page content in sidebarwhy are you not putting this code in divs, maybe if you control their location and size you might not disrupt the sidebar, also how about create a page, and
have you code in there, than just include that pagepage sidebar_posts.php
<?php get_a_post('featured-release','GETPAGE'); ?> <?php the_content(); ?>than in sidebar
<?php include("sidebar_posts.php"); ?>Forum: Fixing WordPress
In reply to: Preventing Contributors to seeing other Contributor’s draftsi really don;t know, i am looking here to find an answear for you ,
http://codex.wordpress.org/User_Levelstry that link yourself too, let see who finds a solution first 🙂
Forum: Fixing WordPress
In reply to: WEIRD ISSUE, NEED EXPERT HELPby the way, caps really hurt peoples eyes, one alexa did not even show a rank for you, when you start generating a rank maybe google will start generating your descriptions, actually that has no matter, 😐
what i am trying to say is, it takes some time to be able to get your meta infos to show u in google, and how about submitting a site index to google,
try this link,
http://www.google.com/webmasters/Forum: Fixing WordPress
In reply to: Unable to edit poststhis just started to happen? cuz i saw your blog and you have posts form earlier,
try disabling all your plugins first, and have you edited anything outside of the theme folder?Forum: Fixing WordPress
In reply to: Adding formatting to a template tagalso, that would be like, latest-blogs a , or latest-blogs h4, h2, h1
and so on, you would create these styles in the theme style.css file and see what happens
and if you are on mac try using cssEditForum: Fixing WordPress
In reply to: can’t add categorieswho is your hosting company?
the first install you did was your manual install, that you created database and so on?and how about change the permissions on that admin-ajax file, i doubt it will change anything, but try