dave-p
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress without css templateYou could look at https://www.ads-software.com/extend/themes/toolbox
Forum: Themes and Templates
In reply to: [Constructor] [Theme: Constructor] Logo instead of blogtitleIn the Header tab in Customize Theme, check hide title by CSS alongside the Hidden title item.
Then use the Images tab to add a Header Image.
Forum: Fixing WordPress
In reply to: Line-throughThere is a strange <strike /> tag and a load of closing </font> tags in the page source at the point where the strike-through starts. I suspect it’s because you appear to be copying and pasting straight from MS Office, which can put all sorts of garbage markup into your posts.
Forum: Plugins
In reply to: Second set of tags?What you are talking about is custom taxonomies, I think.
Forum: Plugins
In reply to: Custom URL shortenerHave a look at Yourls.
Forum: Developing with WordPress
In reply to: Unknown Source Creates 3 SQL Tables for Each BlogLooks like you might have been hacked.
Can you see what the php files referred above might do?
Have a look at https://ocaoimh.ie/exploit-scanner/ – it might help, but you will need some technical expertise.
Forum: Plugins
In reply to: W3 Total Cache and WP Events Calendar incompatibilityI had the same problem with WP Events Calendar and also with FancyBox for WordPress not working. Changing JS minify settings to ‘only combine’ solves both issues and both plugins now work.
Forum: Plugins
In reply to: What plugin is this?Forum: Themes and Templates
In reply to: linking within my blogThere is a ‘Text’ widget that you could put a link in, and add to your sidebar.
Forum: Fixing WordPress
In reply to: best way to get posts noticed: social bookmarking, seo???I recommend Google XML Sitemaps – not social bookmarking, but it does help the search engines to be aware of your posts.
Forum: Plugins
In reply to: Text in sidebar (per page, not universal)You can code it into your sidebar – see https://codex.www.ads-software.com/Conditional_Tags.
Forum: Themes and Templates
In reply to: How to align a logoForum: Fixing WordPress
In reply to: Found random files in .files directoryTry the WordPress Exploit Scanner plugin. It might help, but you need a certain amount of technical expertise to decide whether its findings are a problem or not.
Forum: Themes and Templates
In reply to: Time of PostsTake a look at WP-RelativeDate.
Forum: Fixing WordPress
In reply to: Using wordpressIt sounds like you have installed WP in the root directory when you already have files there. If you have an existing site, the best and easiest way is to install the blog in a folder (/blog/ for example) so installation will not overwrite any existing files and there should be no file name conflicts.