makethea
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Detached image files?In SQL, you may have to update the links for 4, 000 images. But, there should be a PHP code to loop the images from the Media Library.
Try these links:
http://codex.wordpress.org/Function_Reference/wp_get_attachment_url
PHP:
-
<?php
- <?php echo wp_get_attachment_link( $attachment_id ); ?>
$audios =& get_children( ‘post_type=attachment&post_mime_type=audio/mpeg’ );
foreach ( (array) $audios as $attachment_id => $attachment ) { ?><?php } ?>
Forum: Fixing WordPress
In reply to: Detached image files?Maybe, when you moved, you may have changed the domain.
Forum: Fixing WordPress
In reply to: WHAT HAVE I DONE!!!!Ok, click on Screen Options on the right of page. There will be a list of items relating to buttons that you can check and display.
Forum: Fixing WordPress
In reply to: Detached image files?Hello,
How have you been attaching photos before the WordPress blog move?
If you have been posting in the Media Library, the photos will not be attached to any posts. Only when you upload a medium in a post can you attach.
The Gallery function only extracts, not really deletes. Maybe you have deleted an attribute from shortcode that may have cause a deletion.
Lauren
Forum: Fixing WordPress
In reply to: All Pages Are Blank?Hello,
Do not disable all plug-ins. Some of these plug-ins are used to make your site visible.
Carefully, review each plug-in by clicking on Editor from Plug-in menu for discrepancies in code.
You may also need to review the templates and CSS on Editor from Appearance. Some shortcodes may need to be used to run most plug-ins.
Lauren
Forum: Fixing WordPress
In reply to: WHAT HAVE I DONE!!!!Hello,
Yes, please, add an image of screen.
I am getting a visual that the buttons have been collapsed. There is an arrow at the end of column to expand the buttons.
Lauren
Forum: Fixing WordPress
In reply to: Commenting and loginHello,
When I copied and pasted your url, it says that your blog does not exist.
http://en.wordpress.com/typo/?subdomain=hometogo
Lauren
Forum: Fixing WordPress
In reply to: Adding a banner or text next to the header imageHello,
Not sure if you have visited this page, but here it is: http://codex.wordpress.org/Designing_Headers
Lauren
Forum: Fixing WordPress
In reply to: Where is custom CSS stored?Yes, I was about to mention the style.css for the theme. In this case, you would have to go to Editor from Appearance menu.
However, CSS for theme and pages/posts differ.
Forum: Fixing WordPress
In reply to: Where is custom CSS stored?Hello,
You can find Custom Design from the Appearance menu on the left column of the dashboard. Then, you will see a tab for CSS to the right of the webpage.
Lauren
Forum: Fixing WordPress
In reply to: When I click "Add Media", I want to upload media; not click more.Hello,
You can also use the Media Library menu on the left column of the dashboard.
Lauren