Your Wordpress problems - Tell me ;-)

Gogol

Administrator
Staff member
Moderator
Executive VIP
Jr. VIP
Joined
Sep 10, 2010
Messages
11,805
Reaction score
26,657
I am aware of this thread
http://www.blackhatworld.com/blackh...s-help-ask-your-questions-24.html#post6625572

In-fact This thread made me post another one. That thread by OriginalEXE has become haunted as I find now. So this is a fresh one now. If you are having a problem with your WP setup, tell me. I will do my best to solve it. I know I am not landing anywhere, but just to make sure that I can help as many as I could, as I did earn my first dollar because of blackHatWorld :-)
 
Last edited:
I can't find a decent wordpress theme for my site.
Nutritional Supplements - reviews. Thoughts?
 
I have been looking around on other sites of my friends and have found out that they have higher click rates than i do due to the fact that their menu bar at the top of the page is actually an add, is there anyway i can make an add like that on wordpress?



In-fact This thread made me post another one. That thread by OriginalEXE has become haunted as I find now. So this is a fresh one now. If you are having a problem with your WP setup, tell me. I will do my best to solve it. I know I am not landing anywhere, but just to make sure that I can help as many as I could, as I did earn my first dollar because of blackHatWorld :-)[/QUOTE]
 
I think I didn't get your question right. So you want a better Menu bar do you?
I have been looking around on other sites of my friends and have found out that they have higher click rates than i do due to the fact that their menu bar at the top of the page is actually an add, is there anyway i can make an add like that on wordpress?
 
I have been looking around on other sites of my friends and have found out that they have higher click rates than i do due to the fact that their menu bar at the top of the page is actually an add, is there anyway i can make an add like that on wordpress?

Most PPC networks allow you to style your ad to an extent, and then generate the html for it.

Yours is a simple case of styling your ad, and then pasting the HTML where you want it to appear in your header.php.

Or you can download the Thematic theme, and add the code to your header, using hooks.

Voila, ads that look like a navigation menu.
 
Thank you for your support everyone. Let's make sure none of the queries here go unnoticed! I will do my best to make that sure. Hope everyone makes their contributions too!!
Cheers!! \m/
 
Hi
Here's the InReview theme + PSD (unzip the file. there are two zips inside) which I just downloaded from my Dev account. VT link given below the dl link.

Download:

Code:
https://www.mediafire.com/?cs7p4vwa5ju6iqf

VT:
Code:
https://www.virustotal.com/en/file/c600cb9b9220a6c98f706aec0dd0aeb5f702b8fd2de5c7b9fe569d8237f96f98/analysis/1393999619/
Yeah, inReview theme would be a nice theme to work with!
Can you get it? :)
 
I have posted my problem here: http://www.blackhatworld.com/blackhat-seo/other-languages/653553-permalinks-domain-change-htaccess-redirect-help-please.html

But no solution, could you please help me ?

Thanks
 
hey actually i didnt had much problem but recently in had in one of my wp site i am not able to update to the latest version of wp, its showing me the update option on dashboard but when i try to do it, the next page it just shows me blank page, nothing else.. what is the problem here ?
 
GO to your wp-config.php and paste the following after the opening php tag.
Code:
set_time_limit(0);
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
define( 'WP_MEMORY_LIMIT', '256M' );
Save the file and try updating again. Let me know if that works
hey actually i didnt had much problem but recently in had in one of my wp site i am not able to update to the latest version of wp, its showing me the update option on dashboard but when i try to do it, the next page it just shows me blank page, nothing else.. what is the problem here ?
 
Hello everybody,
Im new on this forum & really glad to see OriginalEXE thread but for some reason hes not active anymore, but g0g0l I really appreciate your effort man, much respect.
Bookmarked!
 
GO to your wp-config.php and paste the following after the opening php tag.
Code:
set_time_limit(0);
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
define( 'WP_MEMORY_LIMIT', '256M' );
Save the file and try updating again. Let me know if that works


Nopes that didn't helped...
 
I need a plugin or a way to backup my wordpress blog and move it to some other domain on some other hosting. Can you help me with it?
 
First install xcloner.
Code:
http://wordpress.org/plugins/xcloner-backup-and-restore/
Now follow the instruction in the plugin and backup your site.

Unzip the zipped backup after downloading and find the sql file. Open that sql file using notepad++. Search for oldurl.com (no ending slash opr http:// ) and replace with newurl.com (again, no ending slash or http:// ). save the sql file and upload to your new database. Upload the files using ftp. Now go to wp-config.php and enter your db details.
Once your site is live, go to wp-admin and go to settings -> permalinks and reset the permalink settings so that the htaccess is generated again.


THat should be it. Let me know if you get into any trouble :)
I need a plugin or a way to backup my wordpress blog and move it to some other domain on some other hosting. Can you help me with it?
 
Back
Top