kitcorsa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: website broken, Parse error: syntax error, unexpected '?'here is my theme function.php
I have wp-backup running and i have restored my sites theme files from the backup and still no joy!
Forum: Fixing WordPress
In reply to: Post templates / Themethats great thanks!
Forum: Fixing WordPress
In reply to: Post templates / ThemeAlso is it possible to change a temple of an archive if it for a category?
IE a different template for blog archive and news archive??
Forum: Fixing WordPress
In reply to: Post templates / Themefound this
https://www.ads-software.com/extend/plugins/custom-post-template/
which would let me select a thme manually,
but i would like to know if it possible to to autoselect depending on the post category?
Forum: Fixing WordPress
In reply to: contast & competitionsearched for contest but all same not tested in 3.3.1, also comment contasts… which i dont understand… is there a contest where people enter via a comment on the post, if so then surly that would show the answer to everyone?
Forum: Fixing WordPress
In reply to: Display related posts by author with thumbnailI can display a list of posts by adding the following to my functions file
function get_related_author_posts() {
global $authordata, $post;$authors_posts = get_posts( array( ‘author’ => $authordata->ID, ‘post__not_in’ => array( $post->ID ), ‘posts_per_page’ => 5 ) );
$output = ‘
- ‘;
- ID ) . ‘”>’ . apply_filters( ‘the_title’, $authors_post->post_title, $authors_post->ID ) . ‘
foreach ( $authors_posts as $authors_post ) {
$output .= ‘‘;
}
$output .= ‘‘;
return $output;
}and added the function to the single.php post page, but i would like the thumbnails as well, i could loose the sliding function TBH
if i could just display the thumbnail and the latest 3 posts that would be cool
this has gone again since the last profile builder update!
Forum: Plugins
In reply to: User Submitted Image Galleryhave found this but not tested this yet!
https://www.ads-software.com/extend/plugins/wp-photocontest/
yeah it has retruned after an update was released
if not to tdo mini form then is there a plugin so users can submit events without login to the wp backend.
I would also like the events calendar in a page as my template doesn’t allow custom menus
had a look on the support site above and its a little advanced.
could you supply the code/html i could drop into a page to dispay the calendar in a page please if sortcode isn’t available
Forum: Fixing WordPress
In reply to: Admin bar on site gone after 3.3 upgradeturned off all my plug-in and found its profile builder pro thats causes the admin bar to vanish
Forum: Fixing WordPress
In reply to: Admin bar on site gone after 3.3 upgradesearched all my template files and admin-bar is in no files
Forum: Fixing WordPress
In reply to: Admin bar on site gone after 3.3 upgradeIf it is my theme whay would it be?
i don’t want to change my theme as I created the theme my self and has all my banding
Forum: Fixing WordPress
In reply to: Admin bar on site gone after 3.3 upgradeyeah show tool bar when editing site is ticked in my profile and no tool bar?
Will i needto update something in my template? i noticed the stadard templates also needed an update as well as the site, is there a change to the toolbar code?