If you are searching Cape Town – Blogging Theme for free download, nulled and updated on 4 January 16 you can download from our website for free. Cape Town – Blogging Theme is one of most popular wordpress templates from News, Magazine and Blog category in the last 30 days by our internal search.
Download Cape Town – Blogging Theme for free
Below this text you will find link to download nulled Cape Town – Blogging Theme wordpress theme for free, just click on the link and save on your desktop, unzip and upload on your website. Process is simple. Our wordpress templates are not locked, you will not need pasword to use Cape Town – Blogging Theme WordPress template.
Cape Town – Blogging Theme Nulled [Latest Version]
Instead of paying for $29 to promola and giving 50% of their earnings to Envato. We are giving you for free Cape Town – Blogging Theme working latest version.
About Cape Town – Blogging Theme
Some of the features
- WordPress 4.9+ Ready.
- WordPress menu support.
- Threaded Comments.
- Responsive Layout.
- Full width page template.
- Blog page template.
- Contact Form 7 Ready.
- Multiple color pickers for different sections of the theme.
- Custom CSS Box.
- Video Widget (Vimeo, YouTube and many others supported)
- Popular Posts Widget (With thumbnails)
- Recent Posts Widget (With thumbnails)
andarko
Hi! How can I change the order of the menu buttons on the home page just under the header image? It seems to be defaulting to alphabetical order, but I’d rather have “Home” be the first menu button, followed by the others. Your help is greatly appreciated.
www.probookclub.com
promola Author
Hi there.
In the admin go to Appearance > Menus and then drag the menu items to position them.
You can read more here: https://codex.wordpress.org/WordPress_Menu_User_Guide
Thank you.
andarko
Problem solved! Thank you!
Melvindrbk
how can I add the sharing buttons to pages, the same way it shows on posts ?
promola Author
Hi there.
The theme does not have that option. You can try this plugin: https://wordpress.org/plugins/add-to-any/
Thank you.
jonespub
Hello, our WP site that uses this theme is running really sluggish.. wondering if it’s because we are using an older version?? I can’t tell for sure.. it says 1.2 in the ‘themes’ area.. we are running WP v. 4.6… looks like everything is from 2014.
Do I have to DL the newer theme, then upload it to upgrade?? There are no notifications for upgrade in WP.
Thanks, Donovan
promola Author
Hi there.
Can I please get a link to your website please?.
Thank you.
jonespub
Re: “Can I get a link to your website please?.”
http://todayschristianliving.orgThanks, Donovan
promola Author
Hi Donovan.
It’s not the theme that’s making things slow, if you’re using shared hosting it could be that or third party scripts like Revive Adserver. I tested you’re website load speed and it loaded in under 2 seconds which is good: https://tools.pingdom.com/#!/ewrXF2/http://todayschristianliving.org/
PS: Please reply directly to this comment thread, don’t start a new one.
Thanks.
jonespub
Hi Promola, thanks for the response and the site check.
The slowness is on both the back-end and in the front-end. We use the adserver on many of our domains without problems… so probably not that. I disabled all the plug-ins and that seemed to help a little bit.. but still slow. I’ve downloaded the latest capetown.. am I correct that capetown is not actively updated via wordpress? It appears the version I downloaded is about 2 years newer than the files on the server. If so, is there an update procedure somewhere I can look at? thanks! – D
promola Author
You can update the theme via FTP by going into the “themes” folder and replacing the old capetown folder with the new one.
andarko
Hi! I’d like to make some of the content on my website more evergreen. Is there a way to selectively remove the date from some of the posts, but not all? My site is www.probookclub.com. Thank you!
promola Author
Hi there.
Try this, make the posts you don’t want to display dates sticky and paste the following code in the Custom CSS tab of the theme options page and save:
.sticky .post-date { display: none; }
Thanks.
andarko
Thanks for your prompt reply! This solution removed the date from the sticky posts on the main page, but not in the Favorite Posts box on the right or in the posts themselves. Is there a way to do that?
promola Author
Add the following code to the Custom CSS tab:
#favourite-posts .small-date { display: none; }Unfortunately you cannot hide the dates in individual posts themselves. But you can hide all the dates in all the posts using the following code:
#single-wrap .post-date { display: none; }Thanks.
andarko
Two final questions:
(1) How can I remove the dates from the carousel?
(2) Is there a way to remove the dates from all of the posts on the main page across the board without making them sticky?
Thank you again!
promola Author
Use the code below to hide all dates on all posts.
.small-date, .post-date { display: none; }Thanks.
andarko
Great. Thank you!