RichardDawson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Third party shortcodes not working with theme.so I started again with another theme as the starting point…
This time it works.
looks like the theme author gave up, rather than trying to get them wp 4.0 compatible.
Forum: Fixing WordPress
In reply to: Third party shortcodes not working with theme.Evan: it’s the theme, not the plug-in that is the problem.
The plug-in and shortcode works fine, if I set my site to the default theme, and a few other themes work as well with the plug-in.
Forum: Fixing WordPress
In reply to: Third party shortcodes not working with theme.If there are no other suggestions, I might have to almost start again, with another theme.
I might go responsive, if another theme can be made to look like I currently have?
Forum: Fixing WordPress
In reply to: Third party shortcodes not working with theme.the shortcode is given by the plug-in without the quotes.
it does not work when put on the page in admin.php directly in the file, doesnt work.
the theme is no longer on envato’s ThemeForest.
http://themeforest.net/item/blackops-porfolio-blog/gone/122915
and the author:
http://www.turkhitbox.com/
(sedo holding page)Forum: Fixing WordPress
In reply to: PHP includes within a post on a pageI’ve tried this template method that was suggested in another forum…
to use a “Unique Category template”
http://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/comment-page-12/I’ve now got it working how I want.
I just need to move the content from the pages to the categories
It’s easier to create posts in categories, rather than editing a page each time.As a test, I have commented out the code that shows the posts of the sub-categories on a parent category page (DJ’ing), and will put info general introductory info about my DJ’ing
The sub pages will have posts, which will contain the content, in an easier to update way, rather than edit the page to add content.so I have put the php include statement in the unique category templates for each part.
Thanks.
Forum: Fixing WordPress
In reply to: PHP includes within a post on a pageso php cannot be put in a post or page…
Is there anyway of getting a line of sublinks at the top of a page that will be the same for all pages of that section?
I know I can hard code the html for each page, but I’d like to be able to change the links for several pages by editing one thing, not several pages.
any ideas how?
Forum: Fixing WordPress
In reply to: PHP includes within a post on a pagecan anyone help?
Forum: Themes and Templates
In reply to: My version of the default / kubrick themeI’ve got a problem (since before the mods that I have done)
the header and footer graphics are 1-2 pixels out of alignment.
what can I do?
Forum: Themes and Templates
In reply to: how to change vertical page links to horizontal page links?Thanks 🙂
I’ll have a go at this when I get home from work.Forum: Themes and Templates
In reply to: how to change vertical page links to horizontal page links?I’m not actually looking at how to ‘design’ it, but how to use the
<?php wp_list_pages(‘title_li=<h2>Sections</h2>’ ); ?>
from the sidebar
so that I can still change the pages using wordpress, and have the links automatically updated.