Bro it is a totally custom theme. I don't think you will get something similar. It is not hard to make that on your own TBH. I would take a screenshot of that and build my own using it.
Hi brother,
Thanks for posting this thread. I need a theme similar as this sites or some changes in layout should be ok.
Can you pls suugest me theme like this ?
Below is a very good blog about how to do that. Read it and do as mentioned.
Code:
https://yoast.com/articles/wordpress-seo/
Hi Mate
I have this autoblog using a script that pulls amazon products, please help me with the best onpage optimization, the best seo plugins that can ensure i get the most traffic even if from social media.
I will PM you the url of the site.
Regards
Silvafaya
You will need a bit of php to do that. If you don't know php, then I suggest hiring someone. If you do know php and have basic knowledge about how wordpress themes work, then below are the steps:
Go to your theme folder and make a new php file named extra_page.php
Open up extra_page.php and insert the following:
Code:
<?php
/* Template Name: Extra Page Template 1 */
?>
After the closing php tag, insert your html. Copy your assets (css, html, js and so on) to assets folder under your theme folder. Replace every asset's url and enter something like:
Code:
<img src="<?php bloginfo('template_url')?>/assets/images/myimage.png"/>
Once done, save your file and then go to wp-admin -> Pages -> Add new page.
In the right sidebar, select your newly created template as the page template and save.
You should now have what you wanted. Hope it helps.
How do I install a predesigned landing page from my porno affiliate lol, into my wordpress?!
Hey, this is a good problem. I will make a plugin for this in my free time. Till then, stay tuned.
i have a question for you hope you can help me. I am no wp newbye but this just got me stucked. is there a way to migrate images that are hot linked? i want them to be hosted on my own website instead. I tried image teleporter but doesn't work and get my hosting work very hard i have more than 1000 posts and 6000 images. i want to be able at least to move the images from one post at the time. Trying to move all at the same time will surely freeze my blog ...any idea?