Doug Hanna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving To New Server – Having Issues with MediaI just checked wp-config. The database name, user, password, and host are all set.
The only problem is that the media library still says “No media attachments found.”
Forum: Fixing WordPress
In reply to: Moving To New Server – Having Issues with MediaI did all of those instructions, but I’m not sure what to put in wp-config.
I know I’m a little behind on all of this.
Forum: Fixing WordPress
In reply to: Moving To New Server – Having Issues with MediaThe site is on a new server. Everything moved over correctly except for the media library.
Forum: Fixing WordPress
In reply to: Moving To New Server – Having Issues with MediaIt’s a new install of WordPress on the new server, I just uploaded all of the media files via FTP.
Forum: Fixing WordPress
In reply to: Moving To New Server – Having Issues with MediaImportant to note that right now the new website is at day4ministries.newserver.com, while the old site is located at day4ministries.com
When I switch the new website URL to Day4Ministries.com, will that effect the media library?
Forum: Fixing WordPress
In reply to: Moving To New Server – Having Issues with MediaDownload a copy of the main wordpress files from your OLD blog to your hard drive and edit wp-config.php to suit the new server.
Go back to your OLD blog and go to Administration > Settings > General and change the url (both of them) to that of your new site.
Login on your server and go to phpmyadmin and export as file and save your database (but keep the old one just in case), upload this new database and the copy of the wordpress core files with the edited wp-config.php to your new server. That’s it!From Moving WordPress.
I’m not sure what changes I’m supposed to make to wp-config.
Forum: Plugins
In reply to: [Edit Flow] Feature Request: AssignmentI agree!
We love Edit Flow, and a feature like this would help us scale our organization!Forum: Plugins
In reply to: [RealTidbits PushQuote] Change to Long URLThis is really important for me as well!
Forum: Plugins
In reply to: [RealTidbits PushQuote] Add Twitter HandleI would also like this feature!!
Forum: Themes and Templates
In reply to: Different Colors For Different PostsThank you for your help Alchymyth.
Forum: Plugins
In reply to: Show Recent Posts In A GridSorry alchymyth!
I was asking on the forum because I was searching for a plugin, not support for this theme.
Forum: Plugins
In reply to: Show Recent Posts In A GridYeah, the new theme is “Circles.”
It’s all done in code on the index.php on the old website.
<div class="bloghead"><h2 class="homeblog">Latest Content</h2></div> <?php $count = 0; ?> <?php $hcount = get_option('role_hcount'); $new_query = new WP_Query( 'posts_per_page='.$hcount.'' ); while ( $new_query->have_posts() ) : $new_query->the_post(); ?> <div class="box <?php if (++$count % 4 == 0) { echo "lastbox"; } ?>" id="post-<?php the_ID(); ?>"> <div class="boxim"> <a href="<?php the_permalink() ?>"><img id="boximg" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php get_image_url(); ?>&h=95&w=210&zc=1" alt=""/></a> </div> <div class="btitle"> <h2 class="hometitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2> </div> <div class="excerpt"> <?php wpe_excerpt('wpe_excerptlength_index', ''); ?> <div class="clear"></div> </div> <a class="bmore" href="<?php the_permalink() ?>">Read More</a> </div> <?php if(++$counter % 4 == 0) : ?> <div class="clear"></div>
Forum: Fixing WordPress
In reply to: Dueling Installs…Rats,
We’ll thank you so much bemdesign!! You’ve been an incredible help tonight!!!
Thanks for your help!!!
Forum: Fixing WordPress
In reply to: Dueling Installs…Will that move over actual plug in data as well?
I’ve made a few sliders with animations and multiple layers which would be a pain to have to recreate.
Forum: Fixing WordPress
In reply to: Dueling Installs…Cool, thanks bemdesign.
For pages I’ve built for the new site, I can use the Export tool, but what about things I’ve done in plugins (e.g. sliders, contact forms, etc.)?