Your Wordpress problems - Tell me ;-)

Hi brother,

Thanks for posting this thread. I need a theme similar as this sites or some changes in layout should be ok.

bigproductstore.com
masterresellrights.com
master-resale-rights.com
masterresellrights.com

Can you pls suugest me theme like this ?
 
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
 
How do I install a predesigned landing page from my porno affiliate lol, into my wordpress?!
 
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?
 
Last edited:
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?
 
I have customization ideas I wish to implement but have no idea as to how. Every time I try via FTP I break my website. So I've stopped trying. (Genesis framework).

Can you recommend any plugins that offer a light and almost non-detectable social media sharing plugin. I used sharethis and it increased my loading page to like 5+ seconds because of it.
Any that preload just the text and load the images later on possibly? I'm using http://wordpress.org/plugins/social-media-feather/ at the moment and it's great. The one thing that it doesn't have is the number of shares beside the buttons (and its missing stumbleupon :( ))
 
I use either sharethis, or jetpack's share toolbar for all my projects. Unfortunately, this is a fact that it will make your site load slower. More requests your browser makes, more the time is.

You can optimize them a bit by using dns prefetch. Try this one out:
Code:
http://www.htmlgoodies.com/beyond/webmaster/how-your-browser-speeds-up-cross-domain-loading-using-dns-prefetching.html
If you PM me your project url, I can have a look at it to see if anything could be done further.

I have customization ideas I wish to implement but have no idea as to how. Every time I try via FTP I break my website. So I've stopped trying. (Genesis framework).

Can you recommend any plugins that offer a light and almost non-detectable social media sharing plugin. I used sharethis and it increased my loading page to like 5+ seconds because of it.
Any that preload just the text and load the images later on possibly? I'm using http://wordpress.org/plugins/social-media-feather/ at the moment and it's great. The one thing that it doesn't have is the number of shares beside the buttons (and its missing stumbleupon :( ))
 
Back
Top