Mr BaDr
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: My site vanishedtry to delete the htaccess file in the root folder of your site.
Forum: Fixing WordPress
In reply to: use wp functions outside wordpress and in a different domain nameyes i’m sure, and it find function but he don’t show the result
Forum: Fixing WordPress
In reply to: use wp functions outside wordpress and in a different domain nameBy following this reference Integrating WordPress with Your Website
yes, i get it work in /forum simply with this lines of code:
<?php require( '../blog/wp-load.php' ); query_posts('showposts=3'); while (have_posts()) : the_post(); ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a><br /> <?php endwhile; ?>but in a different domain it doesn’t work.
i still can’t get the post meta in this function, any help please !!
Forum: Fixing WordPress
In reply to: CPU Throttling, Shared Hosting Nightmare.i have the same problem, any help!
Forum: Fixing WordPress
In reply to: 3.3.1 Hacked by saveprefs.ru redirecthe,
where is the probnlem now, in the timthumb.php or in wp 3.3.1 ??
thanks.
Viewing 6 replies - 1 through 6 (of 6 total)