We may want to display ads on our WordPress website. While coming for customization we would be having many troubles. Target: To show ads only on posts and not on pages What do we need: WordPress website, Genesis Theme, Genesis Hook plugin Solution: Install Genesis Hook Plugin from the plugins repository Go to Genesis -> […]
Wordpress
Genesis Sample Theme Full-Width Template
Front-page.php Style.css
All pages in my website works except wp-admin
I’m using wordpress. One day I have encountered this problem. I can access every page in my blog except /wp-admin. The error said that there were too many redirects and error 500. Many searches requested me to change the configuration in wp-config and modify that as SSL redirect as true/false. But that didn’t work. Finally […]
How to block access to the wp-content uploads folder
By default, everyone is able to access and browse through your wp-content folder by adding ‘wp-content/uploads’ to your domain name. This means they’ll be able to see all ‘Media’ files you have uploaded to WordPress. In this post, we are going to see How to block access to the wp-content uploads folder. In a lot of […]
How to Display only Title in Category page Genesis
Here in this post, I have explained how to display only Title in Category page genesis like given below. I’m using Genesis Sample theme in explaining this method. Remeber this is the only free official theme so I have spent a minimum amount for a clean framework and customising each and every page according to my wish […]
wp-admin redirect loop after SSL https activation
the website loads correctly but I can’t access wp-admin page in wordpress. This is after installing SSL certificate. Method 1: simply add this code in simply add this code in wp-config.php file in your root folder. you can access it through FTP. It worked like a champ for me. /** SSL */ define(‘FORCE_SSL_ADMIN’, true); // […]