Lave
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [YouTube SimpleGallery] YT no working in jquery tabs<?php echo $page->post_content; ?> change to <?php echo $content; ?>ehh
Forum: Plugins
In reply to: [php plugin] How to fix static functionResolved, I must write/call to support for update php system.
Forum: Hacks
In reply to: [plugin write]Static function errorResolved, I must write/call to support for update php system.
Forum: Fixing WordPress
In reply to: No Pictures in wordpress readeradd to loop.php
<a href="<?php the_permalink(); ?>"> <?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'single-post', array('class' => 'content-thumb') ); } ?> </a>check functions.php
add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 150, 100 ); add_image_size( 'single-post', 150, 100 );Forum: Fixing WordPress
In reply to: TinyMCE not loading or workingdownload plugin TinyMCE Advanced,
go setings > timymce > take and drop upForum: Fixing WordPress
In reply to: Navigation Bar Opens to Broken Linkshtaccess?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Viewing 6 replies - 1 through 6 (of 6 total)