jonathansblog
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [multiloquent] Show child categories on category page?Hi
there isnt any way to do this;
The closest thing is the ‘category overview’ but that shows an overview of all your categories, not just ‘the child categories of the current category’Forum: Themes and Templates
In reply to: [multiloquent] Translation missing pot-file?Hi
great idea, the theme isnt translation ready, but Ill add it to the list ??
Forum: Themes and Templates
In reply to: [multiloquent] Remove Featured Posts and Space from homepagecan you post the url of your site so that I can see what it looks like (it might be a bug)?
there are two files which can be used for the front page of your site, depending on the setting that you use in wp-admin > settings > reading
if you have ‘blog posts’ then the site will use ‘home.php’
if you have ‘static page’ then you should select a static page and that will be displayed at the top of your home page and the file will be ‘front-page.php’Forum: Themes and Templates
In reply to: [multiloquent] Changing the oder the posts appearHi ??
Unfortunately you cant change the H1 tag and keep the image on the single posts pages:
the image is set as the background to the h1 tag (so that the image can be correctly scaled and centred using css3 techniques)Forum: Themes and Templates
In reply to: [multiloquent] Changing the oder the posts appearHi ??
It would probably be best to add it to the wordpress theme api parts in function-definitions.php
If I get time this weekend ill try to add something so that this can be changed in the wp-admin section ??
Forum: Themes and Templates
In reply to: [multiloquent] Changing the oder the posts appearHi
the boxes colour comes from the ‘label’ colour (its set by the bootstrap theme)
There isnt a way (other than modifying the code) to select colours yet
in apperance > customise you can switch the base colour scheme – some have different coloured labels – you might be able to get something close
Forum: Themes and Templates
In reply to: [multiloquent] Changing the oder the posts appearHi
the order of the posts can be controlled in one of two ways:
1) the default is ‘newest post first’
2) if you install the top10 plugin then it will show your top posts
unfurtunately there isnt a manual order (you cant pick the things to show)the category pages behave like normal wordpress category pages (ie newest post first or sticky posts at the top if you have any sticky posts)
images are set with the featured image feature in wordpress (but have a default image if none is set)
the ‘recent posts’ will be part of your sidebar: the sidebars are dynamic – check the wordpress user guide (apperance > widgets)
Forum: Themes and Templates
In reply to: [multiloquent] Excerpt with paralax_image_textForum: Themes and Templates
In reply to: [multiloquent] Changing pictures in Paralaxif you upload / set a ‘featured image’ against the post it will use that image
Forum: Themes and Templates
In reply to: [multiloquent] Excerpt with paralax_image_textJust an update for this: I have added this feature to version 7.1.0:
There is now an option in the wordpress customise ( appearance > customise ) for ‘multiloquent options’ – inside this section you can pick whether to show tags or excerpts underneath the boxes on the archive pages and the homepage
Forum: Themes and Templates
In reply to: [multiloquent] Home PageHi
Its not in the theme yet, but its a great idea for an addition ??
Forum: Themes and Templates
In reply to: [multiloquent] Excerpt with paralax_image_textHi
sorry, I didnt see that there were any posts here:
if you use
get_the_excerpt()
instead of the_excerpt() then it should work ??
Forum: Fixing WordPress
In reply to: Cannot preview or post in 3.9I also have this issue. My blog has run without problems for 5 years, and all of a sudden I can’t do anything – constant 404 error on admin-ajax.php and post.php ??