What do you mean “ripped theme”? Are you talking about getting a premium theme and not paying for it?
Yes , Really nice , You can checkout my own theme here : http://www.mostout.com/wptest While searching about wordpress theme download i got a download link of that theme and I downloaded and installed that .
I hope your not on her asking for help for a theme that you s should have paid for since that would be theft.
Also, your site also shows issues at Sucuri.
Oh god , How to know the reason of this blacklisting ?? I were using a free server and recently switched to new paid server because facebook blocked my website because of the server . How do I get unblocked sir ? As i already said you We’re doing all these works to make some money and start our research project in Artificial Intelligence . Please ..
Looks like you need to use the info on Securi to contact McAfee –
http://www.siteadvisor.com/sites/mostout.com
Thanks for that . I’m using the following code now for showing loop in my homepage :
<?php query_posts('showposts=1'); ?>
<?php $posts = get_posts('numberposts=1&offset=0'); foreach ($posts as $post) : start_wp(); ?>
<?php static $count1 = 0; if ($count1 == "1") { break; } else { ?>
</li>
<li>
<a>" title="<?php printf(esc_attr('Permalink to %s'), the_title_attribute('echo=0')); ?>" rel="bookmark">
<li>
<?php if (has_post_thumbnail( $post->ID ) ): ?>
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
<?php else :
$image = get_bloginfo( 'stylesheet_directory') . '/images/default_cat_img.jpg'; ?>
<?php endif; ?>
<div class="postima1" style="background-image: url('<?php echo $image[0]; ?>')">
</div><!-- end #category-name -->
<span class="hp1">
<?php the_title(); ?>
But when i use the same script in my category.php for getting the posts of that directory in the same view it shows whole website posts there instead of that categories posts ! Please give me some easy methods I’m using a premium theme and I didn’t paid for that . I got some links from Google and got a zipped file , Really worried about that .. please …
So why not start with one of the many FREE, GPL themes from here:
http://ww.wp.xz.cn/themes/
Those are the only themes supported on these forums – we do not support commercial themes here (and not paid for is a whole other not good issue) – http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Oh . We can talk about making a new own theme right ? I wrote that code in my new themes homepage (front-page.php )
Yes, if you are creating a new theme, then that’s a different question – but I think you already have a thread on this topic — which I will reopen so you can continue there ?
http://ww.wp.xz.cn/support/topic/how-to-define-a-flow-of-recent-posts-but-in-different-css-divisions?replies=5&message=opened
Yes . I’m asking about how to get same loop in different css divisions . You may check this address : http://www.mostout.com/wptest .
I need that kind of things , It’s my blog and I developed that theme , But don’t know how to get the same kind of things in my category.php pls
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Is your category.php file something you’ve created or something that has come from a theme?
While checking about creating new theme in codex.ww.wp.xz.cn i found one list of .php files and i created these files in my theme directory !